]> Creatis software - gdcm.git/blobdiff - gdcmPython/demo/PrintDicomDir.py.in
Add comment on files with no "Transfer Syntax"
[gdcm.git] / gdcmPython / demo / PrintDicomDir.py.in
index 341df43d0cfe802c12136b3ef423d52dabd9d16f..c988a4e6b0f89c072d849de71b50cb41d1d3e48d 100644 (file)
@@ -67,7 +67,7 @@ while(patient):
          image=serie.GetFirstImage()
          while(image):
             print "         Image"
-            print "         ---",image.GetValEntry(0x0004,0x1500).GetValue()
+            print "         ---",image.GetDataEntry(0x0004,0x1500).GetString()
             image=serie.GetNextImage()
          serie=study.GetNextSerie()
       study=patient.GetNextStudy()