#include <mlPresentationStateBase.h>

Public Member Functions | |
| PresentationState () | |
| Default Constructor. | |
| PresentationState (const std::string &dcmFileName) | |
| Constructor. Gets a reference to the name of the DICOM file containing the sr document object to be wrapped. | |
| PresentationState (DcmFileFormat &dcmFile) | |
| Constructor. Gets a reference to the DICOM file containing the sr document object to be wrapped. | |
| PresentationState (DcmFileFormat *dcmFilePtr) | |
| Constructor. Gets a pointer to the DICOM file containing the sr document object to be wrapped. | |
| virtual | ~PresentationState () |
| Virtual Destructor. | |
| void | setDVPresentationStateIOD (DVPresentationStatePtr rtDosePtr) |
| Set the PresentationState dcmtk object and collect all referenced dcmtk objects. | |
| DVPresentationStatePtr | getDVPresentationStateIOD () |
| Get the PresentationState dcmtk object. | |
| bool | isValid () |
| Return true if wrapped PresentationStateumentIOD object is valid. | |
Definition at line 30 of file mlPresentationStateBase.h.
| ml::PresentationState::PresentationState | ( | ) | [inline] |
| ml::PresentationState::PresentationState | ( | const std::string & | dcmFileName | ) |
Constructor. Gets a reference to the name of the DICOM file containing the sr document object to be wrapped.
| ml::PresentationState::PresentationState | ( | DcmFileFormat & | dcmFile | ) |
Constructor. Gets a reference to the DICOM file containing the sr document object to be wrapped.
| ml::PresentationState::PresentationState | ( | DcmFileFormat * | dcmFilePtr | ) |
Constructor. Gets a pointer to the DICOM file containing the sr document object to be wrapped.
| virtual ml::PresentationState::~PresentationState | ( | ) | [inline, virtual] |
| DVPresentationStatePtr ml::PresentationState::getDVPresentationStateIOD | ( | ) | [inline] |
| bool ml::PresentationState::isValid | ( | void | ) | [inline, virtual] |
Return true if wrapped PresentationStateumentIOD object is valid.
Reimplemented from ml::DcmtkBase.
Definition at line 56 of file mlPresentationStateBase.h.
| void ml::PresentationState::setDVPresentationStateIOD | ( | DVPresentationStatePtr | rtDosePtr | ) |
Set the PresentationState dcmtk object and collect all referenced dcmtk objects.
1.5.8