X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmHeader.h;h=ac2f63633e036c5b0009ec8b2f90ac439c618104;hb=376c6f32b2c8363692a44c3e44aef6ed5203816f;hp=7d0249c261a699e6e33f357fbc2c9f3c61d2045f;hpb=da626417557034a6838c613ed1ccb1acc6864e9a;p=gdcm.git diff --git a/src/gdcmHeader.h b/src/gdcmHeader.h index 7d0249c2..ac2f6363 100644 --- a/src/gdcmHeader.h +++ b/src/gdcmHeader.h @@ -1,11 +1,12 @@ -// $Header: /cvs/public/gdcm/src/Attic/gdcmHeader.h,v 1.29 2003/06/26 13:07:01 jpr Exp $ +// $Header: /cvs/public/gdcm/src/Attic/gdcmHeader.h,v 1.31 2003/07/01 15:14:36 frog Exp $ #ifndef GDCMHEADER_H #define GDCMHEADER_H #include #include "gdcmCommon.h" -#include "gdcmUtil.h" +#include "gdcmVR.h" +#include "gdcmTS.h" #include "gdcmException.h" #include "gdcmDictSet.h" #include "gdcmElValue.h" @@ -163,14 +164,14 @@ public: int SetPubElValByName (std::string content, std::string TagName); int SetShaElValByName (std::string content, std::string ShadowTagName); + int SetPubElValByNumber(std::string content, guint16 group, guint16 element); - int SetShaElValByNumber(std::string content, guint16 group, guint16 element); int SetPubElValLengthByNumber(guint32 lgr, guint16 group, guint16 element); int ReplaceOrCreateByNumber(std::string Value, guint16 Group, guint16 Elem); - int ReplaceOrCreateByNumber(char * Value, guint16 Group, guint16 Elem); + int ReplaceOrCreateByNumber( char * Value, guint16 Group, guint16 Elem); int GetXSize(void); int GetYSize(void);