X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOTreeComparators.h;h=f60647021327df6876712cd9e73b3bfb8734f14c;hb=66b7c66deb6102bd632daf96fe298b1d5764b7cc;hp=d86bd247494787e150aec5353466996025f707ef;hpb=cbf693fa62cd51f4ca5c881838bbb609edc447b0;p=creaImageIO.git diff --git a/src2/creaImageIOTreeComparators.h b/src2/creaImageIOTreeComparators.h index d86bd24..f606470 100644 --- a/src2/creaImageIOTreeComparators.h +++ b/src2/creaImageIOTreeComparators.h @@ -14,7 +14,9 @@ namespace creaImageIO class Node; - + /** + * \ingroup Tree + */ //===================================================================== /// Abstract definition of a comparator of Node struct Comparator @@ -179,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