]> Creatis software - gdcm.git/blobdiff - gdcmPython/demo/explore.py
* src/gdcmHeader.cxx gdcmHeader::gdcmHeader now calls LoadElements(),
[gdcm.git] / gdcmPython / demo / explore.py
index aa92d787053a0245cf087ae631b2db5016394649..af124bb64dcf9cf3465ebb2a6cd157e551a9282b 100644 (file)
@@ -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",