X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbcreaImageIOGetDicomAttributesFromMaps.h;h=d099ff2c1e1c91c259b0fdfaca4185c413d7873d;hb=69b4e990347bac15882c7f45758b69cfebb5e62a;hp=3b98bfd948d83aeb2d7f43046ccf9ce5adce64ae;hpb=abc0f1167f95cd0ed091cfbd3ac6df41445caf90;p=creaImageIO.git diff --git a/bbtk/src/bbcreaImageIOGetDicomAttributesFromMaps.h b/bbtk/src/bbcreaImageIOGetDicomAttributesFromMaps.h index 3b98bfd..d099ff2 100644 --- a/bbtk/src/bbcreaImageIOGetDicomAttributesFromMaps.h +++ b/bbtk/src/bbcreaImageIOGetDicomAttributesFromMaps.h @@ -32,11 +32,11 @@ class bbcreaImageIO_EXPORT GetDicomAttributesFromMaps BBTK_BEGIN_DESCRIBE_BLACK_BOX(GetDicomAttributesFromMaps,bbtk::AtomicBlackBox); BBTK_NAME("GetDicomAttributesFromMaps"); -BBTK_AUTHOR("Info-Dev, Eduardo DAVIL"); +BBTK_AUTHOR("Info-Dev, Eduardo DAVILA"); BBTK_DESCRIPTION("eduardo.davila[at]creatis.insa-lyon.fr -"); BBTK_CATEGORY("empty"); BBTK_INPUT(GetDicomAttributesFromMaps,In,"Vector of maps with DICOM attributes",std::vector< mapString >,""); - BBTK_INPUT(GetDicomAttributesFromMaps,KeyDicom,"Key DICOM",std::string ,""); + BBTK_INPUT(GetDicomAttributesFromMaps,KeyDicom,"Key DICOM ex: D0028_0030 ",std::string ,""); BBTK_OUTPUT(GetDicomAttributesFromMaps,Out,"Vector of the attribute asked.",std::vector ,""); BBTK_END_DESCRIBE_BLACK_BOX(GetDicomAttributesFromMaps); //=====