]> Creatis software - gdcm.git/blobdiff - gdcmPython/demo/PrintHeader.py
* add shadow dictionary
[gdcm.git] / gdcmPython / demo / PrintHeader.py
index c5843d6f24c53a85deb28cd001392f957541162a..7648b483b3b1b06b460bad49a9ebd9a559c45fdd 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.GetPubEntry()
+ValDict = toRead.GetEntry()
 for key in ValDict.keys():
        print "[%s] = [%s]" %(key, ValDict[key])