MeVisLab Toolbox Reference
DRTChannelSourceSequenceWrapper Class Reference

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

#include <mlDRTChannelSourceSequenceWrapper.h>

Inheritance diagram for DRTChannelSourceSequenceWrapper:

Public Slots

Access to wrapped DRTChannelSourceSequence object.

\script

int getNumberOfItems () const
 
QVariant getItem (int idx)
 
QVariant addItem ()
 
bool insertItem (int idx)
 
bool removeItem (int idx)
 

Public Member Functions

 DRTChannelSourceSequenceWrapper (ml::DcmDRTChannelSourceSequenceInterface *wrappedSequence)
 
 DRTChannelSourceSequenceWrapper (const DRTChannelSourceSequenceWrapper &toCopy)
 
DRTChannelSourceSequenceWrapperoperator= (const DRTChannelSourceSequenceWrapper &toCopy)
 
ml::DcmDRTChannelSourceSequenceInterface 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 getMappingResourceTag () const
 

Detailed Description

A class that wraps DRTChannelSourceSequence Item for use in Python.

\script

Definition at line 45 of file mlDRTChannelSourceSequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTChannelSourceSequenceWrapper() [1/2]

DRTChannelSourceSequenceWrapper::DRTChannelSourceSequenceWrapper ( ml::DcmDRTChannelSourceSequenceInterface wrappedSequence)
inline

Definition at line 51 of file mlDRTChannelSourceSequenceWrapper.h.

◆ DRTChannelSourceSequenceWrapper() [2/2]

DRTChannelSourceSequenceWrapper::DRTChannelSourceSequenceWrapper ( const DRTChannelSourceSequenceWrapper toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTChannelSourceSequenceWrapper::addItem ( )
slot

◆ getCodeMeaningTag()

QString DRTChannelSourceSequenceWrapper::getCodeMeaningTag ( ) const
inline

◆ getCodeValueTag()

QString DRTChannelSourceSequenceWrapper::getCodeValueTag ( ) const
inline

◆ getCodingSchemeDesignatorTag()

QString DRTChannelSourceSequenceWrapper::getCodingSchemeDesignatorTag ( ) const
inline

◆ getCodingSchemeVersionTag()

QString DRTChannelSourceSequenceWrapper::getCodingSchemeVersionTag ( ) const
inline

◆ getContextGroupExtensionCreatorUIDTag()

QString DRTChannelSourceSequenceWrapper::getContextGroupExtensionCreatorUIDTag ( ) const
inline

◆ getContextGroupExtensionFlagTag()

QString DRTChannelSourceSequenceWrapper::getContextGroupExtensionFlagTag ( ) const
inline

◆ getContextGroupLocalVersionTag()

QString DRTChannelSourceSequenceWrapper::getContextGroupLocalVersionTag ( ) const
inline

◆ getContextGroupVersionTag()

QString DRTChannelSourceSequenceWrapper::getContextGroupVersionTag ( ) const
inline

◆ getContextIdentifierTag()

QString DRTChannelSourceSequenceWrapper::getContextIdentifierTag ( ) const
inline

◆ getItem

QVariant DRTChannelSourceSequenceWrapper::getItem ( int  idx)
slot

◆ getMappingResourceTag()

QString DRTChannelSourceSequenceWrapper::getMappingResourceTag ( ) const
inline

◆ getNumberOfItems

int DRTChannelSourceSequenceWrapper::getNumberOfItems ( ) const
slot

◆ getWrappedSequence()

ml::DcmDRTChannelSourceSequenceInterface DRTChannelSourceSequenceWrapper::getWrappedSequence ( ) const
inline

◆ insertItem

bool DRTChannelSourceSequenceWrapper::insertItem ( int  idx)
slot

◆ operator=()

◆ removeItem

bool DRTChannelSourceSequenceWrapper::removeItem ( int  idx)
slot

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