dicomParser icon indicating copy to clipboard operation
dicomParser copied to clipboard

add support for overriding 'isEncapsulated()'

Open keean opened this issue 8 years ago • 0 comments

This adds transferSyntax to ByteStream object, so that it can be used by isEncapsulated. The logic in readDicomElementExplicit is refactored so that isEncapsulated is used for the pixel-data, whereas the normal length criteria is used for UN and other element types.

keean avatar Feb 17 '17 15:02 keean