]> Creatis software - gdcm.git/blobdiff - gdcmPython/demo/PrintHeader.py
ERR: Remove bad legacy mode
[gdcm.git] / gdcmPython / demo / PrintHeader.py
index 4dafd14092d28bcc9da4295a4f6e54b93976982a..52a1ae587732cf797ec0db11526389ed17547698 100644 (file)
@@ -29,10 +29,10 @@ print "##############################################################"
 print "### Display all the elements and their respective values"
 print "## found in the ", FileName, " file."
 print "##############################################################"
-toRead.SetPrintLevel(printLevel)
-toRead.Print()
+###toRead.SetPrintLevel(printLevel)
+###toRead.Print()
 
-ValDict = toRead.GetEntry()
-for key in ValDict.keys():
-#      print "[%s] = [%s]" %(key, ValDict[key])
+ValDict = toRead.GetEntry()
+for key in ValDict.keys():
+       print "[%s] = [%s]" %(key, ValDict[key])