]> Creatis software - gdcm.git/commitdiff
* Dicts/DictGroupName.dic : Remove all entries defined by "???"
authorregrain <regrain>
Wed, 13 Apr 2005 10:48:54 +0000 (10:48 +0000)
committerregrain <regrain>
Wed, 13 Apr 2005 10:48:54 +0000 (10:48 +0000)
   * gdcmPython/gdcm.i : add equivalent to GDCM_UNFOUND and other
     string constants defined in gdcmCommon.h.
   -- BeNours

Dicts/DictGroupName.dic
gdcmPython/gdcm.i

index 1fc65c5700028a0ce3a95bce5aa8880093f6422a..8f056a61d8d3ca4495c96febb1f4b3350ac2d76e 100644 (file)
 0040 "Procedure"
 0050 "Device"
 0054 "Nuclear Medicine"
-0060 "???"
-0070 "???"
-0088 "???"
-0100 "???"
-0400 "???"
 2000 "BFS"
 2010 "BFB"
 2020 "BAB"
@@ -29,7 +24,6 @@
 3006 "SSET"
 300a "RT"
 300b "RT"
-300c "???"
 300e "Review"
 4000 "Text"
 4008 "Results"
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"