X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=gdcmPython%2Fdemo%2FtestAll.py;h=89c045972012ce460ea15ad240628e3219cea69d;hb=f41fb331c46df02fd4e284960f0473d7155573a2;hp=e46fda0677af64fee587a02f840561b6cb6146b6;hpb=29f93a14132dd0c6d9d9480ea038a2a4e8ed7e93;p=gdcm.git diff --git a/gdcmPython/demo/testAll.py b/gdcmPython/demo/testAll.py index e46fda06..89c04597 100644 --- a/gdcmPython/demo/testAll.py +++ b/gdcmPython/demo/testAll.py @@ -30,7 +30,6 @@ if __name__ == '__main__': fileName = os.path.join(GDCM_DATA_PATH, file) print "############## file :", fileName toRead = gdcmHeader(fileName) - toRead.LoadElements() ValDict = toRead.GetPubElVal() for key in ValDict.keys(): print " [%s] = [%s]" %(key, ValDict[key])