diff -Naur toto/gdcmDocument.cxx toto2/gdcmDocument.cxx --- toto/gdcmDocument.cxx 2004-11-17 16:24:04.981039553 +0100 +++ toto2/gdcmDocument.cxx 2004-11-17 16:25:07.199926358 +0100 @@ -39,6 +39,8 @@ static const char *TransferSyntaxStrings[] = { // Implicit VR Little Endian "1.2.840.10008.1.2", + // Implicit VR Little Endian DLX G.E? + "1.2.840.113619.5.2", // Explicit VR Little Endian "1.2.840.10008.1.2.1", // Deflated Explicit VR Little Endian diff -Naur toto/gdcmPixelConvert.cxx toto2/gdcmPixelConvert.cxx --- toto/gdcmPixelConvert.cxx 2004-11-17 16:24:04.983039292 +0100 +++ toto2/gdcmPixelConvert.cxx 2004-11-17 16:25:07.307912277 +0100 @@ -813,6 +813,7 @@ IsDecompressed = ( ! header->IsDicomV3() ) || ts == ImplicitVRLittleEndian + || ts == ImplicitVRLittleEndianDLXGE || ts == ExplicitVRLittleEndian || ts == ExplicitVRBigEndian || ts == DeflatedExplicitVRLittleEndian;