MeVisLab Toolbox Reference
DRTRTDoseROISequenceItemWrapper Class Reference

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

#include <mlDRTRTDoseROISequenceItemWrapper.h>

Inheritance diagram for DRTRTDoseROISequenceItemWrapper:

Public Slots

Access to wrapped DRTRTDoseROISequence 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 setDoseUnits (QString qParam)
 
QString getDoseUnitsTag () const
 
QString getDoseUnits () const
 
bool setDoseValue (QString qParam)
 
QString getDoseValueTag () const
 
QString getDoseValue () const
 
bool setReferencedROINumber (QString qParam)
 
QString getReferencedROINumberTag () const
 
QString getReferencedROINumber () const
 

Public Member Functions

 DRTRTDoseROISequenceItemWrapper (const ml::DcmDRTRTDoseROISequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTRTDoseROISequenceInterface *sequenceInterface)
 
 DRTRTDoseROISequenceItemWrapper (const DRTRTDoseROISequenceItemWrapper &toCopy)
 
DRTRTDoseROISequenceItemWrapperoperator= (const DRTRTDoseROISequenceItemWrapper &toCopy)
 
ml::DcmDRTRTDoseROISequenceInterface::Item getWrappedSequenceItem () const
 
ml::DcmDRTRTDoseROISequenceInterfacegetSequence () const
 

Public Attributes

QStringList _propertyKeys
 
QString _DoseUnits
 
QString _DoseValue
 
QString _ReferencedROINumber
 

Properties

QString DoseUnits
 
QString DoseValue
 
QString ReferencedROINumber
 

Detailed Description

A class that wraps DRTRTDoseROISequence Item for use in Python.

\script

Definition at line 47 of file mlDRTRTDoseROISequenceItemWrapper.h.

Constructor & Destructor Documentation

◆ DRTRTDoseROISequenceItemWrapper() [1/2]

DRTRTDoseROISequenceItemWrapper::DRTRTDoseROISequenceItemWrapper ( const ml::DcmDRTRTDoseROISequenceInterface::Item & wrappedSequenceItem,
ml::DcmDRTRTDoseROISequenceInterface * sequenceInterface )
inline

Definition at line 55 of file mlDRTRTDoseROISequenceItemWrapper.h.

◆ DRTRTDoseROISequenceItemWrapper() [2/2]

DRTRTDoseROISequenceItemWrapper::DRTRTDoseROISequenceItemWrapper ( const DRTRTDoseROISequenceItemWrapper & toCopy)
inline

Member Function Documentation

◆ dir

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

◆ getDicomTagByKey

QVariantMap DRTRTDoseROISequenceItemWrapper::getDicomTagByKey ( QString key) const
slot

◆ getDicomTagByName

QVariantMap DRTRTDoseROISequenceItemWrapper::getDicomTagByName ( QString name) const
slot

◆ getDicomTagValueByKey

QVariant DRTRTDoseROISequenceItemWrapper::getDicomTagValueByKey ( QString key) const
slot

◆ getDicomTagValueByName

QVariant DRTRTDoseROISequenceItemWrapper::getDicomTagValueByName ( QString name) const
slot

◆ getDoseUnits

QString DRTRTDoseROISequenceItemWrapper::getDoseUnits ( ) const
slot

◆ getDoseUnitsTag

QString DRTRTDoseROISequenceItemWrapper::getDoseUnitsTag ( ) const
slot

◆ getDoseValue

QString DRTRTDoseROISequenceItemWrapper::getDoseValue ( ) const
slot

◆ getDoseValueTag

QString DRTRTDoseROISequenceItemWrapper::getDoseValueTag ( ) const
slot

◆ getReferencedROINumber

QString DRTRTDoseROISequenceItemWrapper::getReferencedROINumber ( ) const
slot

◆ getReferencedROINumberTag

QString DRTRTDoseROISequenceItemWrapper::getReferencedROINumberTag ( ) const
slot

◆ getSequence()

ml::DcmDRTRTDoseROISequenceInterface * DRTRTDoseROISequenceItemWrapper::getSequence ( ) const
inline

Definition at line 79 of file mlDRTRTDoseROISequenceItemWrapper.h.

◆ getWrappedSequenceItem()

ml::DcmDRTRTDoseROISequenceInterface::Item DRTRTDoseROISequenceItemWrapper::getWrappedSequenceItem ( ) const
inline

Definition at line 78 of file mlDRTRTDoseROISequenceItemWrapper.h.

◆ operator=()

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

◆ setDoseUnits

bool DRTRTDoseROISequenceItemWrapper::setDoseUnits ( QString qParam)
slot

◆ setDoseValue

bool DRTRTDoseROISequenceItemWrapper::setDoseValue ( QString qParam)
slot

◆ setReferencedROINumber

bool DRTRTDoseROISequenceItemWrapper::setReferencedROINumber ( QString qParam)
slot

Member Data Documentation

◆ _DoseUnits

QString DRTRTDoseROISequenceItemWrapper::_DoseUnits

Definition at line 82 of file mlDRTRTDoseROISequenceItemWrapper.h.

◆ _DoseValue

QString DRTRTDoseROISequenceItemWrapper::_DoseValue

Definition at line 84 of file mlDRTRTDoseROISequenceItemWrapper.h.

◆ _propertyKeys

QStringList DRTRTDoseROISequenceItemWrapper::_propertyKeys

Definition at line 53 of file mlDRTRTDoseROISequenceItemWrapper.h.

◆ _ReferencedROINumber

QString DRTRTDoseROISequenceItemWrapper::_ReferencedROINumber

Definition at line 86 of file mlDRTRTDoseROISequenceItemWrapper.h.

Property Documentation

◆ DoseUnits

QString DRTRTDoseROISequenceItemWrapper::DoseUnits
readwrite

Definition at line 83 of file mlDRTRTDoseROISequenceItemWrapper.h.

◆ DoseValue

QString DRTRTDoseROISequenceItemWrapper::DoseValue
readwrite

Definition at line 85 of file mlDRTRTDoseROISequenceItemWrapper.h.

◆ ReferencedROINumber

QString DRTRTDoseROISequenceItemWrapper::ReferencedROINumber
readwrite

Definition at line 87 of file mlDRTRTDoseROISequenceItemWrapper.h.


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