Package: dcmtk

Looks like something is going on wrong with CP-246 file(s) and dict
lookup. Check out the following steps:

$ wget -O cp246.dcm
"http://sourceforge.net/p/gdcm/gdcmdata/ci/ebd3260d5dd315dd99dae78c783c2fc1beb18f01/tree/undefined_length_un_vr.dcm?format=raw";
$ dcmdump cp246.dcm | grep 2001,105f
W: Found element (2001,105f) with VR UN and undefined length, reading
a sequence with transfer syntax LittleEndianExplicit (CP-246)
W: Found element (2001,9000) with VR UN and undefined length, reading
a sequence with transfer syntax LittleEndianExplicit (CP-246)
W: Found element (2001,1068) with VR UN and undefined length, reading
a sequence with transfer syntax LittleEndianExplicit (CP-246)
W: Found element (2005,1402) with VR UN and undefined length, reading
a sequence with transfer syntax LittleEndianExplicit (CP-246)
(2001,105f) SQ (Sequence with undefined length #=3)     # u/l, 1
Unknown Tag & Data

While:

$ dcmconv +ti cp246.dcm imp.dcm
$ dcmdump imp.dcm | grep 2001,105f
(2001,105f) SQ (Sequence with explicit length #=3)      # 1116, 1 StackSequence

Looks odd to me.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to