fw4spl
fwGdcmIO::reader::iod::ComprehensiveSRIOD Class Reference

ComprehensiveSRIOD class used to read landmarks and distances stored in Enhanced Structured Report IODs. More...

#include <ComprehensiveSRIOD.hpp>

+ Inheritance diagram for fwGdcmIO::reader::iod::ComprehensiveSRIOD:
+ Collaboration diagram for fwGdcmIO::reader::iod::ComprehensiveSRIOD:

Public Member Functions

FWGDCMIO_API ComprehensiveSRIOD (const ::fwMedData::DicomSeries::csptr &dicomSeries, const std::shared_ptr< ::fwGdcmIO::container::DicomInstance > &instance, const ::fwLog::Logger::sptr &logger=nullptr, ProgressCallback progress=nullptr, CancelRequestedCallback cancel=nullptr)
 Constructor. More...
 
FWGDCMIO_API ~ComprehensiveSRIOD ()
 Destructor.
 
FWGDCMIO_API void read (::fwMedData::Series::sptr series) throw (::fwGdcmIO::exception::Failed)
 Read DICOM file.
 
- Public Member Functions inherited from fwGdcmIO::reader::iod::InformationObjectDefinition
FWGDCMIO_API InformationObjectDefinition (const ::fwMedData::DicomSeries::csptr &dicomSeries, const std::shared_ptr< ::fwGdcmIO::container::DicomInstance > &instance, const ::fwLog::Logger::sptr &logger=nullptr, ProgressCallback progress=nullptr, CancelRequestedCallback cancel=nullptr)
 Constructor. More...
 
virtual FWGDCMIO_API ~InformationObjectDefinition ()
 Destructor.
 

Additional Inherited Members

- Public Types inherited from fwGdcmIO::reader::iod::InformationObjectDefinition
typedef std::function< void(std::uint64_t) > ProgressCallback
 
typedef std::function< bool() > CancelRequestedCallback
 
- Protected Attributes inherited from fwGdcmIO::reader::iod::InformationObjectDefinition
std::shared_ptr< ::fwGdcmIO::container::DicomInstancem_instance
 DICOM Instance.
 
::fwMedData::DicomSeries::csptr m_dicomSeries
 Dicom Series.
 
::fwLog::Logger::sptr m_logger
 Logger.
 
ProgressCallback m_progressCallback
 Progress callback for jobs.
 
CancelRequestedCallback m_cancelRequestedCallback
 Cancel information for jobs.
 

Detailed Description

ComprehensiveSRIOD class used to read landmarks and distances stored in Enhanced Structured Report IODs.

Definition at line 21 of file reader/iod/ComprehensiveSRIOD.hpp.

Constructor & Destructor Documentation

fwGdcmIO::reader::iod::ComprehensiveSRIOD::ComprehensiveSRIOD ( const ::fwMedData::DicomSeries::csptr &  dicomSeries,
const std::shared_ptr< ::fwGdcmIO::container::DicomInstance > &  instance,
const ::fwLog::Logger::sptr &  logger = nullptr,
ProgressCallback  progress = nullptr,
CancelRequestedCallback  cancel = nullptr 
)

Constructor.

Parameters
[in]dicomSeriesDicomSeries
[in]instanceInstance
[in]loggerLogger
[in]progressProgress callback
[in]cancelCancel requested callback

Definition at line 25 of file reader/iod/ComprehensiveSRIOD.cpp.


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