]> Creatis software - gdcm.git/blobdiff - gdcmPython/demo/explore.py
* gdcmPython/setup.py and distutilsSwigCPlusPlus.py added. The
[gdcm.git] / gdcmPython / demo / explore.py
index c11a9aebb94d87ca1e7b41d4972ae0ae28c7d6c5..6ca9200be32d111c1b2dde158260de110064994a 100644 (file)
@@ -1,7 +1,6 @@
-from load import *
+from gdcmPython import *
 
-########## Real usage of Pygdcm starts here
-toRead = gdcm.gdcmHeader(FileName)
+toRead = gdcmHeader(FileName)
 toRead.LoadElements()
 ValDict = toRead.GetPubElVal()
 ExploreElements = ["Patient Name", "Patient ID",