|
| DcmDRTPatientSetupSequenceInterface () |
|
| DcmDRTPatientSetupSequenceInterface (std::vector< DcmDRTPatientSetupSequenceInterface::Item > dcmSequence) |
| Default Constructor.
|
|
| DcmDRTPatientSetupSequenceInterface (DCMTree::TreePtrVector treePtrSeq) |
|
virtual | ~DcmDRTPatientSetupSequenceInterface () |
| Default virtual Destructor.
|
|
bool | getPatientAdditionalPosition (unsigned long idx, std::string ¶meter) const |
|
bool | getPatientAdditionalPosition (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getPatientAdditionalPositionTag () const |
|
bool | setPatientAdditionalPosition (unsigned long idx, std::string parameter) |
|
bool | getPatientPosition (unsigned long idx, std::string ¶meter) const |
|
bool | getPatientPosition (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getPatientPositionTag () const |
|
bool | setPatientPosition (unsigned long idx, std::string parameter) |
|
bool | getPatientSetupLabel (unsigned long idx, std::string ¶meter) const |
|
bool | getPatientSetupLabel (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getPatientSetupLabelTag () const |
|
bool | setPatientSetupLabel (unsigned long idx, std::string parameter) |
|
bool | getPatientSetupNumber (unsigned long idx, std::string ¶meter) const |
|
bool | getPatientSetupNumber (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getPatientSetupNumberTag () const |
|
bool | setPatientSetupNumber (unsigned long idx, std::string parameter) |
|
bool | getSetupTechnique (unsigned long idx, std::string ¶meter) const |
|
bool | getSetupTechnique (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getSetupTechniqueTag () const |
|
bool | setSetupTechnique (unsigned long idx, std::string parameter) |
|
bool | getSetupTechniqueDescription (unsigned long idx, std::string ¶meter) const |
|
bool | getSetupTechniqueDescription (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getSetupTechniqueDescriptionTag () const |
|
bool | setSetupTechniqueDescription (unsigned long idx, std::string parameter) |
|
bool | getTableTopLateralSetupDisplacement (unsigned long idx, std::string ¶meter) const |
|
bool | getTableTopLateralSetupDisplacement (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getTableTopLateralSetupDisplacementTag () const |
|
bool | setTableTopLateralSetupDisplacement (unsigned long idx, std::string parameter) |
|
bool | getTableTopLongitudinalSetupDisplacement (unsigned long idx, std::string ¶meter) const |
|
bool | getTableTopLongitudinalSetupDisplacement (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getTableTopLongitudinalSetupDisplacementTag () const |
|
bool | setTableTopLongitudinalSetupDisplacement (unsigned long idx, std::string parameter) |
|
bool | getTableTopVerticalSetupDisplacement (unsigned long idx, std::string ¶meter) const |
|
bool | getTableTopVerticalSetupDisplacement (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getTableTopVerticalSetupDisplacementTag () const |
|
bool | setTableTopVerticalSetupDisplacement (unsigned long idx, std::string parameter) |
|
DcmDRTFixationDeviceSequenceInterface | getFixationDeviceSequence (unsigned long idx) const |
|
std::string | getFixationDeviceSequenceTag () const |
|
void | setFixationDeviceSequence (DcmDRTFixationDeviceSequenceInterface seq, unsigned long idx) |
|
DcmDRTMotionSynchronizationSequenceInterface | getMotionSynchronizationSequence (unsigned long idx) const |
|
std::string | getMotionSynchronizationSequenceTag () const |
|
void | setMotionSynchronizationSequence (DcmDRTMotionSynchronizationSequenceInterface seq, unsigned long idx) |
|
DcmDRTReferencedSetupImageSequenceInterface | getReferencedSetupImageSequence (unsigned long idx) const |
|
std::string | getReferencedSetupImageSequenceTag () const |
|
void | setReferencedSetupImageSequence (DcmDRTReferencedSetupImageSequenceInterface seq, unsigned long idx) |
|
DcmDRTSetupDeviceSequenceInterface | getSetupDeviceSequence (unsigned long idx) const |
|
std::string | getSetupDeviceSequenceTag () const |
|
void | setSetupDeviceSequence (DcmDRTSetupDeviceSequenceInterface seq, unsigned long idx) |
|
DcmDRTShieldingDeviceSequenceInterface | getShieldingDeviceSequence (unsigned long idx) const |
|
std::string | getShieldingDeviceSequenceTag () const |
|
void | setShieldingDeviceSequence (DcmDRTShieldingDeviceSequenceInterface seq, unsigned long idx) |
|
void | setSequence (std::vector< DcmDRTPatientSetupSequenceInterface::Item > dcmSequence) |
| Set the DRTPatientSetupSequence this interface class provides access to.
|
|
std::vector< DcmDRTPatientSetupSequenceInterface::Item > | getSequence () const |
| Return the DRTPatientSetupSequence this interface class provides access to.
|
|
bool | hasSequence () const |
| Check if the DRTPatientSetupSequence is set.
|
|
MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of.
|
|
DcmDRTPatientSetupSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position.
|
|
DcmDRTPatientSetupSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence.
|
|
void | addItem (DcmDRTPatientSetupSequenceInterface::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.
|
|
Class to provide access to DRTPatientSetupSequence.
Definition at line 48 of file mlDcmDRTPatientSetupSequenceInterface.h.