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