]> Creatis software - gdcm.git/blobdiff - gdcmPython/gdcm.i
* Dicts/DictGroupName.dic : Remove all entries defined by "???"
[gdcm.git] / gdcmPython / gdcm.i
index 81582499c36cd1cf0eafd850d848006d1aed1b2f..a7fa9553bb5f058b3b7094c35c384b5e1a2cc302 100644 (file)
@@ -214,6 +214,12 @@ typedef unsigned long long uint64_t;
 %ignore GDCM_NOTLOADED;
 %ignore GDCM_UNREAD;
 
+%constant const char *UNKNOWN   = "gdcm::Unknown";
+%constant const char *UNFOUND   = "gdcm::Unfound";
+%constant const char *BINLOADED = "gdcm::Binary data loaded";
+%constant const char *NOTLOADED = "gdcm::NotLoaded";
+%constant const char *UNREAD    = "gdcm::UnRead";
+
 ////////////////////////////////////////////////////////////////////////////
 // Warning: Order matters !
 %include "gdcmCommon.h"