]> Creatis software - gdcm.git/blobdiff - src/gdcmCommon.h
SerieHelper uses RefCounter.
[gdcm.git] / src / gdcmCommon.h
index e7875ede4d3f2f703ad6c0f6bc5aeb585eb69063..fa971dc53ff81913421cd43c0c13bde71770fefa 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmCommon.h,v $
   Language:  C++
-  Date:      $Date: 2005/10/19 13:17:04 $
-  Version:   $Revision: 1.99 $
+  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
@@ -21,6 +21,7 @@
 
 #include "gdcmConfigure.h"
 #include "gdcmSystem.h"
+#include "gdcmMacro.h"
 
 #include <string>
 
@@ -128,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;