X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=gdcmPython%2Fdemo%2Fexplore.py;h=af124bb64dcf9cf3465ebb2a6cd157e551a9282b;hb=f41fb331c46df02fd4e284960f0473d7155573a2;hp=aa92d787053a0245cf087ae631b2db5016394649;hpb=29f93a14132dd0c6d9d9480ea038a2a4e8ed7e93;p=gdcm.git diff --git a/gdcmPython/demo/explore.py b/gdcmPython/demo/explore.py index aa92d787..af124bb6 100644 --- a/gdcmPython/demo/explore.py +++ b/gdcmPython/demo/explore.py @@ -11,7 +11,6 @@ if not os.path.isfile(FileName): sys.exit() toRead = gdcmHeader(FileName) -toRead.LoadElements() ValDict = toRead.GetPubElVal() ExploreElements = ["Patient Name", "Patient ID", "Study Date", "Study Time", "Study ID",