]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOTreeComparators.h
Documentation Updated
[creaImageIO.git] / src2 / creaImageIOTreeComparators.h
index dbaf347e78e6ab2c3957b11d93aad703cfc84b6b..214837c666b9f1c7c0fe49f72f6b9f0a2c6da7fa 100644 (file)
@@ -181,28 +181,39 @@ namespace creaImageIO
 
   //===================================================================
   // Patient comparators
+  ///Compares the names of the patients
   STRING_FIELD_COMP(PatientName,"A0010_0010");
+  ///Compares the sex of the patients
   STRING_FIELD_COMP(PatientSex, "A0010_0040");
+  ///Compares the birthdays of the patients
   STRING_FIELD_COMP(PatientBirthday, "A0010_0030");
   //===================================================================
 
   //===================================================================
   // Study comparators
+  ///Compares the dates of the studies
   STRING_FIELD_COMP(StudyDate,"A0008_0020");
+  ///Compares the description of the studies
   STRING_FIELD_COMP(StudyDescription,"A0008_1030");
   //===================================================================
 
   //===================================================================
   // Series comparators
+  ///Compares the modality of the series
   STRING_FIELD_COMP(Modality,"A0008_0060");
+  ///Compares the description of the series
   STRING_FIELD_COMP(SeriesDescription,"A0008_103E");
+  ///Compares the date of the series
   STRING_FIELD_COMP(SeriesDate,"A0008_0021");
   //===================================================================
 
   //===================================================================
   // Image comparators
+  ///Compares the number of the images
   INT_FIELD_COMP(ImageNumber,"A0020_0013");
+  ///Compares the location of the images
   FLOAT_FIELD_COMP(SliceLocation,"A0020_1041");
+  ///Compares the filename of the images
   STRING_FIELD_COMP(FullFileName,"FullFileName");
   //===================================================================
   } // namespace tree