fw4spl
fwGdcmIO::helper::DicomSeriesAnonymizer Class Reference

This class contains helpers to anonymize DicomSeries. More...

#include <DicomSeriesAnonymizer.hpp>

+ Collaboration diagram for fwGdcmIO::helper::DicomSeriesAnonymizer:

Public Member Functions

FWGDCMIO_API DicomSeriesAnonymizer ()
 Constructor.
 
virtual FWGDCMIO_API ~DicomSeriesAnonymizer ()
 Destructor.
 
FWGDCMIO_API void anonymize (const ::fwMedData::DicomSeries::sptr &source)
 Anonymize the DicomSeries (modify the current object)
 
FWGDCMIO_API void anonymize (const ::fwMedData::DicomSeries::sptr &source, const ::fwMedData::DicomSeries::sptr &destination)
 Anonymize the DicomSeries (doesn't modify the current object)
 
FWGDCMIO_API std::shared_ptr< ::fwJobs::AggregatorgetJob () const
 Get job observer.
 

Protected Attributes

::fwGdcmIO::helper::DicomSeriesWriter::sptr m_writer
 Dicom writer.
 
::fwGdcmIO::helper::DicomAnonymizer m_anonymizer
 Dicom anonymizer.
 
::fwGdcmIO::reader::SeriesDB::sptr m_reader
 Dicom Reader.
 
std::shared_ptr< ::fwJobs::Aggregatorm_job
 Job observer.
 

Friends

class ::boost::serialization::access
 
template<class , class >
struct ::boost::python::objects::pointer_holder
 
template<class , class , class >
class ::fwTools::ClassFactory
 
class ::fwTools::Factory
 

Detailed Description

This class contains helpers to anonymize DicomSeries.

Definition at line 31 of file DicomSeriesAnonymizer.hpp.


The documentation for this class was generated from the following files: