X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmCommon.h;h=fa971dc53ff81913421cd43c0c13bde71770fefa;hb=7268be3985ca32fc6321d0881671d1acdf727c0b;hp=1361a75487f4f69374dd3008ad9c2ac1cc822334;hpb=6a7c2fbcb5bfc240a3b9875ad4836f5dc058e069;p=gdcm.git diff --git a/src/gdcmCommon.h b/src/gdcmCommon.h index 1361a754..fa971dc5 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/10/20 15:24:08 $ - Version: $Revision: 1.100 $ + Date: $Date: 2005/10/23 15:32:30 $ + Version: $Revision: 1.101 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -129,9 +129,9 @@ enum LodModeType */ struct DicomElement { - /// DicomGroup number + /// Dicom Group number unsigned short int Group; - /// DicomElement number + /// Dicom Element number unsigned short int Elem; /// value (coded as a std::string) of the Element std::string Value;