X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=gdcmPython%2Fdemo%2FPrintHeader.py;h=52a1ae587732cf797ec0db11526389ed17547698;hb=d25c25666b3d84678bbb8c178000a583c71a2db4;hp=4dafd14092d28bcc9da4295a4f6e54b93976982a;hpb=7b8dcad5fbb9b248952ad6819ef984e7880ef81e;p=gdcm.git diff --git a/gdcmPython/demo/PrintHeader.py b/gdcmPython/demo/PrintHeader.py index 4dafd140..52a1ae58 100644 --- a/gdcmPython/demo/PrintHeader.py +++ b/gdcmPython/demo/PrintHeader.py @@ -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])