MeVisLab Toolbox Reference
DRTPatientSetupSequenceItemWrapper Class Reference

A class that wraps DRTPatientSetupSequence Item for use in Python. More...

#include <mlDRTPatientSetupSequenceItemWrapper.h>

Inheritance diagram for DRTPatientSetupSequenceItemWrapper:

Public Slots

Access to wrapped DRTPatientSetupSequence object.

\script

QStringList dir (QString searchString="") const
 
QVariantMap getDicomTagByKey (QString key) const
 
QVariantMap getDicomTagByName (QString name) const
 
QVariant getDicomTagValueByKey (QString key) const
 
QVariant getDicomTagValueByName (QString name) const
 
bool setPatientAdditionalPosition (QString qParam)
 
QString getPatientAdditionalPositionTag () const
 
QString getPatientAdditionalPosition () const
 
bool setPatientPosition (QString qParam)
 
QString getPatientPositionTag () const
 
QString getPatientPosition () const
 
bool setPatientSetupLabel (QString qParam)
 
QString getPatientSetupLabelTag () const
 
QString getPatientSetupLabel () const
 
bool setPatientSetupNumber (QString qParam)
 
QString getPatientSetupNumberTag () const
 
QString getPatientSetupNumber () const
 
bool setSetupTechnique (QString qParam)
 
QString getSetupTechniqueTag () const
 
QString getSetupTechnique () const
 
bool setSetupTechniqueDescription (QString qParam)
 
QString getSetupTechniqueDescriptionTag () const
 
QString getSetupTechniqueDescription () const
 
bool setTableTopLateralSetupDisplacement (QString qParam)
 
QString getTableTopLateralSetupDisplacementTag () const
 
QString getTableTopLateralSetupDisplacement () const
 
bool setTableTopLongitudinalSetupDisplacement (QString qParam)
 
QString getTableTopLongitudinalSetupDisplacementTag () const
 
QString getTableTopLongitudinalSetupDisplacement () const
 
bool setTableTopVerticalSetupDisplacement (QString qParam)
 
QString getTableTopVerticalSetupDisplacementTag () const
 
QString getTableTopVerticalSetupDisplacement () const
 
bool setFixationDeviceSequence (QVariant qParam)
 
QVariant getFixationDeviceSequence () const
 
QString getFixationDeviceSequenceTag () const
 
bool setMotionSynchronizationSequence (QVariant qParam)
 
QVariant getMotionSynchronizationSequence () const
 
QString getMotionSynchronizationSequenceTag () const
 
bool setReferencedSetupImageSequence (QVariant qParam)
 
QVariant getReferencedSetupImageSequence () const
 
QString getReferencedSetupImageSequenceTag () const
 
bool setSetupDeviceSequence (QVariant qParam)
 
QVariant getSetupDeviceSequence () const
 
QString getSetupDeviceSequenceTag () const
 
bool setShieldingDeviceSequence (QVariant qParam)
 
QVariant getShieldingDeviceSequence () const
 
QString getShieldingDeviceSequenceTag () const
 

Public Member Functions

 DRTPatientSetupSequenceItemWrapper (const ml::DcmDRTPatientSetupSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTPatientSetupSequenceInterface *sequenceInterface)
 
 DRTPatientSetupSequenceItemWrapper (const DRTPatientSetupSequenceItemWrapper &toCopy)
 
DRTPatientSetupSequenceItemWrapperoperator= (const DRTPatientSetupSequenceItemWrapper &toCopy)
 
ml::DcmDRTPatientSetupSequenceInterface::Item getWrappedSequenceItem () const
 
ml::DcmDRTPatientSetupSequenceInterfacegetSequence () const
 

Public Attributes

QStringList _propertyKeys
 
QString _PatientAdditionalPosition
 
QString _PatientPosition
 
QString _PatientSetupLabel
 
QString _PatientSetupNumber
 
QString _SetupTechnique
 
QString _SetupTechniqueDescription
 
QString _TableTopLateralSetupDisplacement
 
QString _TableTopLongitudinalSetupDisplacement
 
QString _TableTopVerticalSetupDisplacement
 
QVariant _FixationDeviceSequence
 
QVariant _MotionSynchronizationSequence
 
QVariant _ReferencedSetupImageSequence
 
QVariant _SetupDeviceSequence
 
QVariant _ShieldingDeviceSequence
 

Properties

QString PatientAdditionalPosition
 
QString PatientPosition
 
QString PatientSetupLabel
 
QString PatientSetupNumber
 
QString SetupTechnique
 
QString SetupTechniqueDescription
 
QString TableTopLateralSetupDisplacement
 
QString TableTopLongitudinalSetupDisplacement
 
QString TableTopVerticalSetupDisplacement
 
QVariant FixationDeviceSequence
 
QVariant MotionSynchronizationSequence
 
QVariant ReferencedSetupImageSequence
 
QVariant SetupDeviceSequence
 
QVariant ShieldingDeviceSequence
 

Detailed Description

A class that wraps DRTPatientSetupSequence Item for use in Python.

\script

Definition at line 52 of file mlDRTPatientSetupSequenceItemWrapper.h.

Constructor & Destructor Documentation

◆ DRTPatientSetupSequenceItemWrapper() [1/2]

DRTPatientSetupSequenceItemWrapper::DRTPatientSetupSequenceItemWrapper ( const ml::DcmDRTPatientSetupSequenceInterface::Item wrappedSequenceItem,
ml::DcmDRTPatientSetupSequenceInterface sequenceInterface 
)
inline

Definition at line 60 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ DRTPatientSetupSequenceItemWrapper() [2/2]

DRTPatientSetupSequenceItemWrapper::DRTPatientSetupSequenceItemWrapper ( const DRTPatientSetupSequenceItemWrapper toCopy)
inline

Member Function Documentation

◆ dir

QStringList DRTPatientSetupSequenceItemWrapper::dir ( QString  searchString = "") const
slot

◆ getDicomTagByKey

QVariantMap DRTPatientSetupSequenceItemWrapper::getDicomTagByKey ( QString  key) const
slot

◆ getDicomTagByName

QVariantMap DRTPatientSetupSequenceItemWrapper::getDicomTagByName ( QString  name) const
slot

◆ getDicomTagValueByKey

QVariant DRTPatientSetupSequenceItemWrapper::getDicomTagValueByKey ( QString  key) const
slot

◆ getDicomTagValueByName

QVariant DRTPatientSetupSequenceItemWrapper::getDicomTagValueByName ( QString  name) const
slot

◆ getFixationDeviceSequence

QVariant DRTPatientSetupSequenceItemWrapper::getFixationDeviceSequence ( ) const
slot

◆ getFixationDeviceSequenceTag

QString DRTPatientSetupSequenceItemWrapper::getFixationDeviceSequenceTag ( ) const
slot

◆ getMotionSynchronizationSequence

QVariant DRTPatientSetupSequenceItemWrapper::getMotionSynchronizationSequence ( ) const
slot

◆ getMotionSynchronizationSequenceTag

QString DRTPatientSetupSequenceItemWrapper::getMotionSynchronizationSequenceTag ( ) const
slot

◆ getPatientAdditionalPosition

QString DRTPatientSetupSequenceItemWrapper::getPatientAdditionalPosition ( ) const
slot

◆ getPatientAdditionalPositionTag

QString DRTPatientSetupSequenceItemWrapper::getPatientAdditionalPositionTag ( ) const
slot

◆ getPatientPosition

QString DRTPatientSetupSequenceItemWrapper::getPatientPosition ( ) const
slot

◆ getPatientPositionTag

QString DRTPatientSetupSequenceItemWrapper::getPatientPositionTag ( ) const
slot

◆ getPatientSetupLabel

QString DRTPatientSetupSequenceItemWrapper::getPatientSetupLabel ( ) const
slot

◆ getPatientSetupLabelTag

QString DRTPatientSetupSequenceItemWrapper::getPatientSetupLabelTag ( ) const
slot

◆ getPatientSetupNumber

QString DRTPatientSetupSequenceItemWrapper::getPatientSetupNumber ( ) const
slot

◆ getPatientSetupNumberTag

QString DRTPatientSetupSequenceItemWrapper::getPatientSetupNumberTag ( ) const
slot

◆ getReferencedSetupImageSequence

QVariant DRTPatientSetupSequenceItemWrapper::getReferencedSetupImageSequence ( ) const
slot

◆ getReferencedSetupImageSequenceTag

QString DRTPatientSetupSequenceItemWrapper::getReferencedSetupImageSequenceTag ( ) const
slot

◆ getSequence()

ml::DcmDRTPatientSetupSequenceInterface* DRTPatientSetupSequenceItemWrapper::getSequence ( ) const
inline

◆ getSetupDeviceSequence

QVariant DRTPatientSetupSequenceItemWrapper::getSetupDeviceSequence ( ) const
slot

◆ getSetupDeviceSequenceTag

QString DRTPatientSetupSequenceItemWrapper::getSetupDeviceSequenceTag ( ) const
slot

◆ getSetupTechnique

QString DRTPatientSetupSequenceItemWrapper::getSetupTechnique ( ) const
slot

◆ getSetupTechniqueDescription

QString DRTPatientSetupSequenceItemWrapper::getSetupTechniqueDescription ( ) const
slot

◆ getSetupTechniqueDescriptionTag

QString DRTPatientSetupSequenceItemWrapper::getSetupTechniqueDescriptionTag ( ) const
slot

◆ getSetupTechniqueTag

QString DRTPatientSetupSequenceItemWrapper::getSetupTechniqueTag ( ) const
slot

◆ getShieldingDeviceSequence

QVariant DRTPatientSetupSequenceItemWrapper::getShieldingDeviceSequence ( ) const
slot

◆ getShieldingDeviceSequenceTag

QString DRTPatientSetupSequenceItemWrapper::getShieldingDeviceSequenceTag ( ) const
slot

◆ getTableTopLateralSetupDisplacement

QString DRTPatientSetupSequenceItemWrapper::getTableTopLateralSetupDisplacement ( ) const
slot

◆ getTableTopLateralSetupDisplacementTag

QString DRTPatientSetupSequenceItemWrapper::getTableTopLateralSetupDisplacementTag ( ) const
slot

◆ getTableTopLongitudinalSetupDisplacement

QString DRTPatientSetupSequenceItemWrapper::getTableTopLongitudinalSetupDisplacement ( ) const
slot

◆ getTableTopLongitudinalSetupDisplacementTag

QString DRTPatientSetupSequenceItemWrapper::getTableTopLongitudinalSetupDisplacementTag ( ) const
slot

◆ getTableTopVerticalSetupDisplacement

QString DRTPatientSetupSequenceItemWrapper::getTableTopVerticalSetupDisplacement ( ) const
slot

◆ getTableTopVerticalSetupDisplacementTag

QString DRTPatientSetupSequenceItemWrapper::getTableTopVerticalSetupDisplacementTag ( ) const
slot

◆ getWrappedSequenceItem()

ml::DcmDRTPatientSetupSequenceInterface::Item DRTPatientSetupSequenceItemWrapper::getWrappedSequenceItem ( ) const
inline

◆ operator=()

DRTPatientSetupSequenceItemWrapper& DRTPatientSetupSequenceItemWrapper::operator= ( const DRTPatientSetupSequenceItemWrapper toCopy)
inline

◆ setFixationDeviceSequence

bool DRTPatientSetupSequenceItemWrapper::setFixationDeviceSequence ( QVariant  qParam)
slot

◆ setMotionSynchronizationSequence

bool DRTPatientSetupSequenceItemWrapper::setMotionSynchronizationSequence ( QVariant  qParam)
slot

◆ setPatientAdditionalPosition

bool DRTPatientSetupSequenceItemWrapper::setPatientAdditionalPosition ( QString  qParam)
slot

◆ setPatientPosition

bool DRTPatientSetupSequenceItemWrapper::setPatientPosition ( QString  qParam)
slot

◆ setPatientSetupLabel

bool DRTPatientSetupSequenceItemWrapper::setPatientSetupLabel ( QString  qParam)
slot

◆ setPatientSetupNumber

bool DRTPatientSetupSequenceItemWrapper::setPatientSetupNumber ( QString  qParam)
slot

◆ setReferencedSetupImageSequence

bool DRTPatientSetupSequenceItemWrapper::setReferencedSetupImageSequence ( QVariant  qParam)
slot

◆ setSetupDeviceSequence

bool DRTPatientSetupSequenceItemWrapper::setSetupDeviceSequence ( QVariant  qParam)
slot

◆ setSetupTechnique

bool DRTPatientSetupSequenceItemWrapper::setSetupTechnique ( QString  qParam)
slot

◆ setSetupTechniqueDescription

bool DRTPatientSetupSequenceItemWrapper::setSetupTechniqueDescription ( QString  qParam)
slot

◆ setShieldingDeviceSequence

bool DRTPatientSetupSequenceItemWrapper::setShieldingDeviceSequence ( QVariant  qParam)
slot

◆ setTableTopLateralSetupDisplacement

bool DRTPatientSetupSequenceItemWrapper::setTableTopLateralSetupDisplacement ( QString  qParam)
slot

◆ setTableTopLongitudinalSetupDisplacement

bool DRTPatientSetupSequenceItemWrapper::setTableTopLongitudinalSetupDisplacement ( QString  qParam)
slot

◆ setTableTopVerticalSetupDisplacement

bool DRTPatientSetupSequenceItemWrapper::setTableTopVerticalSetupDisplacement ( QString  qParam)
slot

Member Data Documentation

◆ _FixationDeviceSequence

QVariant DRTPatientSetupSequenceItemWrapper::_FixationDeviceSequence

Definition at line 106 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ _MotionSynchronizationSequence

QVariant DRTPatientSetupSequenceItemWrapper::_MotionSynchronizationSequence

Definition at line 108 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ _PatientAdditionalPosition

QString DRTPatientSetupSequenceItemWrapper::_PatientAdditionalPosition

Definition at line 87 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ _PatientPosition

QString DRTPatientSetupSequenceItemWrapper::_PatientPosition

Definition at line 89 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ _PatientSetupLabel

QString DRTPatientSetupSequenceItemWrapper::_PatientSetupLabel

Definition at line 91 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ _PatientSetupNumber

QString DRTPatientSetupSequenceItemWrapper::_PatientSetupNumber

Definition at line 93 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ _propertyKeys

QStringList DRTPatientSetupSequenceItemWrapper::_propertyKeys

Definition at line 58 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ _ReferencedSetupImageSequence

QVariant DRTPatientSetupSequenceItemWrapper::_ReferencedSetupImageSequence

Definition at line 110 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ _SetupDeviceSequence

QVariant DRTPatientSetupSequenceItemWrapper::_SetupDeviceSequence

Definition at line 112 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ _SetupTechnique

QString DRTPatientSetupSequenceItemWrapper::_SetupTechnique

Definition at line 95 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ _SetupTechniqueDescription

QString DRTPatientSetupSequenceItemWrapper::_SetupTechniqueDescription

Definition at line 97 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ _ShieldingDeviceSequence

QVariant DRTPatientSetupSequenceItemWrapper::_ShieldingDeviceSequence

Definition at line 114 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ _TableTopLateralSetupDisplacement

QString DRTPatientSetupSequenceItemWrapper::_TableTopLateralSetupDisplacement

Definition at line 99 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ _TableTopLongitudinalSetupDisplacement

QString DRTPatientSetupSequenceItemWrapper::_TableTopLongitudinalSetupDisplacement

Definition at line 101 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ _TableTopVerticalSetupDisplacement

QString DRTPatientSetupSequenceItemWrapper::_TableTopVerticalSetupDisplacement

Definition at line 103 of file mlDRTPatientSetupSequenceItemWrapper.h.

Property Documentation

◆ FixationDeviceSequence

QVariant DRTPatientSetupSequenceItemWrapper::FixationDeviceSequence
readwrite

Definition at line 106 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ MotionSynchronizationSequence

QVariant DRTPatientSetupSequenceItemWrapper::MotionSynchronizationSequence
readwrite

Definition at line 108 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ PatientAdditionalPosition

QString DRTPatientSetupSequenceItemWrapper::PatientAdditionalPosition
readwrite

Definition at line 87 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ PatientPosition

QString DRTPatientSetupSequenceItemWrapper::PatientPosition
readwrite

Definition at line 89 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ PatientSetupLabel

QString DRTPatientSetupSequenceItemWrapper::PatientSetupLabel
readwrite

Definition at line 91 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ PatientSetupNumber

QString DRTPatientSetupSequenceItemWrapper::PatientSetupNumber
readwrite

Definition at line 93 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ ReferencedSetupImageSequence

QVariant DRTPatientSetupSequenceItemWrapper::ReferencedSetupImageSequence
readwrite

Definition at line 110 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ SetupDeviceSequence

QVariant DRTPatientSetupSequenceItemWrapper::SetupDeviceSequence
readwrite

Definition at line 112 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ SetupTechnique

QString DRTPatientSetupSequenceItemWrapper::SetupTechnique
readwrite

Definition at line 95 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ SetupTechniqueDescription

QString DRTPatientSetupSequenceItemWrapper::SetupTechniqueDescription
readwrite

Definition at line 97 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ ShieldingDeviceSequence

QVariant DRTPatientSetupSequenceItemWrapper::ShieldingDeviceSequence
readwrite

Definition at line 114 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ TableTopLateralSetupDisplacement

QString DRTPatientSetupSequenceItemWrapper::TableTopLateralSetupDisplacement
readwrite

Definition at line 99 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ TableTopLongitudinalSetupDisplacement

QString DRTPatientSetupSequenceItemWrapper::TableTopLongitudinalSetupDisplacement
readwrite

Definition at line 101 of file mlDRTPatientSetupSequenceItemWrapper.h.

◆ TableTopVerticalSetupDisplacement

QString DRTPatientSetupSequenceItemWrapper::TableTopVerticalSetupDisplacement
readwrite

Definition at line 103 of file mlDRTPatientSetupSequenceItemWrapper.h.


The documentation for this class was generated from the following file: