| 221 | } |
| 222 | |
| 223 | std::string CESTDICOMManualReaderService::GetLISTFilePath() const |
| 224 | { |
| 225 | auto dir = itksys::SystemTools::GetFilenamePath(this->GetInputLocation()); |
| 226 | std::string metafile = dir + "/" + "LIST.txt"; |
| 227 | return metafile; |
| 228 | } |
| 229 | |
| 230 | |
| 231 | IFileIO::Options CESTDICOMManualReaderService::GetOptions() const |