Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nested sequence item parsing to fix issue with IconImageSequence (#80)
When parsing a DICOM file with IconImageSequence, the parser stumbles over the PixelData inside the sequence, because of calling pixeldata_parse with the root DICOMData as an argument. Using the item as the DICOMData argument in reading the items elements solves this.
- Loading branch information