X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDataEntry.h;h=37d6d3e0644dbe2b64b1573063f0dbbfdfbc2066;hb=041172b2cbe77450f121c1fa082928d799fdbe53;hp=7a85bbf32cc3deb2227ada1564cae9aa8b57ef85;hpb=dbf0c4289e6f0ff02f9db534899435005fa50cc2;p=gdcm.git diff --git a/src/gdcmDataEntry.h b/src/gdcmDataEntry.h index 7a85bbf3..37d6d3e0 100644 --- a/src/gdcmDataEntry.h +++ b/src/gdcmDataEntry.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDataEntry.h,v $ Language: C++ - Date: $Date: 2005/10/26 15:56:51 $ - Version: $Revision: 1.6 $ + Date: $Date: 2005/11/07 09:46:36 $ + Version: $Revision: 1.7 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -46,7 +46,8 @@ public: // Write virtual void WriteContent(std::ofstream *fp, FileType filetype); - + uint32_t ComputeFullLength(); + // Set/Get data /// Sets the value (string) of the current Dicom entry //virtual void SetValue(std::string const &val);