9 #include "fwGdcmIO/config.hpp" 10 #include "fwGdcmIO/container/DicomInstance.hpp" 11 #include "fwGdcmIO/writer/iod/InformationObjectDefinition.hpp" 36 const ::boost::filesystem::path& destinationPath,
37 const ::fwLog::Logger::sptr& logger =
nullptr,
38 ProgressCallback progress =
nullptr,
39 CancelRequestedCallback cancel =
nullptr);
42 FWGDCMIO_API
virtual ~CTMRImageIOD();
45 FWGDCMIO_API
virtual void write(const ::fwMedData::Series::csptr& series)
override;
This class defines a DICOM SOP instance. It is useful during the whole writing process. This class allows to share data between module writers.
The namespace fwGdcmIO contains reader, writer and helper for dicom data.
CTMRImageIOD class used to write CTImage and MRImage DICOM files.