fw4spl
|
ComprehensiveSRIOD class used to write Enhanced Structured Report DICOM files. More...
#include <ComprehensiveSRIOD.hpp>
Public Member Functions | |
FWGDCMIO_API | ComprehensiveSRIOD (const std::shared_ptr< ::fwGdcmIO::container::DicomInstance > &instance, const ::boost::filesystem::path &destinationPath, bool use3DSR=false, const ::fwLog::Logger::sptr &logger=nullptr, ProgressCallback progress=nullptr, CancelRequestedCallback cancel=nullptr) |
Constructor. More... | |
virtual FWGDCMIO_API | ~ComprehensiveSRIOD () |
Destructor. | |
virtual FWGDCMIO_API void | write (const ::fwMedData::Series::csptr &series) override |
Write DICOM file. | |
Public Member Functions inherited from fwGdcmIO::writer::iod::InformationObjectDefinition | |
FWGDCMIO_API | InformationObjectDefinition (const std::shared_ptr< ::fwGdcmIO::container::DicomInstance > &instance, const ::boost::filesystem::path &destinationPath, const ::fwLog::Logger::sptr &logger=nullptr, ProgressCallback progress=nullptr, CancelRequestedCallback cancel=nullptr) |
Constructor. More... | |
virtual FWGDCMIO_API | ~InformationObjectDefinition () |
Destructor. | |
Protected Attributes | |
bool | m_use3DSR |
True if we must use 3DSR. | |
Protected Attributes inherited from fwGdcmIO::writer::iod::InformationObjectDefinition | |
std::shared_ptr< ::fwGdcmIO::container::DicomInstance > | m_instance |
DICOM Instance. | |
::boost::filesystem::path | m_destinationPath |
Destination Path. | |
::fwLog::Logger::sptr | m_logger |
Logger. | |
ProgressCallback | m_progressCallback |
Progress callback for jobs. | |
CancelRequestedCallback | m_cancelRequestedCallback |
Cancel information for jobs. | |
Additional Inherited Members | |
Public Types inherited from fwGdcmIO::writer::iod::InformationObjectDefinition | |
typedef std::function< void(std::uint64_t) > | ProgressCallback |
typedef std::function< bool() > | CancelRequestedCallback |
ComprehensiveSRIOD class used to write Enhanced Structured Report DICOM files.
Definition at line 23 of file writer/iod/ComprehensiveSRIOD.hpp.
fwGdcmIO::writer::iod::ComprehensiveSRIOD::ComprehensiveSRIOD | ( | const std::shared_ptr< ::fwGdcmIO::container::DicomInstance > & | instance, |
const ::boost::filesystem::path & | destinationPath, | ||
bool | use3DSR = false , |
||
const ::fwLog::Logger::sptr & | logger = nullptr , |
||
ProgressCallback | progress = nullptr , |
||
CancelRequestedCallback | cancel = nullptr |
||
) |
Constructor.
[in] | instance | DICOM instance used to share informations between modules |
[in] | destinationPath | Destination path |
[in] | use3DSR | Use 3D Structural Report IOD |
[in] | logger | Logger |
[in] | progress | Progress callback |
[in] | cancel | Cancel requested callback |
Definition at line 39 of file writer/iod/ComprehensiveSRIOD.cpp.