MeVisLab Toolbox Reference
DRTProcedureCodeSequenceWrapper Class Reference

#include <mlDRTProcedureCodeSequenceWrapper.h>

Inheritance diagram for DRTProcedureCodeSequenceWrapper:

Public Slots

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

Public Member Functions

 DRTProcedureCodeSequenceWrapper (ml::DcmDRTProcedureCodeSequenceInterface *wrappedSequence)
 DRTProcedureCodeSequenceWrapper (const DRTProcedureCodeSequenceWrapper &toCopy)
DRTProcedureCodeSequenceWrapperoperator= (const DRTProcedureCodeSequenceWrapper &toCopy)
ml::DcmDRTProcedureCodeSequenceInterface 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 DRTProcedureCodeSequence Item for use in Python. \script

Definition at line 45 of file mlDRTProcedureCodeSequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTProcedureCodeSequenceWrapper() [1/2]

DRTProcedureCodeSequenceWrapper::DRTProcedureCodeSequenceWrapper ( ml::DcmDRTProcedureCodeSequenceInterface * wrappedSequence)
inline

◆ DRTProcedureCodeSequenceWrapper() [2/2]

DRTProcedureCodeSequenceWrapper::DRTProcedureCodeSequenceWrapper ( const DRTProcedureCodeSequenceWrapper & toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTProcedureCodeSequenceWrapper::addItem ( )
slot

◆ getCodeMeaningTag()

QString DRTProcedureCodeSequenceWrapper::getCodeMeaningTag ( ) const
inline

Definition at line 70 of file mlDRTProcedureCodeSequenceWrapper.h.

◆ getCodeValueTag()

QString DRTProcedureCodeSequenceWrapper::getCodeValueTag ( ) const
inline

Definition at line 72 of file mlDRTProcedureCodeSequenceWrapper.h.

◆ getCodingSchemeDesignatorTag()

QString DRTProcedureCodeSequenceWrapper::getCodingSchemeDesignatorTag ( ) const
inline

Definition at line 74 of file mlDRTProcedureCodeSequenceWrapper.h.

◆ getCodingSchemeVersionTag()

QString DRTProcedureCodeSequenceWrapper::getCodingSchemeVersionTag ( ) const
inline

Definition at line 76 of file mlDRTProcedureCodeSequenceWrapper.h.

◆ getContextGroupExtensionCreatorUIDTag()

QString DRTProcedureCodeSequenceWrapper::getContextGroupExtensionCreatorUIDTag ( ) const
inline

Definition at line 78 of file mlDRTProcedureCodeSequenceWrapper.h.

◆ getContextGroupExtensionFlagTag()

QString DRTProcedureCodeSequenceWrapper::getContextGroupExtensionFlagTag ( ) const
inline

Definition at line 80 of file mlDRTProcedureCodeSequenceWrapper.h.

◆ getContextGroupLocalVersionTag()

QString DRTProcedureCodeSequenceWrapper::getContextGroupLocalVersionTag ( ) const
inline

Definition at line 82 of file mlDRTProcedureCodeSequenceWrapper.h.

◆ getContextGroupVersionTag()

QString DRTProcedureCodeSequenceWrapper::getContextGroupVersionTag ( ) const
inline

Definition at line 84 of file mlDRTProcedureCodeSequenceWrapper.h.

◆ getContextIdentifierTag()

QString DRTProcedureCodeSequenceWrapper::getContextIdentifierTag ( ) const
inline

Definition at line 86 of file mlDRTProcedureCodeSequenceWrapper.h.

◆ getItem

QVariant DRTProcedureCodeSequenceWrapper::getItem ( int idx)
slot

◆ getMappingResourceTag()

QString DRTProcedureCodeSequenceWrapper::getMappingResourceTag ( ) const
inline

Definition at line 88 of file mlDRTProcedureCodeSequenceWrapper.h.

◆ getNumberOfItems

int DRTProcedureCodeSequenceWrapper::getNumberOfItems ( ) const
slot

\script

◆ getWrappedSequence()

ml::DcmDRTProcedureCodeSequenceInterface DRTProcedureCodeSequenceWrapper::getWrappedSequence ( ) const
inline

◆ insertItem

bool DRTProcedureCodeSequenceWrapper::insertItem ( int idx)
slot

◆ operator=()

◆ removeItem

bool DRTProcedureCodeSequenceWrapper::removeItem ( int idx)
slot

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