X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmBinEntry.h;h=e04dcf1fdefbf0500deb27fad7c44a3da9aaf1e8;hb=d72e3cb0326093093f99863964f8f4df382c83e1;hp=c0ff6fdb06be6887f4030b8d037a872e20fa3ec9;hpb=327dfe7647e3720b0f3125f9b19397cb9afc0ed3;p=gdcm.git diff --git a/src/gdcmBinEntry.h b/src/gdcmBinEntry.h index c0ff6fdb..e04dcf1f 100644 --- a/src/gdcmBinEntry.h +++ b/src/gdcmBinEntry.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmBinEntry.h,v $ Language: C++ - Date: $Date: 2005/01/06 20:03:26 $ - Version: $Revision: 1.29 $ + Date: $Date: 2005/01/11 15:15:37 $ + Version: $Revision: 1.30 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -27,11 +27,13 @@ namespace gdcm //----------------------------------------------------------------------------- /** - * \ingroup BinEntry - * \brief The dicom header of a Dicom file contains a set of such entries + * \brief Any Dicom Document (File Header or DicomDir) contains + * a set of DocEntry entries * (when successfuly parsed against a given Dicom dictionary) - * This one contains a 'string value'. + * BinEntry is a specialisation of ValEntry (for non std::string + * representable values) */ + class GDCM_EXPORT BinEntry : public ValEntry { public: