#include <mlSRDocBase.h>

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