9 #include "fwGdcmIO/config.hpp" 10 #include "fwGdcmIO/container/DicomInstance.hpp" 11 #include "fwGdcmIO/writer/iod/InformationObjectDefinition.hpp" 37 const ::boost::filesystem::path& destinationPath,
39 const ::fwLog::Logger::sptr& logger =
nullptr,
40 ProgressCallback progress =
nullptr,
41 CancelRequestedCallback cancel =
nullptr);
44 FWGDCMIO_API
virtual ~ComprehensiveSRIOD();
47 FWGDCMIO_API
virtual void write(const ::fwMedData::Series::csptr& series)
override;
bool m_use3DSR
True if we must use 3DSR.
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.
ComprehensiveSRIOD class used to write Enhanced Structured Report DICOM files.