]> Creatis software - gdcm.git/blobdiff - gdcmPython/demo/PrintDicomDir.py.in
* Minor coding-style clean up
[gdcm.git] / gdcmPython / demo / PrintDicomDir.py.in
index 341df43d0cfe802c12136b3ef423d52dabd9d16f..c891650314e1c5122e92665d92808c04c76fa4cb 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).GetValue()
             image=serie.GetNextImage()
          serie=study.GetNextSerie()
       study=patient.GetNextStudy()