MeVisLab Toolbox Reference
DRTSetupDeviceSequenceItemWrapper Class Reference

#include <mlDRTSetupDeviceSequenceItemWrapper.h>

Inheritance diagram for DRTSetupDeviceSequenceItemWrapper:

Public Slots

Access to wrapped DRTSetupDeviceSequence object.
QStringList dir (QString searchString="") const
 \script
QVariantMap getDicomTagByKey (QString key) const
QVariantMap getDicomTagByName (QString name) const
QVariant getDicomTagValueByKey (QString key) const
QVariant getDicomTagValueByName (QString name) const
bool setSetupDeviceDescription (QString qParam)
QString getSetupDeviceDescriptionTag () const
QString getSetupDeviceDescription () const
bool setSetupDeviceLabel (QString qParam)
QString getSetupDeviceLabelTag () const
QString getSetupDeviceLabel () const
bool setSetupDeviceParameter (QString qParam)
QString getSetupDeviceParameterTag () const
QString getSetupDeviceParameter () const
bool setSetupDeviceType (QString qParam)
QString getSetupDeviceTypeTag () const
QString getSetupDeviceType () const
bool setSetupReferenceDescription (QString qParam)
QString getSetupReferenceDescriptionTag () const
QString getSetupReferenceDescription () const

Public Member Functions

 DRTSetupDeviceSequenceItemWrapper (const ml::DcmDRTSetupDeviceSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTSetupDeviceSequenceInterface *sequenceInterface)
 DRTSetupDeviceSequenceItemWrapper (const DRTSetupDeviceSequenceItemWrapper &toCopy)
DRTSetupDeviceSequenceItemWrapperoperator= (const DRTSetupDeviceSequenceItemWrapper &toCopy)
ml::DcmDRTSetupDeviceSequenceInterface::Item getWrappedSequenceItem () const
ml::DcmDRTSetupDeviceSequenceInterfacegetSequence () const

Public Attributes

QStringList _propertyKeys
QString _SetupDeviceDescription
QString _SetupDeviceLabel
QString _SetupDeviceParameter
QString _SetupDeviceType
QString _SetupReferenceDescription

Properties

QString SetupDeviceDescription
QString SetupDeviceLabel
QString SetupDeviceParameter
QString SetupDeviceType
QString SetupReferenceDescription

Detailed Description

A class that wraps DRTSetupDeviceSequence Item for use in Python. \script

Definition at line 47 of file mlDRTSetupDeviceSequenceItemWrapper.h.

Constructor & Destructor Documentation

◆ DRTSetupDeviceSequenceItemWrapper() [1/2]

DRTSetupDeviceSequenceItemWrapper::DRTSetupDeviceSequenceItemWrapper ( const ml::DcmDRTSetupDeviceSequenceInterface::Item & wrappedSequenceItem,
ml::DcmDRTSetupDeviceSequenceInterface * sequenceInterface )
inline

◆ DRTSetupDeviceSequenceItemWrapper() [2/2]

DRTSetupDeviceSequenceItemWrapper::DRTSetupDeviceSequenceItemWrapper ( const DRTSetupDeviceSequenceItemWrapper & toCopy)
inline

Member Function Documentation

◆ dir

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

\script

References dir().

Referenced by dir().

◆ getDicomTagByKey

QVariantMap DRTSetupDeviceSequenceItemWrapper::getDicomTagByKey ( QString key) const
slot

References getDicomTagByKey().

Referenced by getDicomTagByKey().

◆ getDicomTagByName

QVariantMap DRTSetupDeviceSequenceItemWrapper::getDicomTagByName ( QString name) const
slot

References getDicomTagByName().

Referenced by getDicomTagByName().

◆ getDicomTagValueByKey

QVariant DRTSetupDeviceSequenceItemWrapper::getDicomTagValueByKey ( QString key) const
slot

◆ getDicomTagValueByName

QVariant DRTSetupDeviceSequenceItemWrapper::getDicomTagValueByName ( QString name) const
slot

◆ getSequence()

ml::DcmDRTSetupDeviceSequenceInterface * DRTSetupDeviceSequenceItemWrapper::getSequence ( ) const
inline

◆ getSetupDeviceDescription

QString DRTSetupDeviceSequenceItemWrapper::getSetupDeviceDescription ( ) const
slot

◆ getSetupDeviceDescriptionTag

QString DRTSetupDeviceSequenceItemWrapper::getSetupDeviceDescriptionTag ( ) const
slot

◆ getSetupDeviceLabel

QString DRTSetupDeviceSequenceItemWrapper::getSetupDeviceLabel ( ) const
slot

References getSetupDeviceLabel().

Referenced by getSetupDeviceLabel().

◆ getSetupDeviceLabelTag

QString DRTSetupDeviceSequenceItemWrapper::getSetupDeviceLabelTag ( ) const
slot

◆ getSetupDeviceParameter

QString DRTSetupDeviceSequenceItemWrapper::getSetupDeviceParameter ( ) const
slot

◆ getSetupDeviceParameterTag

QString DRTSetupDeviceSequenceItemWrapper::getSetupDeviceParameterTag ( ) const
slot

◆ getSetupDeviceType

QString DRTSetupDeviceSequenceItemWrapper::getSetupDeviceType ( ) const
slot

References getSetupDeviceType().

Referenced by getSetupDeviceType().

◆ getSetupDeviceTypeTag

QString DRTSetupDeviceSequenceItemWrapper::getSetupDeviceTypeTag ( ) const
slot

◆ getSetupReferenceDescription

QString DRTSetupDeviceSequenceItemWrapper::getSetupReferenceDescription ( ) const
slot

◆ getSetupReferenceDescriptionTag

QString DRTSetupDeviceSequenceItemWrapper::getSetupReferenceDescriptionTag ( ) const
slot

◆ getWrappedSequenceItem()

ml::DcmDRTSetupDeviceSequenceInterface::Item DRTSetupDeviceSequenceItemWrapper::getWrappedSequenceItem ( ) const
inline

◆ operator=()

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

◆ setSetupDeviceDescription

bool DRTSetupDeviceSequenceItemWrapper::setSetupDeviceDescription ( QString qParam)
slot

◆ setSetupDeviceLabel

bool DRTSetupDeviceSequenceItemWrapper::setSetupDeviceLabel ( QString qParam)
slot

References setSetupDeviceLabel().

Referenced by setSetupDeviceLabel().

◆ setSetupDeviceParameter

bool DRTSetupDeviceSequenceItemWrapper::setSetupDeviceParameter ( QString qParam)
slot

◆ setSetupDeviceType

bool DRTSetupDeviceSequenceItemWrapper::setSetupDeviceType ( QString qParam)
slot

References setSetupDeviceType().

Referenced by setSetupDeviceType().

◆ setSetupReferenceDescription

bool DRTSetupDeviceSequenceItemWrapper::setSetupReferenceDescription ( QString qParam)
slot

Member Data Documentation

◆ _propertyKeys

QStringList DRTSetupDeviceSequenceItemWrapper::_propertyKeys

Definition at line 53 of file mlDRTSetupDeviceSequenceItemWrapper.h.

◆ _SetupDeviceDescription

QString DRTSetupDeviceSequenceItemWrapper::_SetupDeviceDescription

Definition at line 82 of file mlDRTSetupDeviceSequenceItemWrapper.h.

◆ _SetupDeviceLabel

QString DRTSetupDeviceSequenceItemWrapper::_SetupDeviceLabel

Definition at line 84 of file mlDRTSetupDeviceSequenceItemWrapper.h.

◆ _SetupDeviceParameter

QString DRTSetupDeviceSequenceItemWrapper::_SetupDeviceParameter

Definition at line 86 of file mlDRTSetupDeviceSequenceItemWrapper.h.

◆ _SetupDeviceType

QString DRTSetupDeviceSequenceItemWrapper::_SetupDeviceType

Definition at line 88 of file mlDRTSetupDeviceSequenceItemWrapper.h.

◆ _SetupReferenceDescription

QString DRTSetupDeviceSequenceItemWrapper::_SetupReferenceDescription

Definition at line 90 of file mlDRTSetupDeviceSequenceItemWrapper.h.

Property Documentation

◆ SetupDeviceDescription

QString DRTSetupDeviceSequenceItemWrapper::SetupDeviceDescription
readwrite

Definition at line 83 of file mlDRTSetupDeviceSequenceItemWrapper.h.

◆ SetupDeviceLabel

QString DRTSetupDeviceSequenceItemWrapper::SetupDeviceLabel
readwrite

Definition at line 85 of file mlDRTSetupDeviceSequenceItemWrapper.h.

◆ SetupDeviceParameter

QString DRTSetupDeviceSequenceItemWrapper::SetupDeviceParameter
readwrite

Definition at line 87 of file mlDRTSetupDeviceSequenceItemWrapper.h.

◆ SetupDeviceType

QString DRTSetupDeviceSequenceItemWrapper::SetupDeviceType
readwrite

Definition at line 89 of file mlDRTSetupDeviceSequenceItemWrapper.h.

◆ SetupReferenceDescription

QString DRTSetupDeviceSequenceItemWrapper::SetupReferenceDescription
readwrite

Definition at line 91 of file mlDRTSetupDeviceSequenceItemWrapper.h.


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