]> Creatis software - gdcm.git/blobdiff - src/gdcmHeader.h
* FIX taking into account the possible 7fe0,0010 multiplicity
[gdcm.git] / src / gdcmHeader.h
index 1e67bc4f84bd5d18596bd54861d9f73c5773752d..7c486e83ff73f4f51cde6eddf92467db5742a200 100644 (file)
@@ -97,6 +97,8 @@ public:
    inline virtual bool SetEntryByName(std::string content,std::string tagName)
       { return(gdcmParser::SetEntryByName(content,tagName)); }
 
+  inline virtual bool SetEntryLengthByNumber(guint32 l,guint16 group, guint16 element)
+      { return(gdcmParser::SetEntryLengthByNumber(l,group,element)); }
 
    inline virtual void UpdateShaEntries(void)
       { gdcmParser::UpdateShaEntries(); }
@@ -109,6 +111,7 @@ protected:
    int anonymize(std::ostream&);  // FIXME : anonymize should be a friend ?
 
 private:
+
 };
 
 //-----------------------------------------------------------------------------