X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOTreeDescriptor.cpp;h=5b2a447d78cc6a2b26f9b6948a7fb75b6f6643b6;hb=57608b6038aaf31b21948e6244aeb814f0bb7cbd;hp=79e623fae610b2c6c5e82f5c1d37e09fcdf675ae;hpb=5f76a3752cd6e23874e8167f19c9ceb57223b390;p=creaImageIO.git diff --git a/src2/creaImageIOTreeDescriptor.cpp b/src2/creaImageIOTreeDescriptor.cpp index 79e623f..5b2a447 100644 --- a/src2/creaImageIOTreeDescriptor.cpp +++ b/src2/creaImageIOTreeDescriptor.cpp @@ -50,6 +50,8 @@ namespace creaImageIO // Patient level Add(LevelDescriptor("Patient")); + Add(AttributeDescriptor(0x1111,0x0011, // Number of Series + AttributeDescriptor::LABEL),1); Add(AttributeDescriptor(0x0010,0x0010, // Patient name AttributeDescriptor::LABEL),1); Add(AttributeDescriptor(0x0010,0x0040),1); // Patient sex @@ -59,6 +61,8 @@ namespace creaImageIO // Study-series level Add(LevelDescriptor("Series")); + Add(AttributeDescriptor(0x1111,0x0011, // Number of Images + AttributeDescriptor::LABEL),2); Add(AttributeDescriptor(0x0008,0x0060, // Modality AttributeDescriptor::LABEL),2); Add(AttributeDescriptor(0x0008,0x1030),2); // Study Description