X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmElValue.h;h=2e895694b0add877d9a95a66d3da68456e42c401;hb=153db29d779f82893684c6aac08b0a565dd84334;hp=a2dd3c2c6e594cb6c8d2e540459adcb8df21144e;hpb=1f5594f4e2bc55ccc70ff04cd66acc7cd8da74c8;p=gdcm.git diff --git a/src/gdcmElValue.h b/src/gdcmElValue.h index a2dd3c2c..2e895694 100644 --- a/src/gdcmElValue.h +++ b/src/gdcmElValue.h @@ -1,4 +1,4 @@ -// $Header: /cvs/public/gdcm/src/Attic/gdcmElValue.h,v 1.2 2003/03/12 21:33:20 frog Exp $ +// $Header: /cvs/public/gdcm/src/Attic/gdcmElValue.h,v 1.3 2003/03/24 13:11:28 frog Exp $ #ifndef GDCMELVALUE_H #define GDCMELVALUE_H @@ -32,6 +32,7 @@ public: void SetImplicitVr(void) { ImplicitVr = true; }; bool IsImplicitVr(void) { return ImplicitVr; }; + gdcmDictEntry * GetDictEntry(void) { return entry; }; guint16 GetGroup(void) { return entry->GetGroup(); }; guint16 GetElement(void) { return entry->GetElement();}; string GetKey(void) { return entry->GetKey(); };