MeVisLab Toolbox Reference
DRTIonWedgeSequenceItemWrapper Class Reference

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

#include <mlDRTIonWedgeSequenceItemWrapper.h>

Inheritance diagram for DRTIonWedgeSequenceItemWrapper:

Public Slots

Access to wrapped DRTIonWedgeSequence 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 setAccessoryCode (QString qParam)
 
QString getAccessoryCodeTag () const
 
QString getAccessoryCode () const
 
bool setIsocenterToWedgeTrayDistance (float qParam)
 
QString getIsocenterToWedgeTrayDistanceTag () const
 
float getIsocenterToWedgeTrayDistance () const
 
bool setWedgeAngle (QString qParam)
 
QString getWedgeAngleTag () const
 
QString getWedgeAngle () const
 
bool setWedgeID (QString qParam)
 
QString getWedgeIDTag () const
 
QString getWedgeID () const
 
bool setWedgeNumber (QString qParam)
 
QString getWedgeNumberTag () const
 
QString getWedgeNumber () const
 
bool setWedgeOrientation (QString qParam)
 
QString getWedgeOrientationTag () const
 
QString getWedgeOrientation () const
 
bool setWedgeType (QString qParam)
 
QString getWedgeTypeTag () const
 
QString getWedgeType () const
 

Public Member Functions

 DRTIonWedgeSequenceItemWrapper (const ml::DcmDRTIonWedgeSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTIonWedgeSequenceInterface *sequenceInterface)
 
 DRTIonWedgeSequenceItemWrapper (const DRTIonWedgeSequenceItemWrapper &toCopy)
 
DRTIonWedgeSequenceItemWrapperoperator= (const DRTIonWedgeSequenceItemWrapper &toCopy)
 
ml::DcmDRTIonWedgeSequenceInterface::Item getWrappedSequenceItem () const
 
ml::DcmDRTIonWedgeSequenceInterfacegetSequence () const
 

Public Attributes

QStringList _propertyKeys
 
QString _AccessoryCode
 
float _IsocenterToWedgeTrayDistance
 
QString _WedgeAngle
 
QString _WedgeID
 
QString _WedgeNumber
 
QString _WedgeOrientation
 
QString _WedgeType
 

Properties

QString AccessoryCode
 
float IsocenterToWedgeTrayDistance
 
QString WedgeAngle
 
QString WedgeID
 
QString WedgeNumber
 
QString WedgeOrientation
 
QString WedgeType
 

Detailed Description

A class that wraps DRTIonWedgeSequence Item for use in Python.

\script

Definition at line 47 of file mlDRTIonWedgeSequenceItemWrapper.h.

Constructor & Destructor Documentation

◆ DRTIonWedgeSequenceItemWrapper() [1/2]

DRTIonWedgeSequenceItemWrapper::DRTIonWedgeSequenceItemWrapper ( const ml::DcmDRTIonWedgeSequenceInterface::Item wrappedSequenceItem,
ml::DcmDRTIonWedgeSequenceInterface sequenceInterface 
)
inline

Definition at line 55 of file mlDRTIonWedgeSequenceItemWrapper.h.

◆ DRTIonWedgeSequenceItemWrapper() [2/2]

DRTIonWedgeSequenceItemWrapper::DRTIonWedgeSequenceItemWrapper ( const DRTIonWedgeSequenceItemWrapper toCopy)
inline

Definition at line 62 of file mlDRTIonWedgeSequenceItemWrapper.h.

References getSequence(), and getWrappedSequenceItem().

Member Function Documentation

◆ dir

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

◆ getAccessoryCode

QString DRTIonWedgeSequenceItemWrapper::getAccessoryCode ( ) const
slot

◆ getAccessoryCodeTag

QString DRTIonWedgeSequenceItemWrapper::getAccessoryCodeTag ( ) const
slot

◆ getDicomTagByKey

QVariantMap DRTIonWedgeSequenceItemWrapper::getDicomTagByKey ( QString  key) const
slot

◆ getDicomTagByName

QVariantMap DRTIonWedgeSequenceItemWrapper::getDicomTagByName ( QString  name) const
slot

◆ getDicomTagValueByKey

QVariant DRTIonWedgeSequenceItemWrapper::getDicomTagValueByKey ( QString  key) const
slot

◆ getDicomTagValueByName

QVariant DRTIonWedgeSequenceItemWrapper::getDicomTagValueByName ( QString  name) const
slot

◆ getIsocenterToWedgeTrayDistance

float DRTIonWedgeSequenceItemWrapper::getIsocenterToWedgeTrayDistance ( ) const
slot

◆ getIsocenterToWedgeTrayDistanceTag

QString DRTIonWedgeSequenceItemWrapper::getIsocenterToWedgeTrayDistanceTag ( ) const
slot

◆ getSequence()

ml::DcmDRTIonWedgeSequenceInterface* DRTIonWedgeSequenceItemWrapper::getSequence ( ) const
inline

Definition at line 79 of file mlDRTIonWedgeSequenceItemWrapper.h.

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

◆ getWedgeAngle

QString DRTIonWedgeSequenceItemWrapper::getWedgeAngle ( ) const
slot

◆ getWedgeAngleTag

QString DRTIonWedgeSequenceItemWrapper::getWedgeAngleTag ( ) const
slot

◆ getWedgeID

QString DRTIonWedgeSequenceItemWrapper::getWedgeID ( ) const
slot

◆ getWedgeIDTag

QString DRTIonWedgeSequenceItemWrapper::getWedgeIDTag ( ) const
slot

◆ getWedgeNumber

QString DRTIonWedgeSequenceItemWrapper::getWedgeNumber ( ) const
slot

◆ getWedgeNumberTag

QString DRTIonWedgeSequenceItemWrapper::getWedgeNumberTag ( ) const
slot

◆ getWedgeOrientation

QString DRTIonWedgeSequenceItemWrapper::getWedgeOrientation ( ) const
slot

◆ getWedgeOrientationTag

QString DRTIonWedgeSequenceItemWrapper::getWedgeOrientationTag ( ) const
slot

◆ getWedgeType

QString DRTIonWedgeSequenceItemWrapper::getWedgeType ( ) const
slot

◆ getWedgeTypeTag

QString DRTIonWedgeSequenceItemWrapper::getWedgeTypeTag ( ) const
slot

◆ getWrappedSequenceItem()

ml::DcmDRTIonWedgeSequenceInterface::Item DRTIonWedgeSequenceItemWrapper::getWrappedSequenceItem ( ) const
inline

Definition at line 78 of file mlDRTIonWedgeSequenceItemWrapper.h.

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

◆ operator=()

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

Definition at line 70 of file mlDRTIonWedgeSequenceItemWrapper.h.

References getSequence(), and getWrappedSequenceItem().

◆ setAccessoryCode

bool DRTIonWedgeSequenceItemWrapper::setAccessoryCode ( QString  qParam)
slot

◆ setIsocenterToWedgeTrayDistance

bool DRTIonWedgeSequenceItemWrapper::setIsocenterToWedgeTrayDistance ( float  qParam)
slot

◆ setWedgeAngle

bool DRTIonWedgeSequenceItemWrapper::setWedgeAngle ( QString  qParam)
slot

◆ setWedgeID

bool DRTIonWedgeSequenceItemWrapper::setWedgeID ( QString  qParam)
slot

◆ setWedgeNumber

bool DRTIonWedgeSequenceItemWrapper::setWedgeNumber ( QString  qParam)
slot

◆ setWedgeOrientation

bool DRTIonWedgeSequenceItemWrapper::setWedgeOrientation ( QString  qParam)
slot

◆ setWedgeType

bool DRTIonWedgeSequenceItemWrapper::setWedgeType ( QString  qParam)
slot

Member Data Documentation

◆ _AccessoryCode

QString DRTIonWedgeSequenceItemWrapper::_AccessoryCode

Definition at line 82 of file mlDRTIonWedgeSequenceItemWrapper.h.

◆ _IsocenterToWedgeTrayDistance

float DRTIonWedgeSequenceItemWrapper::_IsocenterToWedgeTrayDistance

Definition at line 84 of file mlDRTIonWedgeSequenceItemWrapper.h.

◆ _propertyKeys

QStringList DRTIonWedgeSequenceItemWrapper::_propertyKeys

Definition at line 53 of file mlDRTIonWedgeSequenceItemWrapper.h.

◆ _WedgeAngle

QString DRTIonWedgeSequenceItemWrapper::_WedgeAngle

Definition at line 86 of file mlDRTIonWedgeSequenceItemWrapper.h.

◆ _WedgeID

QString DRTIonWedgeSequenceItemWrapper::_WedgeID

Definition at line 88 of file mlDRTIonWedgeSequenceItemWrapper.h.

◆ _WedgeNumber

QString DRTIonWedgeSequenceItemWrapper::_WedgeNumber

Definition at line 90 of file mlDRTIonWedgeSequenceItemWrapper.h.

◆ _WedgeOrientation

QString DRTIonWedgeSequenceItemWrapper::_WedgeOrientation

Definition at line 92 of file mlDRTIonWedgeSequenceItemWrapper.h.

◆ _WedgeType

QString DRTIonWedgeSequenceItemWrapper::_WedgeType

Definition at line 94 of file mlDRTIonWedgeSequenceItemWrapper.h.

Property Documentation

◆ AccessoryCode

QString DRTIonWedgeSequenceItemWrapper::AccessoryCode
readwrite

Definition at line 82 of file mlDRTIonWedgeSequenceItemWrapper.h.

◆ IsocenterToWedgeTrayDistance

float DRTIonWedgeSequenceItemWrapper::IsocenterToWedgeTrayDistance
readwrite

Definition at line 84 of file mlDRTIonWedgeSequenceItemWrapper.h.

◆ WedgeAngle

QString DRTIonWedgeSequenceItemWrapper::WedgeAngle
readwrite

Definition at line 86 of file mlDRTIonWedgeSequenceItemWrapper.h.

◆ WedgeID

QString DRTIonWedgeSequenceItemWrapper::WedgeID
readwrite

Definition at line 88 of file mlDRTIonWedgeSequenceItemWrapper.h.

◆ WedgeNumber

QString DRTIonWedgeSequenceItemWrapper::WedgeNumber
readwrite

Definition at line 90 of file mlDRTIonWedgeSequenceItemWrapper.h.

◆ WedgeOrientation

QString DRTIonWedgeSequenceItemWrapper::WedgeOrientation
readwrite

Definition at line 92 of file mlDRTIonWedgeSequenceItemWrapper.h.

◆ WedgeType

QString DRTIonWedgeSequenceItemWrapper::WedgeType
readwrite

Definition at line 94 of file mlDRTIonWedgeSequenceItemWrapper.h.


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