MeVisLab Toolbox Reference
DRTDeviceSequenceWrapper Class Reference

#include <mlDRTDeviceSequenceWrapper.h>

Inheritance diagram for DRTDeviceSequenceWrapper:

Public Slots

Access to wrapped DRTDeviceSequence object.
int getNumberOfItems () const
 \script
QVariant getItem (int idx)
QVariant addItem ()
bool insertItem (int idx)
bool removeItem (int idx)

Public Member Functions

 DRTDeviceSequenceWrapper (ml::DcmDRTDeviceSequenceInterface *wrappedSequence)
 DRTDeviceSequenceWrapper (const DRTDeviceSequenceWrapper &toCopy)
DRTDeviceSequenceWrapperoperator= (const DRTDeviceSequenceWrapper &toCopy)
ml::DcmDRTDeviceSequenceInterface getWrappedSequence () const
QString getCodeMeaningTag () const
QString getCodeValueTag () const
QString getCodingSchemeDesignatorTag () const
QString getCodingSchemeVersionTag () const
QString getContextGroupExtensionCreatorUIDTag () const
QString getContextGroupExtensionFlagTag () const
QString getContextGroupLocalVersionTag () const
QString getContextGroupVersionTag () const
QString getContextIdentifierTag () const
QString getDeviceDescriptionTag () const
QString getDeviceDiameterTag () const
QString getDeviceDiameterUnitsTag () const
QString getDeviceIDTag () const
QString getDeviceLengthTag () const
QString getDeviceSerialNumberTag () const
QString getDeviceVolumeTag () const
QString getInterMarkerDistanceTag () const
QString getManufacturerTag () const
QString getManufacturerModelNameTag () const
QString getMappingResourceTag () const

Detailed Description

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

Definition at line 45 of file mlDRTDeviceSequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTDeviceSequenceWrapper() [1/2]

DRTDeviceSequenceWrapper::DRTDeviceSequenceWrapper ( ml::DcmDRTDeviceSequenceInterface * wrappedSequence)
inline

Definition at line 51 of file mlDRTDeviceSequenceWrapper.h.

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

◆ DRTDeviceSequenceWrapper() [2/2]

DRTDeviceSequenceWrapper::DRTDeviceSequenceWrapper ( const DRTDeviceSequenceWrapper & toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTDeviceSequenceWrapper::addItem ( )
slot

◆ getCodeMeaningTag()

QString DRTDeviceSequenceWrapper::getCodeMeaningTag ( ) const
inline

Definition at line 70 of file mlDRTDeviceSequenceWrapper.h.

◆ getCodeValueTag()

QString DRTDeviceSequenceWrapper::getCodeValueTag ( ) const
inline

Definition at line 72 of file mlDRTDeviceSequenceWrapper.h.

◆ getCodingSchemeDesignatorTag()

QString DRTDeviceSequenceWrapper::getCodingSchemeDesignatorTag ( ) const
inline

Definition at line 74 of file mlDRTDeviceSequenceWrapper.h.

◆ getCodingSchemeVersionTag()

QString DRTDeviceSequenceWrapper::getCodingSchemeVersionTag ( ) const
inline

Definition at line 76 of file mlDRTDeviceSequenceWrapper.h.

◆ getContextGroupExtensionCreatorUIDTag()

QString DRTDeviceSequenceWrapper::getContextGroupExtensionCreatorUIDTag ( ) const
inline

Definition at line 78 of file mlDRTDeviceSequenceWrapper.h.

◆ getContextGroupExtensionFlagTag()

QString DRTDeviceSequenceWrapper::getContextGroupExtensionFlagTag ( ) const
inline

Definition at line 80 of file mlDRTDeviceSequenceWrapper.h.

◆ getContextGroupLocalVersionTag()

QString DRTDeviceSequenceWrapper::getContextGroupLocalVersionTag ( ) const
inline

Definition at line 82 of file mlDRTDeviceSequenceWrapper.h.

◆ getContextGroupVersionTag()

QString DRTDeviceSequenceWrapper::getContextGroupVersionTag ( ) const
inline

Definition at line 84 of file mlDRTDeviceSequenceWrapper.h.

◆ getContextIdentifierTag()

QString DRTDeviceSequenceWrapper::getContextIdentifierTag ( ) const
inline

Definition at line 86 of file mlDRTDeviceSequenceWrapper.h.

◆ getDeviceDescriptionTag()

QString DRTDeviceSequenceWrapper::getDeviceDescriptionTag ( ) const
inline

Definition at line 88 of file mlDRTDeviceSequenceWrapper.h.

◆ getDeviceDiameterTag()

QString DRTDeviceSequenceWrapper::getDeviceDiameterTag ( ) const
inline

Definition at line 90 of file mlDRTDeviceSequenceWrapper.h.

◆ getDeviceDiameterUnitsTag()

QString DRTDeviceSequenceWrapper::getDeviceDiameterUnitsTag ( ) const
inline

Definition at line 92 of file mlDRTDeviceSequenceWrapper.h.

◆ getDeviceIDTag()

QString DRTDeviceSequenceWrapper::getDeviceIDTag ( ) const
inline

Definition at line 94 of file mlDRTDeviceSequenceWrapper.h.

◆ getDeviceLengthTag()

QString DRTDeviceSequenceWrapper::getDeviceLengthTag ( ) const
inline

Definition at line 96 of file mlDRTDeviceSequenceWrapper.h.

◆ getDeviceSerialNumberTag()

QString DRTDeviceSequenceWrapper::getDeviceSerialNumberTag ( ) const
inline

Definition at line 98 of file mlDRTDeviceSequenceWrapper.h.

◆ getDeviceVolumeTag()

QString DRTDeviceSequenceWrapper::getDeviceVolumeTag ( ) const
inline

Definition at line 100 of file mlDRTDeviceSequenceWrapper.h.

◆ getInterMarkerDistanceTag()

QString DRTDeviceSequenceWrapper::getInterMarkerDistanceTag ( ) const
inline

Definition at line 102 of file mlDRTDeviceSequenceWrapper.h.

◆ getItem

QVariant DRTDeviceSequenceWrapper::getItem ( int idx)
slot

◆ getManufacturerModelNameTag()

QString DRTDeviceSequenceWrapper::getManufacturerModelNameTag ( ) const
inline

Definition at line 106 of file mlDRTDeviceSequenceWrapper.h.

◆ getManufacturerTag()

QString DRTDeviceSequenceWrapper::getManufacturerTag ( ) const
inline

Definition at line 104 of file mlDRTDeviceSequenceWrapper.h.

◆ getMappingResourceTag()

QString DRTDeviceSequenceWrapper::getMappingResourceTag ( ) const
inline

Definition at line 108 of file mlDRTDeviceSequenceWrapper.h.

◆ getNumberOfItems

int DRTDeviceSequenceWrapper::getNumberOfItems ( ) const
slot

\script

◆ getWrappedSequence()

ml::DcmDRTDeviceSequenceInterface DRTDeviceSequenceWrapper::getWrappedSequence ( ) const
inline

Definition at line 67 of file mlDRTDeviceSequenceWrapper.h.

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

◆ insertItem

bool DRTDeviceSequenceWrapper::insertItem ( int idx)
slot

◆ operator=()

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

◆ removeItem

bool DRTDeviceSequenceWrapper::removeItem ( int idx)
slot

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