[Debian-med-packaging] Bug#723091: CP-246 / and dict lookup

Mathieu Malaterre malat at debian.org
Mon Sep 16 11:04:59 UTC 2013


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.



More information about the Debian-med-packaging mailing list