]> Creatis software - gdcm.git/blobdiff - src/gdcmHeader.h
declaration de dcm2acr
[gdcm.git] / src / gdcmHeader.h
index 6b665031b543194347bd62945e8c25d05895f001..02c58ef6a9a3fafcb3b42cef66a7020a712eb909 100644 (file)
@@ -159,6 +159,9 @@ public:
    int SetPubElValByNumber(string content, guint16 group, guint16 element);
    int SetShaElValByName(string content, string ShadowTagName);
    int SetShaElValByNumber(string content, guint16 group, guint16 element);
+   
+   int gdcmHeader::SetPubElValLengthByNumber(guint32 lgr, guint16 group,
+                                    guint16 element);
 
    ElValSet GetPubElVals() { return(PubElVals); }
 };