Closed timmy-li closed 1 year ago
I get this information by inserting a method to get the information in parseDicomDataSet.js.
At line 28, get {... .element, maxPosition}
Anyone have any ideas?
it is easy,wwdong726@163.com
@timmy-li It looks like the length of your pixel data (7fe0,0010) in your DICOM is incorrect. Can you confirm?
If so, the parser cannot be expected to read the file correctly, as it assumes the file is DICOM compliant.
Closing because stale
In byteStream.js, function seek() does not notice the data size when jumping positions. This only limits it to no less than 0.
But after the data length is bigger than that, some methods still continue to read the wrong data.
Other functions also have similar problems.