X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Fsrc1%2Fbruker2dicom.h;h=61cbbf8abeb4c56cddbdb2093c283659f034e512;hb=187ad4a7a894141158d849a8d164badf76417d2d;hp=71ff5dbe827e893e9b18268c7f52d532b3fb63ff;hpb=0194cf3ca5e4249a389cc809d3de6fae07249fa4;p=creaBruker.git diff --git a/lib/src1/bruker2dicom.h b/lib/src1/bruker2dicom.h index 71ff5db..61cbbf8 100644 --- a/lib/src1/bruker2dicom.h +++ b/lib/src1/bruker2dicom.h @@ -30,10 +30,10 @@ public: */ ~Bruker2Dicom (){}; - void SetInputDirectory (const std::string &i) { InputDirName = i; } - void SetOutputDirectory(const std::string &o) { OutputDirName = o; } - void SetConvertModeToDicom() { dicom = 1; mhd = 0;} - void SetConvertModeToMhd() { dicom = 0; mhd = 1;} + void SetInputDirectory (const std::string &i) { InputDirName = i;} + void SetOutputDirectory(const std::string &o) { OutputDirName = o;} + void SetConvertModeToDicom() { dicom = 1; mhd = 0;} + void SetConvertModeToMhd() { dicom = 0; mhd = 1;} bool Execute(); /* @@ -116,7 +116,12 @@ private : std::string strStudyDescr; std::string strSerieDescr; std::string strStudyTimeDate; - std::string strPatientName; + std::string strPatientName; + std::string subject_name; // cleaned strPatientName + + + int serieNumber; + int instanceNumber; };