X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDataEntry.h;h=d3a37de21a015dd102af0f5d91392446d150cc35;hb=a98b52385287bd4c6855758bdaa1d1ce2b7333be;hp=b545ff0c673c9c8b74bc6b6e50285c8bd75b22a6;hpb=a585fafed1e72e092c6a1942c8692991c1688e7f;p=gdcm.git diff --git a/src/gdcmDataEntry.h b/src/gdcmDataEntry.h index b545ff0c..d3a37de2 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/11/21 09:46:25 $ - Version: $Revision: 1.10 $ + Date: $Date: 2006/01/20 09:17:25 $ + Version: $Revision: 1.12 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -53,10 +53,6 @@ public: // Set/Get data // Sets the value (string) of the current Dicom entry //virtual void SetValue(std::string const &val); - /// \brief Returns the 'Value' (e.g. "Dupond^Marcel") converted - /// into a 'string', event if it's physically stored on disk as an integer - /// (e.g. : 0x000c returned as "12") - //virtual std::string const &GetValue() const { return Value; } /// \brief Returns the area value of the current Dicom Entry /// when it's not string-translatable (e.g : LUT table, overlay, icon) @@ -115,7 +111,7 @@ public: /// \brief true id Entry is a Pixel Data entry bool IsPixelData() { return (Flag &FLAG_PIXELDATA) != 0; } - void Copy(DocEntry *doc); + virtual void Copy(DocEntry *doc); /// \brief returns the size threshold above which an element value /// will NOT be *printed* in order no to polute the screen output