MeVisLab Toolbox Reference
DRTDerivationCodeSequenceWrapper Class Reference

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

#include <mlDRTDerivationCodeSequenceWrapper.h>

Inheritance diagram for DRTDerivationCodeSequenceWrapper:

Public Slots

Access to wrapped DRTDerivationCodeSequence object.

\script

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

Public Member Functions

 DRTDerivationCodeSequenceWrapper (ml::DcmDRTDerivationCodeSequenceInterface *wrappedSequence)
 
 DRTDerivationCodeSequenceWrapper (const DRTDerivationCodeSequenceWrapper &toCopy)
 
DRTDerivationCodeSequenceWrapperoperator= (const DRTDerivationCodeSequenceWrapper &toCopy)
 
ml::DcmDRTDerivationCodeSequenceInterface 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 DRTDerivationCodeSequence Item for use in Python.

\script

Definition at line 45 of file mlDRTDerivationCodeSequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTDerivationCodeSequenceWrapper() [1/2]

DRTDerivationCodeSequenceWrapper::DRTDerivationCodeSequenceWrapper ( ml::DcmDRTDerivationCodeSequenceInterface wrappedSequence)
inline

Definition at line 51 of file mlDRTDerivationCodeSequenceWrapper.h.

◆ DRTDerivationCodeSequenceWrapper() [2/2]

DRTDerivationCodeSequenceWrapper::DRTDerivationCodeSequenceWrapper ( const DRTDerivationCodeSequenceWrapper toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTDerivationCodeSequenceWrapper::addItem ( )
slot

◆ getCodeMeaningTag()

QString DRTDerivationCodeSequenceWrapper::getCodeMeaningTag ( ) const
inline

◆ getCodeValueTag()

QString DRTDerivationCodeSequenceWrapper::getCodeValueTag ( ) const
inline

◆ getCodingSchemeDesignatorTag()

QString DRTDerivationCodeSequenceWrapper::getCodingSchemeDesignatorTag ( ) const
inline

◆ getCodingSchemeVersionTag()

QString DRTDerivationCodeSequenceWrapper::getCodingSchemeVersionTag ( ) const
inline

◆ getContextGroupExtensionCreatorUIDTag()

QString DRTDerivationCodeSequenceWrapper::getContextGroupExtensionCreatorUIDTag ( ) const
inline

◆ getContextGroupExtensionFlagTag()

QString DRTDerivationCodeSequenceWrapper::getContextGroupExtensionFlagTag ( ) const
inline

◆ getContextGroupLocalVersionTag()

QString DRTDerivationCodeSequenceWrapper::getContextGroupLocalVersionTag ( ) const
inline

◆ getContextGroupVersionTag()

QString DRTDerivationCodeSequenceWrapper::getContextGroupVersionTag ( ) const
inline

◆ getContextIdentifierTag()

QString DRTDerivationCodeSequenceWrapper::getContextIdentifierTag ( ) const
inline

◆ getItem

QVariant DRTDerivationCodeSequenceWrapper::getItem ( int  idx)
slot

◆ getMappingResourceTag()

QString DRTDerivationCodeSequenceWrapper::getMappingResourceTag ( ) const
inline

◆ getNumberOfItems

int DRTDerivationCodeSequenceWrapper::getNumberOfItems ( ) const
slot

◆ getWrappedSequence()

ml::DcmDRTDerivationCodeSequenceInterface DRTDerivationCodeSequenceWrapper::getWrappedSequence ( ) const
inline

◆ insertItem

bool DRTDerivationCodeSequenceWrapper::insertItem ( int  idx)
slot

◆ operator=()

◆ removeItem

bool DRTDerivationCodeSequenceWrapper::removeItem ( int  idx)
slot

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