7 #ifndef __FWGDCMIO_HELPER_DICOMDIR_HPP__ 8 #define __FWGDCMIO_HELPER_DICOMDIR_HPP__ 10 #include "fwGdcmIO/config.hpp" 14 #include <boost/filesystem/path.hpp> 48 FWGDCMIO_API static ::boost::filesystem::path findDicomDir(const ::boost::filesystem::path& root);
56 FWGDCMIO_API
static void retrieveDicomSeries(const ::boost::filesystem::path& dicomdir,
59 std::function<
void(std::uint64_t) > progress =
nullptr,
60 std::function<
bool() > cancel =
nullptr);
Namespace containing medical data.
This file defines fwCore base macros.
The namespace fwGdcmIO contains reader, writer and helper for dicom data.
fwLog contains classes used to manage logs.
Logger class used to store logs.
DicomDir Helper. This class is used to extract a list of files from a dicomdir file.
This namespace fwJobs provides jobs management.