* gdcmPython/gdcm.i : add equivalent to GDCM_UNFOUND and other
string constants defined in gdcmCommon.h.
-- BeNours
0040 "Procedure"
0050 "Device"
0054 "Nuclear Medicine"
-0060 "???"
-0070 "???"
-0088 "???"
-0100 "???"
-0400 "???"
2000 "BFS"
2010 "BFB"
2020 "BAB"
3006 "SSET"
300a "RT"
300b "RT"
-300c "???"
300e "Review"
4000 "Text"
4008 "Results"
%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"