X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=gdcmPython%2Fdemo%2FtestAll.py;h=f67c2df745bd3151c34cc9605cbdaf0c3447595f;hb=bf43331ab3558e3ae695b8e778166525401710f9;hp=9bf4a502502a3520f3253641e890743c3c87d6aa;hpb=f59a9dc3480f900cf6ff80c7fe5a0c6e59c93512;p=gdcm.git diff --git a/gdcmPython/demo/testAll.py b/gdcmPython/demo/testAll.py index 9bf4a502..f67c2df7 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.GetPubEntry() for key in ValDict.keys(): print " [%s] = [%s]" %(key, ValDict[key])