fw4spl
fwGdcmIO::reader::ie::Patient Class Reference

Patient Information Entity class. More...

#include <Patient.hpp>

+ Inheritance diagram for fwGdcmIO::reader::ie::Patient:
+ Collaboration diagram for fwGdcmIO::reader::ie::Patient:

Public Member Functions

FWGDCMIO_API Patient (const std::shared_ptr< const ::fwMedData::DicomSeries > &dicomSeries, const std::shared_ptr< ::gdcm::Reader > &reader, const std::shared_ptr< ::fwGdcmIO::container::DicomInstance > &instance, const ::fwMedData::Patient::sptr &patient, const ::fwLog::Logger::sptr &logger=nullptr, ProgressCallback progress=nullptr, CancelRequestedCallback cancel=nullptr)
 Constructor. More...
 
virtual FWGDCMIO_API ~Patient ()
 Destructor.
 
virtual FWGDCMIO_API void readPatientModule ()
 Read Patient Module tags. More...
 
- Public Member Functions inherited from fwGdcmIO::reader::ie::InformationEntity< ::fwMedData::Patient >
FWGDCMIO_API InformationEntity (const std::shared_ptr< const ::fwMedData::DicomSeries > &dicomSeries, const std::shared_ptr< ::gdcm::Reader > &reader, const std::shared_ptr< ::fwGdcmIO::container::DicomInstance > &instance, const std::shared_ptr< ::fwMedData::Patient > &object, const ::fwLog::Logger::sptr &logger=nullptr, const ProgressCallback progress=nullptr, CancelRequestedCallback cancel=nullptr)
 Constructor. More...
 
virtual FWGDCMIO_API ~InformationEntity ()
 Destructor.
 

Additional Inherited Members

- Public Types inherited from fwGdcmIO::reader::ie::InformationEntity< ::fwMedData::Patient >
typedef std::function< void(std::uint64_t) > ProgressCallback
 
typedef std::function< bool() > CancelRequestedCallback
 
- Protected Attributes inherited from fwGdcmIO::reader::ie::InformationEntity< ::fwMedData::Patient >
std::shared_ptr< const ::fwMedData::DicomSeriesm_dicomSeries
 Dicom Series.
 
std::shared_ptr< ::gdcm::Reader > m_reader
 GDCM Reader.
 
std::shared_ptr< ::fwGdcmIO::container::DicomInstancem_instance
 DICOM Instance.
 
std::shared_ptr< ::fwMedData::Patientm_object
 FW4SPL Object.
 
::fwLog::Logger::sptr m_logger
 Logger.
 
ProgressCallback m_progressCallback
 Progress callback for jobs.
 
CancelRequestedCallback m_cancelRequestedCallback
 Cancel information for jobs.
 

Detailed Description

Patient Information Entity class.

Definition at line 23 of file io/fwGdcmIO/include/fwGdcmIO/reader/ie/Patient.hpp.

Constructor & Destructor Documentation

FWGDCMIO_API fwGdcmIO::reader::ie::Patient::Patient ( const std::shared_ptr< const ::fwMedData::DicomSeries > &  dicomSeries,
const std::shared_ptr< ::gdcm::Reader > &  reader,
const std::shared_ptr< ::fwGdcmIO::container::DicomInstance > &  instance,
const ::fwMedData::Patient::sptr &  patient,
const ::fwLog::Logger::sptr &  logger = nullptr,
ProgressCallback  progress = nullptr,
CancelRequestedCallback  cancel = nullptr 
)

Constructor.

Parameters
[in]dicomSeriesDicomSeries used to access computed tag values.
[in]readerGDCM reader that must be used to read patient.
[in]instanceDICOM instance used to share informations between modules
[in]patientPatient data
[in]loggerLogger
[in]progressProgress callback
[in]cancelCancel requested callback

Member Function Documentation

void Patient::readPatientModule ( )
virtual

Read Patient Module tags.

See also
PS 3.3 C.7.1.1

Definition at line 43 of file io/fwGdcmIO/src/fwGdcmIO/reader/ie/Patient.cpp.


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