MeVisLab Toolbox Reference
DRTFixationDeviceSequenceItemWrapper Class Reference

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

#include <mlDRTFixationDeviceSequenceItemWrapper.h>

Inheritance diagram for DRTFixationDeviceSequenceItemWrapper:

Public Slots

Access to wrapped DRTFixationDeviceSequence 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 setFixationDeviceDescription (QString qParam)
 
QString getFixationDeviceDescriptionTag () const
 
QString getFixationDeviceDescription () const
 
bool setFixationDeviceLabel (QString qParam)
 
QString getFixationDeviceLabelTag () const
 
QString getFixationDeviceLabel () const
 
bool setFixationDevicePitchAngle (float qParam)
 
QString getFixationDevicePitchAngleTag () const
 
float getFixationDevicePitchAngle () const
 
bool setFixationDevicePosition (QString qParam)
 
QString getFixationDevicePositionTag () const
 
QString getFixationDevicePosition () const
 
bool setFixationDeviceRollAngle (float qParam)
 
QString getFixationDeviceRollAngleTag () const
 
float getFixationDeviceRollAngle () const
 
bool setFixationDeviceType (QString qParam)
 
QString getFixationDeviceTypeTag () const
 
QString getFixationDeviceType () const
 

Public Member Functions

 DRTFixationDeviceSequenceItemWrapper (const ml::DcmDRTFixationDeviceSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTFixationDeviceSequenceInterface *sequenceInterface)
 
 DRTFixationDeviceSequenceItemWrapper (const DRTFixationDeviceSequenceItemWrapper &toCopy)
 
DRTFixationDeviceSequenceItemWrapperoperator= (const DRTFixationDeviceSequenceItemWrapper &toCopy)
 
ml::DcmDRTFixationDeviceSequenceInterface::Item getWrappedSequenceItem () const
 
ml::DcmDRTFixationDeviceSequenceInterfacegetSequence () const
 

Public Attributes

QStringList _propertyKeys
 
QString _AccessoryCode
 
QString _FixationDeviceDescription
 
QString _FixationDeviceLabel
 
float _FixationDevicePitchAngle
 
QString _FixationDevicePosition
 
float _FixationDeviceRollAngle
 
QString _FixationDeviceType
 

Properties

QString AccessoryCode
 
QString FixationDeviceDescription
 
QString FixationDeviceLabel
 
float FixationDevicePitchAngle
 
QString FixationDevicePosition
 
float FixationDeviceRollAngle
 
QString FixationDeviceType
 

Detailed Description

A class that wraps DRTFixationDeviceSequence Item for use in Python.

\script

Definition at line 47 of file mlDRTFixationDeviceSequenceItemWrapper.h.

Constructor & Destructor Documentation

◆ DRTFixationDeviceSequenceItemWrapper() [1/2]

DRTFixationDeviceSequenceItemWrapper::DRTFixationDeviceSequenceItemWrapper ( const ml::DcmDRTFixationDeviceSequenceInterface::Item wrappedSequenceItem,
ml::DcmDRTFixationDeviceSequenceInterface sequenceInterface 
)
inline

Definition at line 55 of file mlDRTFixationDeviceSequenceItemWrapper.h.

◆ DRTFixationDeviceSequenceItemWrapper() [2/2]

DRTFixationDeviceSequenceItemWrapper::DRTFixationDeviceSequenceItemWrapper ( const DRTFixationDeviceSequenceItemWrapper toCopy)
inline

Member Function Documentation

◆ dir

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

◆ getAccessoryCode

QString DRTFixationDeviceSequenceItemWrapper::getAccessoryCode ( ) const
slot

◆ getAccessoryCodeTag

QString DRTFixationDeviceSequenceItemWrapper::getAccessoryCodeTag ( ) const
slot

◆ getDicomTagByKey

QVariantMap DRTFixationDeviceSequenceItemWrapper::getDicomTagByKey ( QString  key) const
slot

◆ getDicomTagByName

QVariantMap DRTFixationDeviceSequenceItemWrapper::getDicomTagByName ( QString  name) const
slot

◆ getDicomTagValueByKey

QVariant DRTFixationDeviceSequenceItemWrapper::getDicomTagValueByKey ( QString  key) const
slot

◆ getDicomTagValueByName

QVariant DRTFixationDeviceSequenceItemWrapper::getDicomTagValueByName ( QString  name) const
slot

◆ getFixationDeviceDescription

QString DRTFixationDeviceSequenceItemWrapper::getFixationDeviceDescription ( ) const
slot

◆ getFixationDeviceDescriptionTag

QString DRTFixationDeviceSequenceItemWrapper::getFixationDeviceDescriptionTag ( ) const
slot

◆ getFixationDeviceLabel

QString DRTFixationDeviceSequenceItemWrapper::getFixationDeviceLabel ( ) const
slot

◆ getFixationDeviceLabelTag

QString DRTFixationDeviceSequenceItemWrapper::getFixationDeviceLabelTag ( ) const
slot

◆ getFixationDevicePitchAngle

float DRTFixationDeviceSequenceItemWrapper::getFixationDevicePitchAngle ( ) const
slot

◆ getFixationDevicePitchAngleTag

QString DRTFixationDeviceSequenceItemWrapper::getFixationDevicePitchAngleTag ( ) const
slot

◆ getFixationDevicePosition

QString DRTFixationDeviceSequenceItemWrapper::getFixationDevicePosition ( ) const
slot

◆ getFixationDevicePositionTag

QString DRTFixationDeviceSequenceItemWrapper::getFixationDevicePositionTag ( ) const
slot

◆ getFixationDeviceRollAngle

float DRTFixationDeviceSequenceItemWrapper::getFixationDeviceRollAngle ( ) const
slot

◆ getFixationDeviceRollAngleTag

QString DRTFixationDeviceSequenceItemWrapper::getFixationDeviceRollAngleTag ( ) const
slot

◆ getFixationDeviceType

QString DRTFixationDeviceSequenceItemWrapper::getFixationDeviceType ( ) const
slot

◆ getFixationDeviceTypeTag

QString DRTFixationDeviceSequenceItemWrapper::getFixationDeviceTypeTag ( ) const
slot

◆ getSequence()

ml::DcmDRTFixationDeviceSequenceInterface* DRTFixationDeviceSequenceItemWrapper::getSequence ( ) const
inline

◆ getWrappedSequenceItem()

ml::DcmDRTFixationDeviceSequenceInterface::Item DRTFixationDeviceSequenceItemWrapper::getWrappedSequenceItem ( ) const
inline

◆ operator=()

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

◆ setAccessoryCode

bool DRTFixationDeviceSequenceItemWrapper::setAccessoryCode ( QString  qParam)
slot

◆ setFixationDeviceDescription

bool DRTFixationDeviceSequenceItemWrapper::setFixationDeviceDescription ( QString  qParam)
slot

◆ setFixationDeviceLabel

bool DRTFixationDeviceSequenceItemWrapper::setFixationDeviceLabel ( QString  qParam)
slot

◆ setFixationDevicePitchAngle

bool DRTFixationDeviceSequenceItemWrapper::setFixationDevicePitchAngle ( float  qParam)
slot

◆ setFixationDevicePosition

bool DRTFixationDeviceSequenceItemWrapper::setFixationDevicePosition ( QString  qParam)
slot

◆ setFixationDeviceRollAngle

bool DRTFixationDeviceSequenceItemWrapper::setFixationDeviceRollAngle ( float  qParam)
slot

◆ setFixationDeviceType

bool DRTFixationDeviceSequenceItemWrapper::setFixationDeviceType ( QString  qParam)
slot

Member Data Documentation

◆ _AccessoryCode

QString DRTFixationDeviceSequenceItemWrapper::_AccessoryCode

Definition at line 82 of file mlDRTFixationDeviceSequenceItemWrapper.h.

◆ _FixationDeviceDescription

QString DRTFixationDeviceSequenceItemWrapper::_FixationDeviceDescription

Definition at line 84 of file mlDRTFixationDeviceSequenceItemWrapper.h.

◆ _FixationDeviceLabel

QString DRTFixationDeviceSequenceItemWrapper::_FixationDeviceLabel

Definition at line 86 of file mlDRTFixationDeviceSequenceItemWrapper.h.

◆ _FixationDevicePitchAngle

float DRTFixationDeviceSequenceItemWrapper::_FixationDevicePitchAngle

Definition at line 88 of file mlDRTFixationDeviceSequenceItemWrapper.h.

◆ _FixationDevicePosition

QString DRTFixationDeviceSequenceItemWrapper::_FixationDevicePosition

Definition at line 90 of file mlDRTFixationDeviceSequenceItemWrapper.h.

◆ _FixationDeviceRollAngle

float DRTFixationDeviceSequenceItemWrapper::_FixationDeviceRollAngle

Definition at line 92 of file mlDRTFixationDeviceSequenceItemWrapper.h.

◆ _FixationDeviceType

QString DRTFixationDeviceSequenceItemWrapper::_FixationDeviceType

Definition at line 94 of file mlDRTFixationDeviceSequenceItemWrapper.h.

◆ _propertyKeys

QStringList DRTFixationDeviceSequenceItemWrapper::_propertyKeys

Definition at line 53 of file mlDRTFixationDeviceSequenceItemWrapper.h.

Property Documentation

◆ AccessoryCode

QString DRTFixationDeviceSequenceItemWrapper::AccessoryCode
readwrite

Definition at line 82 of file mlDRTFixationDeviceSequenceItemWrapper.h.

◆ FixationDeviceDescription

QString DRTFixationDeviceSequenceItemWrapper::FixationDeviceDescription
readwrite

Definition at line 84 of file mlDRTFixationDeviceSequenceItemWrapper.h.

◆ FixationDeviceLabel

QString DRTFixationDeviceSequenceItemWrapper::FixationDeviceLabel
readwrite

Definition at line 86 of file mlDRTFixationDeviceSequenceItemWrapper.h.

◆ FixationDevicePitchAngle

float DRTFixationDeviceSequenceItemWrapper::FixationDevicePitchAngle
readwrite

Definition at line 88 of file mlDRTFixationDeviceSequenceItemWrapper.h.

◆ FixationDevicePosition

QString DRTFixationDeviceSequenceItemWrapper::FixationDevicePosition
readwrite

Definition at line 90 of file mlDRTFixationDeviceSequenceItemWrapper.h.

◆ FixationDeviceRollAngle

float DRTFixationDeviceSequenceItemWrapper::FixationDeviceRollAngle
readwrite

Definition at line 92 of file mlDRTFixationDeviceSequenceItemWrapper.h.

◆ FixationDeviceType

QString DRTFixationDeviceSequenceItemWrapper::FixationDeviceType
readwrite

Definition at line 94 of file mlDRTFixationDeviceSequenceItemWrapper.h.


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