Hi Anatoly,
The dicomParser library does not currently support reading from streams or event generation. I also have a need for stream based parsing and event generation but have already decided to create a new project for this:
1) dicomParser was designed for use in a browser and I think it should stay that way
2) I want to switch to JavaScript ES6 for everything I am doing
3) I have plans to expand the dicom support beyond just file I/O to include a full port 104 DIMSE stack
There is another node.js dicom library which supports streaming and event generation today:
I haven't tried it out myself, but you may want to take a look and see if it meets your needs. As part of #3 above, I plan to reach out to the author to see if we can combine forces somehow.
Chris