MeVisLab Toolbox Reference
DRTConceptCodeSequenceWrapper Class Reference

#include <mlDRTConceptCodeSequenceWrapper.h>

Inheritance diagram for DRTConceptCodeSequenceWrapper:

Public Slots

Access to wrapped DRTConceptCodeSequence object.
int getNumberOfItems () const
 \script
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.

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

◆ DRTConceptCodeSequenceWrapper() [2/2]

DRTConceptCodeSequenceWrapper::DRTConceptCodeSequenceWrapper ( const DRTConceptCodeSequenceWrapper & toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTConceptCodeSequenceWrapper::addItem ( )
slot

◆ getCodeMeaningTag()

QString DRTConceptCodeSequenceWrapper::getCodeMeaningTag ( ) const
inline

Definition at line 70 of file mlDRTConceptCodeSequenceWrapper.h.

◆ getCodeValueTag()

QString DRTConceptCodeSequenceWrapper::getCodeValueTag ( ) const
inline

Definition at line 72 of file mlDRTConceptCodeSequenceWrapper.h.

◆ getCodingSchemeDesignatorTag()

QString DRTConceptCodeSequenceWrapper::getCodingSchemeDesignatorTag ( ) const
inline

Definition at line 74 of file mlDRTConceptCodeSequenceWrapper.h.

◆ getCodingSchemeVersionTag()

QString DRTConceptCodeSequenceWrapper::getCodingSchemeVersionTag ( ) const
inline

Definition at line 76 of file mlDRTConceptCodeSequenceWrapper.h.

◆ getContextGroupExtensionCreatorUIDTag()

QString DRTConceptCodeSequenceWrapper::getContextGroupExtensionCreatorUIDTag ( ) const
inline

Definition at line 78 of file mlDRTConceptCodeSequenceWrapper.h.

◆ getContextGroupExtensionFlagTag()

QString DRTConceptCodeSequenceWrapper::getContextGroupExtensionFlagTag ( ) const
inline

Definition at line 80 of file mlDRTConceptCodeSequenceWrapper.h.

◆ getContextGroupLocalVersionTag()

QString DRTConceptCodeSequenceWrapper::getContextGroupLocalVersionTag ( ) const
inline

Definition at line 82 of file mlDRTConceptCodeSequenceWrapper.h.

◆ getContextGroupVersionTag()

QString DRTConceptCodeSequenceWrapper::getContextGroupVersionTag ( ) const
inline

Definition at line 84 of file mlDRTConceptCodeSequenceWrapper.h.

◆ getContextIdentifierTag()

QString DRTConceptCodeSequenceWrapper::getContextIdentifierTag ( ) const
inline

Definition at line 86 of file mlDRTConceptCodeSequenceWrapper.h.

◆ getItem

QVariant DRTConceptCodeSequenceWrapper::getItem ( int idx)
slot

◆ getMappingResourceTag()

QString DRTConceptCodeSequenceWrapper::getMappingResourceTag ( ) const
inline

Definition at line 88 of file mlDRTConceptCodeSequenceWrapper.h.

◆ getNumberOfItems

int DRTConceptCodeSequenceWrapper::getNumberOfItems ( ) const
slot

\script

◆ 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: