]> Creatis software - creaImageIO.git/blobdiff - bbtk/src/bbcreaImageIOGetDicomAttributesFromMaps.h
#3123creaImageIO Bug New Normal - branch changestoITK3and4
[creaImageIO.git] / bbtk / src / bbcreaImageIOGetDicomAttributesFromMaps.h
index 3b98bfd948d83aeb2d7f43046ccf9ce5adce64ae..d099ff2c1e1c91c259b0fdfaca4185c413d7873d 100644 (file)
@@ -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 <std::string>,"");
 BBTK_END_DESCRIBE_BLACK_BOX(GetDicomAttributesFromMaps);
 //=====