]> Creatis software - gdcm.git/blobdiff - gdcmPython/gdcm.i
gdcmParser::CheckSwap() now defaults the filetype to ACR when 'dirty Acr' is
[gdcm.git] / gdcmPython / gdcm.i
index 0f3fea6bf0ce34a9bcf243c0eee059082b739d67..1a1bc44f5f1150f611a688f82584d414718b8593 100644 (file)
 #include "gdcmHeaderHelper.h"
 #include "gdcmFile.h"
 #include "gdcmUtil.h"
+#include "gdcmObject.h"
+#include "gdcmDicomDir.h"
+#include "gdcmPatient.h"
+#include "gdcmStudy.h"
+#include "gdcmSerie.h"
+#include "gdcmImage.h"
+
+
 using namespace std;
 
 // Utility functions on strings for removing leading and trailing spaces
@@ -117,3 +125,9 @@ extern gdcmGlobal gdcmGlob;
 %include "gdcmHeaderHelper.h"
 %include "gdcmFile.h"
 %include "gdcmUtil.h"
+%include "gdcmObject.h"
+%include "gdcmDicomDir.h"
+%#include "gdcmPatient.h"
+%include "gdcmStudy.h"
+%include "gdcmSerie.h"
+%include "gdcmImage.h"