]> Creatis software - gdcm.git/blobdiff - gdcmPython/demo/PrintDicomDir.py.in
* Fix compilation errors for the Python part
[gdcm.git] / gdcmPython / demo / PrintDicomDir.py.in
index c891650314e1c5122e92665d92808c04c76fa4cb..c988a4e6b0f89c072d849de71b50cb41d1d3e48d 100644 (file)
@@ -67,7 +67,7 @@ while(patient):
          image=serie.GetFirstImage()
          while(image):
             print "         Image"
-            print "         ---",image.GetDataEntry(0x0004,0x1500).GetValue()
+            print "         ---",image.GetDataEntry(0x0004,0x1500).GetString()
             image=serie.GetNextImage()
          serie=study.GetNextSerie()
       study=patient.GetNextStudy()