MeVisLab Toolbox Reference
DRTCorrectedParameterSequenceItemWrapper Class Reference

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

#include <mlDRTCorrectedParameterSequenceItemWrapper.h>

Inheritance diagram for DRTCorrectedParameterSequenceItemWrapper:

Public Slots

Access to wrapped DRTCorrectedParameterSequence 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 setCorrectionValue (float qParam)
 
QString getCorrectionValueTag () const
 
float getCorrectionValue () const
 
bool setParameterItemIndex (QString qParam)
 
QString getParameterItemIndexTag () const
 
QString getParameterItemIndex () const
 

Public Member Functions

 DRTCorrectedParameterSequenceItemWrapper (const ml::DcmDRTCorrectedParameterSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTCorrectedParameterSequenceInterface *sequenceInterface)
 
 DRTCorrectedParameterSequenceItemWrapper (const DRTCorrectedParameterSequenceItemWrapper &toCopy)
 
DRTCorrectedParameterSequenceItemWrapperoperator= (const DRTCorrectedParameterSequenceItemWrapper &toCopy)
 
ml::DcmDRTCorrectedParameterSequenceInterface::Item getWrappedSequenceItem () const
 
ml::DcmDRTCorrectedParameterSequenceInterfacegetSequence () const
 

Public Attributes

QStringList _propertyKeys
 
float _CorrectionValue
 
QString _ParameterItemIndex
 

Properties

float CorrectionValue
 
QString ParameterItemIndex
 

Detailed Description

A class that wraps DRTCorrectedParameterSequence Item for use in Python.

\script

Definition at line 47 of file mlDRTCorrectedParameterSequenceItemWrapper.h.

Constructor & Destructor Documentation

◆ DRTCorrectedParameterSequenceItemWrapper() [1/2]

DRTCorrectedParameterSequenceItemWrapper::DRTCorrectedParameterSequenceItemWrapper ( const ml::DcmDRTCorrectedParameterSequenceInterface::Item wrappedSequenceItem,
ml::DcmDRTCorrectedParameterSequenceInterface sequenceInterface 
)
inline

Definition at line 55 of file mlDRTCorrectedParameterSequenceItemWrapper.h.

◆ DRTCorrectedParameterSequenceItemWrapper() [2/2]

DRTCorrectedParameterSequenceItemWrapper::DRTCorrectedParameterSequenceItemWrapper ( const DRTCorrectedParameterSequenceItemWrapper toCopy)
inline

Member Function Documentation

◆ dir

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

◆ getCorrectionValue

float DRTCorrectedParameterSequenceItemWrapper::getCorrectionValue ( ) const
slot

◆ getCorrectionValueTag

QString DRTCorrectedParameterSequenceItemWrapper::getCorrectionValueTag ( ) const
slot

◆ getDicomTagByKey

QVariantMap DRTCorrectedParameterSequenceItemWrapper::getDicomTagByKey ( QString  key) const
slot

◆ getDicomTagByName

QVariantMap DRTCorrectedParameterSequenceItemWrapper::getDicomTagByName ( QString  name) const
slot

◆ getDicomTagValueByKey

QVariant DRTCorrectedParameterSequenceItemWrapper::getDicomTagValueByKey ( QString  key) const
slot

◆ getDicomTagValueByName

QVariant DRTCorrectedParameterSequenceItemWrapper::getDicomTagValueByName ( QString  name) const
slot

◆ getParameterItemIndex

QString DRTCorrectedParameterSequenceItemWrapper::getParameterItemIndex ( ) const
slot

◆ getParameterItemIndexTag

QString DRTCorrectedParameterSequenceItemWrapper::getParameterItemIndexTag ( ) const
slot

◆ getSequence()

ml::DcmDRTCorrectedParameterSequenceInterface* DRTCorrectedParameterSequenceItemWrapper::getSequence ( ) const
inline

◆ getWrappedSequenceItem()

ml::DcmDRTCorrectedParameterSequenceInterface::Item DRTCorrectedParameterSequenceItemWrapper::getWrappedSequenceItem ( ) const
inline

◆ operator=()

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

◆ setCorrectionValue

bool DRTCorrectedParameterSequenceItemWrapper::setCorrectionValue ( float  qParam)
slot

◆ setParameterItemIndex

bool DRTCorrectedParameterSequenceItemWrapper::setParameterItemIndex ( QString  qParam)
slot

Member Data Documentation

◆ _CorrectionValue

float DRTCorrectedParameterSequenceItemWrapper::_CorrectionValue

Definition at line 82 of file mlDRTCorrectedParameterSequenceItemWrapper.h.

◆ _ParameterItemIndex

QString DRTCorrectedParameterSequenceItemWrapper::_ParameterItemIndex

Definition at line 84 of file mlDRTCorrectedParameterSequenceItemWrapper.h.

◆ _propertyKeys

QStringList DRTCorrectedParameterSequenceItemWrapper::_propertyKeys

Definition at line 53 of file mlDRTCorrectedParameterSequenceItemWrapper.h.

Property Documentation

◆ CorrectionValue

float DRTCorrectedParameterSequenceItemWrapper::CorrectionValue
readwrite

Definition at line 82 of file mlDRTCorrectedParameterSequenceItemWrapper.h.

◆ ParameterItemIndex

QString DRTCorrectedParameterSequenceItemWrapper::ParameterItemIndex
readwrite

Definition at line 84 of file mlDRTCorrectedParameterSequenceItemWrapper.h.


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