| 214 | } |
| 215 | |
| 216 | std::string CESTDICOMManualReaderService::GetTRECFilePath() const |
| 217 | { |
| 218 | auto dir = itksys::SystemTools::GetFilenamePath(this->GetInputLocation()); |
| 219 | std::string metafile = dir + "/" + "TREC.txt"; |
| 220 | return metafile; |
| 221 | } |
| 222 | |
| 223 | std::string CESTDICOMManualReaderService::GetLISTFilePath() const |
| 224 | { |