]> 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 22baf42cbad3d52647c4af34ae4efa76984dd79f..acdc94811e0aae84f4aa9e8bc7186663a910ccc3 100644 (file)
 #include "gdcmFile.h"
 #include "gdcmUtil.h"
 #include "gdcmObject.h"
-#include "gdcmDICOMDIR.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;
 
@@ -126,8 +127,10 @@ extern gdcmGlobal gdcmGlob;
 %include "gdcmFile.h"
 %include "gdcmUtil.h"
 %include "gdcmObject.h"
-%include "gdcmDICOMDIR.h"
-%#include "gdcmPatient.h"
+%include "gdcmDicomDir.h"
+%include "gdcmDicomDirElement.h"
+%include "gdcmPatient.h"
 %include "gdcmStudy.h"
 %include "gdcmSerie.h"
 %include "gdcmImage.h"
+%include "gdcmDirList.h"