|
fw4spl
|
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::Aggregator > | getJob () 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::Aggregator > | m_job |
| Job observer. | |
This class contains helpers to anonymize DicomSeries.
Definition at line 31 of file DicomSeriesAnonymizer.hpp.