9 #include "ioGdcm/config.hpp" 11 #include <fwCom/Signal.hpp> 13 #include <fwIO/IReader.hpp> 15 #include <boost/filesystem/path.hpp> 123 typedef ::
fwRuntime::ConfigurationElement::sptr ConfigurationType;
124 typedef
std::vector<
std::
string > SupportedSOPClassContainerType;
134 IOGDCM_API
virtual void configuring()
override;
137 IOGDCM_API
virtual void starting()
override;
140 IOGDCM_API
virtual void stopping()
override;
143 IOGDCM_API
void updating()
override;
146 IOGDCM_API
void info(std::ostream& _sstream )
override;
149 IOGDCM_API
virtual std::string getSelectorDialogTitle()
override;
152 IOGDCM_API
virtual void configureWithIHM()
override;
155 IOGDCM_API ::fwIO::IOPathType getIOPathType()
const override;
166 std::
string m_filterConfig;
169 std::
string m_filterType;
172 SupportedSOPClassContainerType m_supportedSOPClassSelection;
175 SPTR(JobCreatedSignal) m_sigJobCreated;
178 bool m_showLogDialog;
181 bool m_enableBufferRotation;
184 DicomDirSupport m_dicomDirSupport;
Namespace containing medical data.
The namespace fwRuntime contains classes to manage bundle, configuration element, extension point in ...
Reader service API. It manages extension points definition and extension configuration.
Read DICOM (ImageSeries/ModelSeries) with gdcm reader.
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
ioGdcm contains services use to deal with DICOM using the GDCM library.
This namespace fwJobs provides jobs management.