fw4spl
|
DicomDir Helper. This class is used to extract a list of files from a dicomdir file. More...
#include <DicomDir.hpp>
Static Public Member Functions | |
static FWGDCMIO_API::boost::filesystem::path | findDicomDir (const ::boost::filesystem::path &root) |
Find the DICOMDIR file in the parent arborescence. More... | |
static FWGDCMIO_API void | retrieveDicomSeries (const ::boost::filesystem::path &dicomdir, std::vector< std::shared_ptr< ::fwMedData::DicomSeries > > &seriesDB, const std::shared_ptr< ::fwLog::Logger > &logger, std::function< void(std::uint64_t) > progress=nullptr, std::function< bool() > cancel=nullptr) |
Create DicomSeries from information stored in DICOMDIR. More... | |
DicomDir Helper. This class is used to extract a list of files from a dicomdir file.
Definition at line 41 of file fwGdcmIO/include/fwGdcmIO/helper/DicomDir.hpp.
|
static |
Find the DICOMDIR file in the parent arborescence.
Definition at line 35 of file fwGdcmIO/src/fwGdcmIO/helper/DicomDir.cpp.
References fwGdcmIO::helper::DicomDataReader::getTagValue(), OSLM_WARN_IF, SLM_ASSERT, SLM_ERROR, and SLM_WARN_IF.
Referenced by fwGdcmIO::reader::SeriesDB::isDicomDirAvailable(), and fwGdcmIO::reader::SeriesDB::readDicomSeries().
|
static |
Create DicomSeries from information stored in DICOMDIR.
dicomdir | Path to dicomdir file | |
[out] | seriesDB | Dicom series created |
[in] | fileLookupObserver | file lookup observer |
Definition at line 202 of file fwGdcmIO/src/fwGdcmIO/helper/DicomDir.cpp.
References SLM_ASSERT, and SLM_ERROR.
Referenced by fwGdcmIO::reader::SeriesDB::readDicomSeries().