7 #ifndef __FWDCMTKIO_HELPER_DICOMDIR_HPP__ 8 #define __FWDCMTKIO_HELPER_DICOMDIR_HPP__ 10 #include "fwDcmtkIO/config.hpp" 12 #include <boost/filesystem/path.hpp> 26 FWDCMTKIO_API
static bool readDicomDir(const ::boost::filesystem::path& root,
27 std::vector<std::string>& dicomFiles);
31 FWDCMTKIO_API
static std::string createRegex(std::string filename);
34 FWDCMTKIO_API static ::boost::filesystem::path getRealFilename(
35 const ::boost::filesystem::path& root,
const std::string& filename);
DicomDir Helper. This class is used to extract a list of files from a dicomdir file.
fwDcmtkIO contains classes used to pull Dicom images from a pacs using dcmtk library.