7 #ifndef __IODICOM_SSERIESDBMERGER_HPP__ 8 #define __IODICOM_SSERIESDBMERGER_HPP__ 10 #include "ioDicom/config.hpp" 12 #include <fwGui/IActionSrv.hpp> 14 #include <fwMedData/SeriesDB.hpp> 16 #include <boost/filesystem/path.hpp> 53 IODICOM_API virtual
void configuring() override;
56 IODICOM_API virtual
void starting() override;
59 IODICOM_API virtual
void stopping() override;
62 IODICOM_API
void updating() override;
65 IODICOM_API
void info(
std::ostream& _sstream ) override;
70 #endif // __IODICOM_SSERIESDBMERGER_HPP__
Defines the service interface managing the menu items.
This service is used to merge selected series with a SeriesDB. All the series in the vector are pushe...
ioDicom contains services used to deal with the DICOM standard.
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.