X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=gdcmPython%2Fdemo%2FtestAll.py;h=f210f8db9a41ad7be482aae3f73385e487c2a2a1;hb=85a02b9c522e1c81b3a9017645c3913bd115cf86;hp=9bf4a502502a3520f3253641e890743c3c87d6aa;hpb=f59a9dc3480f900cf6ff80c7fe5a0c6e59c93512;p=gdcm.git diff --git a/gdcmPython/demo/testAll.py b/gdcmPython/demo/testAll.py index 9bf4a502..f210f8db 100644 --- a/gdcmPython/demo/testAll.py +++ b/gdcmPython/demo/testAll.py @@ -33,6 +33,6 @@ if __name__ == '__main__': fileName = os.path.join(GDCM_TEST_DATA_PATH, file) print "############## file :", fileName toRead = gdcmHeader(fileName) - ValDict = toRead.GetPubElVal() + ValDict = toRead.GetEntry() for key in ValDict.keys(): print " [%s] = [%s]" %(key, ValDict[key])