9 #include "ioGdcm/config.hpp" 11 #include <fwGdcmIO/writer/Series.hpp> 13 #include <fwIO/IWriter.hpp> 15 #include <boost/filesystem/path.hpp> 58 IOGDCM_API virtual
void configureWithIHM() override;
63 IOGDCM_API virtual
void starting() override;
66 IOGDCM_API virtual
void stopping() override;
69 IOGDCM_API virtual
void configuring() override;
72 IOGDCM_API
void updating() override;
75 IOGDCM_API ::
fwIO::IOPathType getIOPathType() const override;
84 void saveSeriesDB( const ::
boost::filesystem::path folder,
SPTR(::
fwMedData::SeriesDB) seriesDB );
87 bool selectFiducialsExportMode();
90 ::
fwGdcmIO::writer::Series::FiducialsExportMode m_fiducialsExportMode;
Namespace containing medical data.
The namespace fwGdcmIO contains reader, writer and helper for dicom data.
Services to write several series (ImageSeries or ModelSeries) 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.