]> Creatis software - gdcm.git/blobdiff - src/gdcmHeader.h
* src/gdcmHeader.h doesn't make unnecessary reference to
[gdcm.git] / src / gdcmHeader.h
index 7d0249c261a699e6e33f357fbc2c9f3c61d2045f..ac2f63633e036c5b0009ec8b2f90ac439c618104 100644 (file)
@@ -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 <map>
 #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);