I just ran into an interesting problem with images from a Phillips
Gyroscan Intera system.
It is an Implicit VR, Little endian image, and in one of their private
sequence, (2001,105F), they use tag (3F3F,003F) as item delimiter
instead of (FFFE,E000)! These items ends with 5 consecutive instances
of the tag (2005,103F) (out of order by the way since the previous tag
was (2005,107E) in one case).
The previous version of their images (the Explicit VR version) work
fine. It had tags (0002,0012) "Implementation class UID" = 2.16.840.1
and (0002,0013) "Implementation version name" = "MergeCOM3_330".
The version with the bug has tags (0002,0012) "Implementation class
UID" = 1.2.840.114202.5.2 and (0002,0013) "Implementation version
name" = "3-2-1-P182".
Anybody else saw this? Or does anybody have an explanation as to why
this is?