]> Creatis software - gdcm.git/blobdiff - gdcmPython/demo/PrintHeader.py
* gdcmPython/demo/*.py : bug fix due to method names
[gdcm.git] / gdcmPython / demo / PrintHeader.py
index 6edd80fe7f4d7a43ea55874be12ae09f3c6afcfb..c5843d6f24c53a85deb28cd001392f957541162a 100644 (file)
@@ -24,6 +24,6 @@ print "##############################################################"
 print "### Display all the elements and their respective values"
 print "## found in the ", FileName, " file."
 print "##############################################################"
-ValDict = toRead.GetPubElVal()
+ValDict = toRead.GetPubEntry()
 for key in ValDict.keys():
        print "[%s] = [%s]" %(key, ValDict[key])