MeVisLab Toolbox Reference
DRTConceptCodeSequenceWrapper Class Reference

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

#include <mlDRTConceptCodeSequenceWrapper.h>

Inheritance diagram for DRTConceptCodeSequenceWrapper:

Public Slots

Access to wrapped DRTConceptCodeSequence object.

\script

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

Public Member Functions

 DRTConceptCodeSequenceWrapper (ml::DcmDRTConceptCodeSequenceInterface *wrappedSequence)
 
 DRTConceptCodeSequenceWrapper (const DRTConceptCodeSequenceWrapper &toCopy)
 
DRTConceptCodeSequenceWrapperoperator= (const DRTConceptCodeSequenceWrapper &toCopy)
 
ml::DcmDRTConceptCodeSequenceInterface 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 DRTConceptCodeSequence Item for use in Python.

\script

Definition at line 45 of file mlDRTConceptCodeSequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTConceptCodeSequenceWrapper() [1/2]

DRTConceptCodeSequenceWrapper::DRTConceptCodeSequenceWrapper ( ml::DcmDRTConceptCodeSequenceInterface wrappedSequence)
inline

Definition at line 51 of file mlDRTConceptCodeSequenceWrapper.h.

◆ DRTConceptCodeSequenceWrapper() [2/2]

DRTConceptCodeSequenceWrapper::DRTConceptCodeSequenceWrapper ( const DRTConceptCodeSequenceWrapper toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTConceptCodeSequenceWrapper::addItem ( )
slot

◆ getCodeMeaningTag()

QString DRTConceptCodeSequenceWrapper::getCodeMeaningTag ( ) const
inline

◆ getCodeValueTag()

QString DRTConceptCodeSequenceWrapper::getCodeValueTag ( ) const
inline

◆ getCodingSchemeDesignatorTag()

QString DRTConceptCodeSequenceWrapper::getCodingSchemeDesignatorTag ( ) const
inline

◆ getCodingSchemeVersionTag()

QString DRTConceptCodeSequenceWrapper::getCodingSchemeVersionTag ( ) const
inline

◆ getContextGroupExtensionCreatorUIDTag()

QString DRTConceptCodeSequenceWrapper::getContextGroupExtensionCreatorUIDTag ( ) const
inline

◆ getContextGroupExtensionFlagTag()

QString DRTConceptCodeSequenceWrapper::getContextGroupExtensionFlagTag ( ) const
inline

◆ getContextGroupLocalVersionTag()

QString DRTConceptCodeSequenceWrapper::getContextGroupLocalVersionTag ( ) const
inline

◆ getContextGroupVersionTag()

QString DRTConceptCodeSequenceWrapper::getContextGroupVersionTag ( ) const
inline

◆ getContextIdentifierTag()

QString DRTConceptCodeSequenceWrapper::getContextIdentifierTag ( ) const
inline

◆ getItem

QVariant DRTConceptCodeSequenceWrapper::getItem ( int  idx)
slot

◆ getMappingResourceTag()

QString DRTConceptCodeSequenceWrapper::getMappingResourceTag ( ) const
inline

◆ getNumberOfItems

int DRTConceptCodeSequenceWrapper::getNumberOfItems ( ) const
slot

◆ getWrappedSequence()

ml::DcmDRTConceptCodeSequenceInterface DRTConceptCodeSequenceWrapper::getWrappedSequence ( ) const
inline

Definition at line 67 of file mlDRTConceptCodeSequenceWrapper.h.

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

◆ insertItem

bool DRTConceptCodeSequenceWrapper::insertItem ( int  idx)
slot

◆ operator=()

◆ removeItem

bool DRTConceptCodeSequenceWrapper::removeItem ( int  idx)
slot

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