MeVisLab Toolbox Reference
DRTConceptNameCodeSequenceWrapper Class Reference

#include <mlDRTConceptNameCodeSequenceWrapper.h>

Inheritance diagram for DRTConceptNameCodeSequenceWrapper:

Public Slots

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

Public Member Functions

 DRTConceptNameCodeSequenceWrapper (ml::DcmDRTConceptNameCodeSequenceInterface *wrappedSequence)
 DRTConceptNameCodeSequenceWrapper (const DRTConceptNameCodeSequenceWrapper &toCopy)
DRTConceptNameCodeSequenceWrapperoperator= (const DRTConceptNameCodeSequenceWrapper &toCopy)
ml::DcmDRTConceptNameCodeSequenceInterface 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 DRTConceptNameCodeSequence Item for use in Python. \script

Definition at line 45 of file mlDRTConceptNameCodeSequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTConceptNameCodeSequenceWrapper() [1/2]

DRTConceptNameCodeSequenceWrapper::DRTConceptNameCodeSequenceWrapper ( ml::DcmDRTConceptNameCodeSequenceInterface * wrappedSequence)
inline

◆ DRTConceptNameCodeSequenceWrapper() [2/2]

DRTConceptNameCodeSequenceWrapper::DRTConceptNameCodeSequenceWrapper ( const DRTConceptNameCodeSequenceWrapper & toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTConceptNameCodeSequenceWrapper::addItem ( )
slot

◆ getCodeMeaningTag()

QString DRTConceptNameCodeSequenceWrapper::getCodeMeaningTag ( ) const
inline

Definition at line 70 of file mlDRTConceptNameCodeSequenceWrapper.h.

◆ getCodeValueTag()

QString DRTConceptNameCodeSequenceWrapper::getCodeValueTag ( ) const
inline

Definition at line 72 of file mlDRTConceptNameCodeSequenceWrapper.h.

◆ getCodingSchemeDesignatorTag()

QString DRTConceptNameCodeSequenceWrapper::getCodingSchemeDesignatorTag ( ) const
inline

Definition at line 74 of file mlDRTConceptNameCodeSequenceWrapper.h.

◆ getCodingSchemeVersionTag()

QString DRTConceptNameCodeSequenceWrapper::getCodingSchemeVersionTag ( ) const
inline

Definition at line 76 of file mlDRTConceptNameCodeSequenceWrapper.h.

◆ getContextGroupExtensionCreatorUIDTag()

QString DRTConceptNameCodeSequenceWrapper::getContextGroupExtensionCreatorUIDTag ( ) const
inline

Definition at line 78 of file mlDRTConceptNameCodeSequenceWrapper.h.

◆ getContextGroupExtensionFlagTag()

QString DRTConceptNameCodeSequenceWrapper::getContextGroupExtensionFlagTag ( ) const
inline

Definition at line 80 of file mlDRTConceptNameCodeSequenceWrapper.h.

◆ getContextGroupLocalVersionTag()

QString DRTConceptNameCodeSequenceWrapper::getContextGroupLocalVersionTag ( ) const
inline

Definition at line 82 of file mlDRTConceptNameCodeSequenceWrapper.h.

◆ getContextGroupVersionTag()

QString DRTConceptNameCodeSequenceWrapper::getContextGroupVersionTag ( ) const
inline

Definition at line 84 of file mlDRTConceptNameCodeSequenceWrapper.h.

◆ getContextIdentifierTag()

QString DRTConceptNameCodeSequenceWrapper::getContextIdentifierTag ( ) const
inline

Definition at line 86 of file mlDRTConceptNameCodeSequenceWrapper.h.

◆ getItem

QVariant DRTConceptNameCodeSequenceWrapper::getItem ( int idx)
slot

◆ getMappingResourceTag()

QString DRTConceptNameCodeSequenceWrapper::getMappingResourceTag ( ) const
inline

Definition at line 88 of file mlDRTConceptNameCodeSequenceWrapper.h.

◆ getNumberOfItems

int DRTConceptNameCodeSequenceWrapper::getNumberOfItems ( ) const
slot

\script

◆ getWrappedSequence()

ml::DcmDRTConceptNameCodeSequenceInterface DRTConceptNameCodeSequenceWrapper::getWrappedSequence ( ) const
inline

◆ insertItem

bool DRTConceptNameCodeSequenceWrapper::insertItem ( int idx)
slot

◆ operator=()

◆ removeItem

bool DRTConceptNameCodeSequenceWrapper::removeItem ( int idx)
slot

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