|
MeVisLab Toolbox Reference
|
Class to provide access to DRTReferencedRTPlanSequenceInRTGeneralPlanModule. More...
#include <mlDcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface () | |
| DcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface (std::vector< DcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface () |
| Default virtual Destructor. | |
| bool | getRTPlanRelationship (unsigned long idx, std::string ¶meter) const |
| bool | getRTPlanRelationship (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getRTPlanRelationshipTag () const |
| bool | setRTPlanRelationship (unsigned long idx, std::string parameter) |
| bool | getReferencedSOPClassUID (unsigned long idx, std::string ¶meter) const |
| bool | getReferencedSOPClassUID (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getReferencedSOPClassUIDTag () const |
| bool | setReferencedSOPClassUID (unsigned long idx, std::string parameter) |
| bool | getReferencedSOPInstanceUID (unsigned long idx, std::string ¶meter) const |
| bool | getReferencedSOPInstanceUID (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getReferencedSOPInstanceUIDTag () const |
| bool | setReferencedSOPInstanceUID (unsigned long idx, std::string parameter) |
| void | setSequence (std::vector< DcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface::Item > dcmSequence) |
| Set the DRTReferencedRTPlanSequenceInRTGeneralPlanModule this interface class provides access to. | |
| std::vector< DcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface::Item > | getSequence () const |
| Return the DRTReferencedRTPlanSequenceInRTGeneralPlanModule this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTReferencedRTPlanSequenceInRTGeneralPlanModule is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface::Item newItem) |
| bool | insertItem (const size_t idx) |
| Insert an item at the indicated position. | |
| bool | removeItem (const size_t idx) |
| Removes the indicated item from the sequence. | |
Protected Attributes | |
| std::vector< DcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface::Item > | _itemVec |
| Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTReferencedRTPlanSequenceInRTGeneralPlanModule.
Definition at line 43 of file mlDcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface.h.
|
inline |
Definition at line 88 of file mlDcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface.h.
|
inline |
Default Constructor.
Definition at line 91 of file mlDcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface.h.
|
inline |
Definition at line 93 of file mlDcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface.h.
|
inlinevirtual |
Default virtual Destructor.
Definition at line 101 of file mlDcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 156 of file mlDcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface.h.
|
inline |
Definition at line 161 of file mlDcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface.h.
|
inline |
Gets the item at the indicated position.
Definition at line 147 of file mlDcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface.h.
|
inline |
Return number of items the internal sequence consists of.
Definition at line 141 of file mlDcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface.h.
| bool ml::DcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface::getReferencedSOPClassUID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface::getReferencedSOPClassUID | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 111 of file mlDcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface.h.
Referenced by DRTReferencedRTPlanSequenceInRTGeneralPlanModuleWrapper::getReferencedSOPClassUIDTag().
| bool ml::DcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface::getReferencedSOPInstanceUID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface::getReferencedSOPInstanceUID | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 117 of file mlDcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface.h.
Referenced by DRTReferencedRTPlanSequenceInRTGeneralPlanModuleWrapper::getReferencedSOPInstanceUIDTag().
| bool ml::DcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface::getRTPlanRelationship | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface::getRTPlanRelationship | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 105 of file mlDcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface.h.
Referenced by DRTReferencedRTPlanSequenceInRTGeneralPlanModuleWrapper::getRTPlanRelationshipTag().
|
inline |
Return the DRTReferencedRTPlanSequenceInRTGeneralPlanModule this interface class provides access to.
| dcmSequence | Pointer to DRTReferencedRTPlanSequenceInRTGeneralPlanModule |
Definition at line 129 of file mlDcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface.h.
Referenced by DRTReferencedRTPlanSequenceInRTGeneralPlanModuleWrapper::DRTReferencedRTPlanSequenceInRTGeneralPlanModuleWrapper(), and DRTReferencedRTPlanSequenceInRTGeneralPlanModuleWrapper::operator=().
|
inline |
Check if the DRTReferencedRTPlanSequenceInRTGeneralPlanModule is set.
Definition at line 135 of file mlDcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 167 of file mlDcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 179 of file mlDcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface.h.
| bool ml::DcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface::setReferencedSOPClassUID | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface::setReferencedSOPInstanceUID | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface::setRTPlanRelationship | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
|
inline |
Set the DRTReferencedRTPlanSequenceInRTGeneralPlanModule this interface class provides access to.
| dcmSequence | Pointer to DRTReferencedRTPlanSequenceInRTGeneralPlanModule |
Definition at line 123 of file mlDcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface.h.
Referenced by DRTReferencedRTPlanSequenceInRTGeneralPlanModuleWrapper::DRTReferencedRTPlanSequenceInRTGeneralPlanModuleWrapper(), and DRTReferencedRTPlanSequenceInRTGeneralPlanModuleWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 191 of file mlDcmDRTReferencedRTPlanSequenceInRTGeneralPlanModuleInterface.h.