7 #ifndef __FWDCMTKIO_HELPER_DICOMSEARCH_HPP__ 8 #define __FWDCMTKIO_HELPER_DICOMSEARCH_HPP__ 10 #include "fwDcmtkIO/config.hpp" 12 #include <boost/filesystem/path.hpp> 13 #include <boost/filesystem.hpp> 31 FWDCMTKIO_API
static void searchRecursively(const ::boost::filesystem::path& dirPath,
32 std::vector<std::string>& dicomFiles);
39 FWDCMTKIO_API
static bool checkFilenameExtension(
const std::string& filename,
40 std::vector<std::string>* extensions);
This class contains helpers to search dicom files on filesystem...
fwDcmtkIO contains classes used to pull Dicom images from a pacs using dcmtk library.