X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmCommon.h;h=26ded6d39b3c440f619d9c68ca50a5cd4748bcf2;hb=afc80f61a5e53569252430fcc88a85a36b194d7a;hp=094ad90cc15b971aafce0a489f877a7630967927;hpb=91dcb54d8a62c9518b914e34475b96c76e5d70ee;p=gdcm.git diff --git a/src/gdcmCommon.h b/src/gdcmCommon.h index 094ad90c..26ded6d3 100644 --- a/src/gdcmCommon.h +++ b/src/gdcmCommon.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmCommon.h,v $ Language: C++ - Date: $Date: 2005/02/07 19:17:27 $ - Version: $Revision: 1.61 $ + Date: $Date: 2005/04/05 10:56:25 $ + Version: $Revision: 1.63 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -79,6 +79,7 @@ typedef unsigned int uint32_t; #include +/// \brief namespace for Grass root DiCoM namespace gdcm { @@ -91,6 +92,7 @@ namespace gdcm #define DICT_ELEM "DicomDir.dic" #define DICT_TS "dicomTS.dic" #define DICT_VR "dicomVR.dic" +#define DICT_GROUP_NAME "DictGroupName.dic" GDCM_EXPORT extern const std::string GDCM_UNKNOWN; GDCM_EXPORT extern const std::string GDCM_UNFOUND; @@ -136,6 +138,7 @@ enum FileType { ACR_LIBIDO }; +/// \brief type of the elements composing a DICOMDIR (for internal use only) enum DicomDirType { DD_UNKNOWN = 0, DD_META,