You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.
There are many cases in which a user may want only the header information, and in order to increase the speed and decrease the memory used by the process, skip reading the Pixel data of the dicom file. A new parameter to func (di *DicomFile) Parse(buff []byte) <-chan DicomMessage which provides a tag at which to stop reading the file return only what Elements have been parsed up to that point much like in the pydicom library or the chafey js library
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are many cases in which a user may want only the header information, and in order to increase the speed and decrease the memory used by the process, skip reading the Pixel data of the dicom file. A new parameter to
func (di *DicomFile) Parse(buff []byte) <-chan DicomMessage
which provides a tag at which to stop reading the file return only what Elements have been parsed up to that point much like in the pydicom library or the chafey js libraryThe text was updated successfully, but these errors were encountered: