]> Creatis software - gdcm.git/blobdiff - gdcmPython/gdcm.i
* FIX : Set the elements to create the DicomDir in a dictionary file
[gdcm.git] / gdcmPython / gdcm.i
index 1a1bc44f5f1150f611a688f82584d414718b8593..acdc94811e0aae84f4aa9e8bc7186663a910ccc3 100644 (file)
 #include "gdcmUtil.h"
 #include "gdcmObject.h"
 #include "gdcmDicomDir.h"
+#include "gdcmDicomDirElement.h"
 #include "gdcmPatient.h"
 #include "gdcmStudy.h"
 #include "gdcmSerie.h"
 #include "gdcmImage.h"
-
+#include "gdcmDirList.h"
 
 using namespace std;
 
@@ -127,7 +128,9 @@ extern gdcmGlobal gdcmGlob;
 %include "gdcmUtil.h"
 %include "gdcmObject.h"
 %include "gdcmDicomDir.h"
-%#include "gdcmPatient.h"
+%include "gdcmDicomDirElement.h"
+%include "gdcmPatient.h"
 %include "gdcmStudy.h"
 %include "gdcmSerie.h"
 %include "gdcmImage.h"
+%include "gdcmDirList.h"