dicomParser
dicomParser copied to clipboard
add support for overriding 'isEncapsulated()'
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.