9 #include "ioGdcm/config.hpp" 11 #include <fwIO/IWriter.hpp> 13 #include <boost/filesystem/path.hpp> 66 IOGDCM_API virtual
void configureWithIHM() override;
71 IOGDCM_API virtual
void starting() override;
74 IOGDCM_API virtual
void stopping() override;
77 IOGDCM_API virtual
void configuring() override;
80 IOGDCM_API
void updating() override;
83 IOGDCM_API ::
fwIO::IOPathType getIOPathType() const override;
87 void saveDicomSeries( const ::
boost::filesystem::path folder,
91 SPTR(JobCreatedSignal) m_sigJobCreated;
Namespace containing medical data.
Services to write an DicomSeries in DICOM format.
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
ioGdcm contains services use to deal with DICOM using the GDCM library.
Writer service API. It manages extension points definition and extension configuration.
The namespace fwIO contains the base interface for reader and writer services.
This namespace fwJobs provides jobs management.