From: regrain Date: Wed, 13 Apr 2005 10:48:54 +0000 (+0000) Subject: * Dicts/DictGroupName.dic : Remove all entries defined by "???" X-Git-Tag: Version1.2.bp~793 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=d91ddf43904e09830d43e580a7e21e511e22278f;p=gdcm.git * Dicts/DictGroupName.dic : Remove all entries defined by "???" * gdcmPython/gdcm.i : add equivalent to GDCM_UNFOUND and other string constants defined in gdcmCommon.h. -- BeNours --- diff --git a/Dicts/DictGroupName.dic b/Dicts/DictGroupName.dic index 1fc65c57..8f056a61 100644 --- a/Dicts/DictGroupName.dic +++ b/Dicts/DictGroupName.dic @@ -13,11 +13,6 @@ 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" diff --git a/gdcmPython/gdcm.i b/gdcmPython/gdcm.i index 81582499..a7fa9553 100644 --- a/gdcmPython/gdcm.i +++ b/gdcmPython/gdcm.i @@ -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"