|
fw4spl
|
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::DicomSeries > | m_dicomSeries |
| Dicom Series. | |
| std::shared_ptr< ::gdcm::Reader > | m_reader |
| GDCM Reader. | |
| std::shared_ptr< ::fwGdcmIO::container::DicomInstance > | m_instance |
| DICOM Instance. | |
| std::shared_ptr< ::fwMedData::Patient > | m_object |
| FW4SPL Object. | |
| ::fwLog::Logger::sptr | m_logger |
| Logger. | |
| ProgressCallback | m_progressCallback |
| Progress callback for jobs. | |
| CancelRequestedCallback | m_cancelRequestedCallback |
| Cancel information for jobs. | |
Patient Information Entity class.
Definition at line 23 of file io/fwGdcmIO/include/fwGdcmIO/reader/ie/Patient.hpp.
| 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.
| [in] | dicomSeries | DicomSeries used to access computed tag values. |
| [in] | reader | GDCM reader that must be used to read patient. |
| [in] | instance | DICOM instance used to share informations between modules |
| [in] | patient | Patient data |
| [in] | logger | Logger |
| [in] | progress | Progress callback |
| [in] | cancel | Cancel requested callback |
|
virtual |
Read Patient Module tags.
Definition at line 43 of file io/fwGdcmIO/src/fwGdcmIO/reader/ie/Patient.cpp.