X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOTreeComparators.h;h=f60647021327df6876712cd9e73b3bfb8734f14c;hb=e88bcb692a9d4bcc2ce1618a27d4fcb275a32a70;hp=dbaf347e78e6ab2c3957b11d93aad703cfc84b6b;hpb=74deda5137bba320405e3c4f50cc2a3f40a9dfc7;p=creaImageIO.git diff --git a/src2/creaImageIOTreeComparators.h b/src2/creaImageIOTreeComparators.h index dbaf347..f606470 100644 --- a/src2/creaImageIOTreeComparators.h +++ b/src2/creaImageIOTreeComparators.h @@ -15,7 +15,7 @@ namespace creaImageIO /** - * \ingroup Model + * \ingroup Tree */ //===================================================================== /// Abstract definition of a comparator of Node @@ -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