]> Creatis software - gdcm.git/blobdiff - gdcmPython/demo/PrintHeader.py
* Remove useless methods added by JPR for Python users. All was already
[gdcm.git] / gdcmPython / demo / PrintHeader.py
index ae409700545f0519f2a348bc86405ce4e6b5ea2f..1019c49ad37074488eb5f9e5265daa5768e66574 100644 (file)
@@ -32,7 +32,7 @@ print "### Display all the elements and their respective values"
 print "## found in the ", fileName, " file."
 print "##############################################################"
 
-header.Initialize()
+header.InitTraversal()
 val=header.GetNextEntry()
 while(val):
        val.Print()