MeVisLab Toolbox Reference
DRTPatientSetupSequenceWrapper Class Reference

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

#include <mlDRTPatientSetupSequenceWrapper.h>

Inheritance diagram for DRTPatientSetupSequenceWrapper:

Public Slots

Access to wrapped DRTPatientSetupSequence object.

\script

int getNumberOfItems () const
 
QVariant getItem (int idx)
 
QVariant addItem ()
 
bool insertItem (int idx)
 
bool removeItem (int idx)
 

Public Member Functions

 DRTPatientSetupSequenceWrapper (ml::DcmDRTPatientSetupSequenceInterface *wrappedSequence)
 
 DRTPatientSetupSequenceWrapper (const DRTPatientSetupSequenceWrapper &toCopy)
 
DRTPatientSetupSequenceWrapperoperator= (const DRTPatientSetupSequenceWrapper &toCopy)
 
ml::DcmDRTPatientSetupSequenceInterface getWrappedSequence () const
 
QString getPatientAdditionalPositionTag () const
 
QString getPatientPositionTag () const
 
QString getPatientSetupLabelTag () const
 
QString getPatientSetupNumberTag () const
 
QString getSetupTechniqueTag () const
 
QString getSetupTechniqueDescriptionTag () const
 
QString getTableTopLateralSetupDisplacementTag () const
 
QString getTableTopLongitudinalSetupDisplacementTag () const
 
QString getTableTopVerticalSetupDisplacementTag () const
 
QString getFixationDeviceSequenceTag () const
 
QString getMotionSynchronizationSequenceTag () const
 
QString getReferencedSetupImageSequenceTag () const
 
QString getSetupDeviceSequenceTag () const
 
QString getShieldingDeviceSequenceTag () const
 

Detailed Description

A class that wraps DRTPatientSetupSequence Item for use in Python.

\script

Definition at line 45 of file mlDRTPatientSetupSequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTPatientSetupSequenceWrapper() [1/2]

DRTPatientSetupSequenceWrapper::DRTPatientSetupSequenceWrapper ( ml::DcmDRTPatientSetupSequenceInterface wrappedSequence)
inline

Definition at line 51 of file mlDRTPatientSetupSequenceWrapper.h.

◆ DRTPatientSetupSequenceWrapper() [2/2]

DRTPatientSetupSequenceWrapper::DRTPatientSetupSequenceWrapper ( const DRTPatientSetupSequenceWrapper toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTPatientSetupSequenceWrapper::addItem ( )
slot

◆ getFixationDeviceSequenceTag()

QString DRTPatientSetupSequenceWrapper::getFixationDeviceSequenceTag ( ) const
inline

◆ getItem

QVariant DRTPatientSetupSequenceWrapper::getItem ( int  idx)
slot

◆ getMotionSynchronizationSequenceTag()

QString DRTPatientSetupSequenceWrapper::getMotionSynchronizationSequenceTag ( ) const
inline

◆ getNumberOfItems

int DRTPatientSetupSequenceWrapper::getNumberOfItems ( ) const
slot

◆ getPatientAdditionalPositionTag()

QString DRTPatientSetupSequenceWrapper::getPatientAdditionalPositionTag ( ) const
inline

◆ getPatientPositionTag()

QString DRTPatientSetupSequenceWrapper::getPatientPositionTag ( ) const
inline

◆ getPatientSetupLabelTag()

QString DRTPatientSetupSequenceWrapper::getPatientSetupLabelTag ( ) const
inline

◆ getPatientSetupNumberTag()

QString DRTPatientSetupSequenceWrapper::getPatientSetupNumberTag ( ) const
inline

◆ getReferencedSetupImageSequenceTag()

QString DRTPatientSetupSequenceWrapper::getReferencedSetupImageSequenceTag ( ) const
inline

◆ getSetupDeviceSequenceTag()

QString DRTPatientSetupSequenceWrapper::getSetupDeviceSequenceTag ( ) const
inline

◆ getSetupTechniqueDescriptionTag()

QString DRTPatientSetupSequenceWrapper::getSetupTechniqueDescriptionTag ( ) const
inline

◆ getSetupTechniqueTag()

QString DRTPatientSetupSequenceWrapper::getSetupTechniqueTag ( ) const
inline

◆ getShieldingDeviceSequenceTag()

QString DRTPatientSetupSequenceWrapper::getShieldingDeviceSequenceTag ( ) const
inline

◆ getTableTopLateralSetupDisplacementTag()

QString DRTPatientSetupSequenceWrapper::getTableTopLateralSetupDisplacementTag ( ) const
inline

◆ getTableTopLongitudinalSetupDisplacementTag()

QString DRTPatientSetupSequenceWrapper::getTableTopLongitudinalSetupDisplacementTag ( ) const
inline

◆ getTableTopVerticalSetupDisplacementTag()

QString DRTPatientSetupSequenceWrapper::getTableTopVerticalSetupDisplacementTag ( ) const
inline

◆ getWrappedSequence()

ml::DcmDRTPatientSetupSequenceInterface DRTPatientSetupSequenceWrapper::getWrappedSequence ( ) const
inline

Definition at line 67 of file mlDRTPatientSetupSequenceWrapper.h.

Referenced by DRTPatientSetupSequenceWrapper(), and operator=().

◆ insertItem

bool DRTPatientSetupSequenceWrapper::insertItem ( int  idx)
slot

◆ operator=()

◆ removeItem

bool DRTPatientSetupSequenceWrapper::removeItem ( int  idx)
slot

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