Imebra switches transfer syntax to implicit when a tag in a sequence is not recognized.

Issue #354 closed
Paolo Brandoli repo owner created an issue

When an unknown tag is found inside a sequence then the dicom parser switches to implicit VR.

It should keep the VR type found by the parent caller.

Comments (4)

  1. Paolo Brandoli reporter

    Addresses #354. Use enumeration instead of flag to signal the VR implicit/explicit/undecided.

    Propagate the flag in recursive calls to parseStream.

    → <<cset 33f94bbc2c14>>

  2. Log in to comment