#include <mlDRTIonBeamsTreatmentRecordIODBase.h>

Public Member Functions | |
| DRTIonBeamsTreatmentRecordIODBase () | |
| Default Constructor. | |
| DRTIonBeamsTreatmentRecordIODBase (const std::string &dcmFileName) | |
| Constructor. Gets a reference to the name of the DICOM file containing the rt plan object to be wrapped. | |
| DRTIonBeamsTreatmentRecordIODBase (DcmFileFormat &dcmFile) | |
| Constructor. Gets a reference to the DICOM file containing the rt plan object to be wrapped. | |
| DRTIonBeamsTreatmentRecordIODBase (DcmFileFormat *dcmFilePtr) | |
| Constructor. Gets a pointer to the DICOM file containing the rt plan object to be wrapped. | |
| virtual | ~DRTIonBeamsTreatmentRecordIODBase () |
| Virtual Destructor. | |
| void | setDRTIonBeamsTreatmentRecordIOD (DRTIonBeamsTreatmentRecordIODPtr objectPtr) |
| Set the DRTIonBeamsTreatmentRecordIOD dcmtk object and collect all referenced dcmtk objects. | |
| DRTIonBeamsTreatmentRecordIODPtr | getDRTIonBeamsTreatmentRecordIOD () |
| Get the DRTIonBeamsTreatmentRecordIOD dcmtk object. | |
| bool | isValid () |
| Return true if wrapped IOD object is valid. | |
Definition at line 44 of file mlDRTIonBeamsTreatmentRecordIODBase.h.
| ml::DRTIonBeamsTreatmentRecordIODBase::DRTIonBeamsTreatmentRecordIODBase | ( | ) |
Default Constructor.
| ml::DRTIonBeamsTreatmentRecordIODBase::DRTIonBeamsTreatmentRecordIODBase | ( | const std::string & | dcmFileName | ) |
Constructor. Gets a reference to the name of the DICOM file containing the rt plan object to be wrapped.
| ml::DRTIonBeamsTreatmentRecordIODBase::DRTIonBeamsTreatmentRecordIODBase | ( | DcmFileFormat & | dcmFile | ) |
Constructor. Gets a reference to the DICOM file containing the rt plan object to be wrapped.
| ml::DRTIonBeamsTreatmentRecordIODBase::DRTIonBeamsTreatmentRecordIODBase | ( | DcmFileFormat * | dcmFilePtr | ) |
Constructor. Gets a pointer to the DICOM file containing the rt plan object to be wrapped.
| virtual ml::DRTIonBeamsTreatmentRecordIODBase::~DRTIonBeamsTreatmentRecordIODBase | ( | ) | [inline, virtual] |
| DRTIonBeamsTreatmentRecordIODPtr ml::DRTIonBeamsTreatmentRecordIODBase::getDRTIonBeamsTreatmentRecordIOD | ( | ) | [inline] |
Get the DRTIonBeamsTreatmentRecordIOD dcmtk object.
Definition at line 67 of file mlDRTIonBeamsTreatmentRecordIODBase.h.
| bool ml::DRTIonBeamsTreatmentRecordIODBase::isValid | ( | void | ) | [inline, virtual] |
Return true if wrapped IOD object is valid.
Reimplemented from ml::DcmtkBase.
Definition at line 70 of file mlDRTIonBeamsTreatmentRecordIODBase.h.
Referenced by ml::DRTIonBeamsTreatmentRecordIODToMLConverter::handleBaseObjectChange().
| void ml::DRTIonBeamsTreatmentRecordIODBase::setDRTIonBeamsTreatmentRecordIOD | ( | DRTIonBeamsTreatmentRecordIODPtr | objectPtr | ) |
Set the DRTIonBeamsTreatmentRecordIOD dcmtk object and collect all referenced dcmtk objects.
1.5.8