MeVisLab Toolbox Reference
DRTProcedureCodeSequenceItemWrapper Class Reference

#include <mlDRTProcedureCodeSequenceItemWrapper.h>

Inheritance diagram for DRTProcedureCodeSequenceItemWrapper:

Public Slots

Access to wrapped DRTProcedureCodeSequence object.
QStringList dir (QString searchString="") const
 \script
QVariantMap getDicomTagByKey (QString key) const
QVariantMap getDicomTagByName (QString name) const
QVariant getDicomTagValueByKey (QString key) const
QVariant getDicomTagValueByName (QString name) const
bool setCodeMeaning (QString qParam)
QString getCodeMeaningTag () const
QString getCodeMeaning () const
bool setCodeValue (QString qParam)
QString getCodeValueTag () const
QString getCodeValue () const
bool setCodingSchemeDesignator (QString qParam)
QString getCodingSchemeDesignatorTag () const
QString getCodingSchemeDesignator () const
bool setCodingSchemeVersion (QString qParam)
QString getCodingSchemeVersionTag () const
QString getCodingSchemeVersion () const
bool setContextGroupExtensionCreatorUID (QString qParam)
QString getContextGroupExtensionCreatorUIDTag () const
QString getContextGroupExtensionCreatorUID () const
bool setContextGroupExtensionFlag (QString qParam)
QString getContextGroupExtensionFlagTag () const
QString getContextGroupExtensionFlag () const
bool setContextGroupLocalVersion (QString qParam)
QString getContextGroupLocalVersionTag () const
QString getContextGroupLocalVersion () const
bool setContextGroupVersion (QString qParam)
QString getContextGroupVersionTag () const
QString getContextGroupVersion () const
bool setContextIdentifier (QString qParam)
QString getContextIdentifierTag () const
QString getContextIdentifier () const
bool setMappingResource (QString qParam)
QString getMappingResourceTag () const
QString getMappingResource () const

Public Member Functions

 DRTProcedureCodeSequenceItemWrapper (const ml::DcmDRTProcedureCodeSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTProcedureCodeSequenceInterface *sequenceInterface)
 DRTProcedureCodeSequenceItemWrapper (const DRTProcedureCodeSequenceItemWrapper &toCopy)
DRTProcedureCodeSequenceItemWrapperoperator= (const DRTProcedureCodeSequenceItemWrapper &toCopy)
ml::DcmDRTProcedureCodeSequenceInterface::Item getWrappedSequenceItem () const
ml::DcmDRTProcedureCodeSequenceInterfacegetSequence () const

Public Attributes

QStringList _propertyKeys
QString _CodeMeaning
QString _CodeValue
QString _CodingSchemeDesignator
QString _CodingSchemeVersion
QString _ContextGroupExtensionCreatorUID
QString _ContextGroupExtensionFlag
QString _ContextGroupLocalVersion
QString _ContextGroupVersion
QString _ContextIdentifier
QString _MappingResource

Properties

QString CodeMeaning
QString CodeValue
QString CodingSchemeDesignator
QString CodingSchemeVersion
QString ContextGroupExtensionCreatorUID
QString ContextGroupExtensionFlag
QString ContextGroupLocalVersion
QString ContextGroupVersion
QString ContextIdentifier
QString MappingResource

Detailed Description

A class that wraps DRTProcedureCodeSequence Item for use in Python. \script

Definition at line 47 of file mlDRTProcedureCodeSequenceItemWrapper.h.

Constructor & Destructor Documentation

◆ DRTProcedureCodeSequenceItemWrapper() [1/2]

DRTProcedureCodeSequenceItemWrapper::DRTProcedureCodeSequenceItemWrapper ( const ml::DcmDRTProcedureCodeSequenceInterface::Item & wrappedSequenceItem,
ml::DcmDRTProcedureCodeSequenceInterface * sequenceInterface )
inline

◆ DRTProcedureCodeSequenceItemWrapper() [2/2]

DRTProcedureCodeSequenceItemWrapper::DRTProcedureCodeSequenceItemWrapper ( const DRTProcedureCodeSequenceItemWrapper & toCopy)
inline

Member Function Documentation

◆ dir

QStringList DRTProcedureCodeSequenceItemWrapper::dir ( QString searchString = "") const
slot

\script

References dir().

Referenced by dir().

◆ getCodeMeaning

QString DRTProcedureCodeSequenceItemWrapper::getCodeMeaning ( ) const
slot

References getCodeMeaning().

Referenced by getCodeMeaning().

◆ getCodeMeaningTag

QString DRTProcedureCodeSequenceItemWrapper::getCodeMeaningTag ( ) const
slot

References getCodeMeaningTag().

Referenced by getCodeMeaningTag().

◆ getCodeValue

QString DRTProcedureCodeSequenceItemWrapper::getCodeValue ( ) const
slot

References getCodeValue().

Referenced by getCodeValue().

◆ getCodeValueTag

QString DRTProcedureCodeSequenceItemWrapper::getCodeValueTag ( ) const
slot

References getCodeValueTag().

Referenced by getCodeValueTag().

◆ getCodingSchemeDesignator

QString DRTProcedureCodeSequenceItemWrapper::getCodingSchemeDesignator ( ) const
slot

◆ getCodingSchemeDesignatorTag

QString DRTProcedureCodeSequenceItemWrapper::getCodingSchemeDesignatorTag ( ) const
slot

◆ getCodingSchemeVersion

QString DRTProcedureCodeSequenceItemWrapper::getCodingSchemeVersion ( ) const
slot

◆ getCodingSchemeVersionTag

QString DRTProcedureCodeSequenceItemWrapper::getCodingSchemeVersionTag ( ) const
slot

◆ getContextGroupExtensionCreatorUID

QString DRTProcedureCodeSequenceItemWrapper::getContextGroupExtensionCreatorUID ( ) const
slot

◆ getContextGroupExtensionCreatorUIDTag

QString DRTProcedureCodeSequenceItemWrapper::getContextGroupExtensionCreatorUIDTag ( ) const
slot

◆ getContextGroupExtensionFlag

QString DRTProcedureCodeSequenceItemWrapper::getContextGroupExtensionFlag ( ) const
slot

◆ getContextGroupExtensionFlagTag

QString DRTProcedureCodeSequenceItemWrapper::getContextGroupExtensionFlagTag ( ) const
slot

◆ getContextGroupLocalVersion

QString DRTProcedureCodeSequenceItemWrapper::getContextGroupLocalVersion ( ) const
slot

◆ getContextGroupLocalVersionTag

QString DRTProcedureCodeSequenceItemWrapper::getContextGroupLocalVersionTag ( ) const
slot

◆ getContextGroupVersion

QString DRTProcedureCodeSequenceItemWrapper::getContextGroupVersion ( ) const
slot

◆ getContextGroupVersionTag

QString DRTProcedureCodeSequenceItemWrapper::getContextGroupVersionTag ( ) const
slot

◆ getContextIdentifier

QString DRTProcedureCodeSequenceItemWrapper::getContextIdentifier ( ) const
slot

References getContextIdentifier().

Referenced by getContextIdentifier().

◆ getContextIdentifierTag

QString DRTProcedureCodeSequenceItemWrapper::getContextIdentifierTag ( ) const
slot

◆ getDicomTagByKey

QVariantMap DRTProcedureCodeSequenceItemWrapper::getDicomTagByKey ( QString key) const
slot

References getDicomTagByKey().

Referenced by getDicomTagByKey().

◆ getDicomTagByName

QVariantMap DRTProcedureCodeSequenceItemWrapper::getDicomTagByName ( QString name) const
slot

References getDicomTagByName().

Referenced by getDicomTagByName().

◆ getDicomTagValueByKey

QVariant DRTProcedureCodeSequenceItemWrapper::getDicomTagValueByKey ( QString key) const
slot

◆ getDicomTagValueByName

QVariant DRTProcedureCodeSequenceItemWrapper::getDicomTagValueByName ( QString name) const
slot

◆ getMappingResource

QString DRTProcedureCodeSequenceItemWrapper::getMappingResource ( ) const
slot

References getMappingResource().

Referenced by getMappingResource().

◆ getMappingResourceTag

QString DRTProcedureCodeSequenceItemWrapper::getMappingResourceTag ( ) const
slot

◆ getSequence()

ml::DcmDRTProcedureCodeSequenceInterface * DRTProcedureCodeSequenceItemWrapper::getSequence ( ) const
inline

◆ getWrappedSequenceItem()

ml::DcmDRTProcedureCodeSequenceInterface::Item DRTProcedureCodeSequenceItemWrapper::getWrappedSequenceItem ( ) const
inline

◆ operator=()

DRTProcedureCodeSequenceItemWrapper & DRTProcedureCodeSequenceItemWrapper::operator= ( const DRTProcedureCodeSequenceItemWrapper & toCopy)
inline

◆ setCodeMeaning

bool DRTProcedureCodeSequenceItemWrapper::setCodeMeaning ( QString qParam)
slot

References setCodeMeaning().

Referenced by setCodeMeaning().

◆ setCodeValue

bool DRTProcedureCodeSequenceItemWrapper::setCodeValue ( QString qParam)
slot

References setCodeValue().

Referenced by setCodeValue().

◆ setCodingSchemeDesignator

bool DRTProcedureCodeSequenceItemWrapper::setCodingSchemeDesignator ( QString qParam)
slot

◆ setCodingSchemeVersion

bool DRTProcedureCodeSequenceItemWrapper::setCodingSchemeVersion ( QString qParam)
slot

◆ setContextGroupExtensionCreatorUID

bool DRTProcedureCodeSequenceItemWrapper::setContextGroupExtensionCreatorUID ( QString qParam)
slot

◆ setContextGroupExtensionFlag

bool DRTProcedureCodeSequenceItemWrapper::setContextGroupExtensionFlag ( QString qParam)
slot

◆ setContextGroupLocalVersion

bool DRTProcedureCodeSequenceItemWrapper::setContextGroupLocalVersion ( QString qParam)
slot

◆ setContextGroupVersion

bool DRTProcedureCodeSequenceItemWrapper::setContextGroupVersion ( QString qParam)
slot

◆ setContextIdentifier

bool DRTProcedureCodeSequenceItemWrapper::setContextIdentifier ( QString qParam)
slot

References setContextIdentifier().

Referenced by setContextIdentifier().

◆ setMappingResource

bool DRTProcedureCodeSequenceItemWrapper::setMappingResource ( QString qParam)
slot

References setMappingResource().

Referenced by setMappingResource().

Member Data Documentation

◆ _CodeMeaning

QString DRTProcedureCodeSequenceItemWrapper::_CodeMeaning

Definition at line 82 of file mlDRTProcedureCodeSequenceItemWrapper.h.

◆ _CodeValue

QString DRTProcedureCodeSequenceItemWrapper::_CodeValue

Definition at line 84 of file mlDRTProcedureCodeSequenceItemWrapper.h.

◆ _CodingSchemeDesignator

QString DRTProcedureCodeSequenceItemWrapper::_CodingSchemeDesignator

Definition at line 86 of file mlDRTProcedureCodeSequenceItemWrapper.h.

◆ _CodingSchemeVersion

QString DRTProcedureCodeSequenceItemWrapper::_CodingSchemeVersion

Definition at line 88 of file mlDRTProcedureCodeSequenceItemWrapper.h.

◆ _ContextGroupExtensionCreatorUID

QString DRTProcedureCodeSequenceItemWrapper::_ContextGroupExtensionCreatorUID

Definition at line 90 of file mlDRTProcedureCodeSequenceItemWrapper.h.

◆ _ContextGroupExtensionFlag

QString DRTProcedureCodeSequenceItemWrapper::_ContextGroupExtensionFlag

Definition at line 92 of file mlDRTProcedureCodeSequenceItemWrapper.h.

◆ _ContextGroupLocalVersion

QString DRTProcedureCodeSequenceItemWrapper::_ContextGroupLocalVersion

Definition at line 94 of file mlDRTProcedureCodeSequenceItemWrapper.h.

◆ _ContextGroupVersion

QString DRTProcedureCodeSequenceItemWrapper::_ContextGroupVersion

Definition at line 96 of file mlDRTProcedureCodeSequenceItemWrapper.h.

◆ _ContextIdentifier

QString DRTProcedureCodeSequenceItemWrapper::_ContextIdentifier

Definition at line 98 of file mlDRTProcedureCodeSequenceItemWrapper.h.

◆ _MappingResource

QString DRTProcedureCodeSequenceItemWrapper::_MappingResource

Definition at line 100 of file mlDRTProcedureCodeSequenceItemWrapper.h.

◆ _propertyKeys

QStringList DRTProcedureCodeSequenceItemWrapper::_propertyKeys

Definition at line 53 of file mlDRTProcedureCodeSequenceItemWrapper.h.

Property Documentation

◆ CodeMeaning

QString DRTProcedureCodeSequenceItemWrapper::CodeMeaning
readwrite

Definition at line 83 of file mlDRTProcedureCodeSequenceItemWrapper.h.

◆ CodeValue

QString DRTProcedureCodeSequenceItemWrapper::CodeValue
readwrite

Definition at line 85 of file mlDRTProcedureCodeSequenceItemWrapper.h.

◆ CodingSchemeDesignator

QString DRTProcedureCodeSequenceItemWrapper::CodingSchemeDesignator
readwrite

Definition at line 87 of file mlDRTProcedureCodeSequenceItemWrapper.h.

◆ CodingSchemeVersion

QString DRTProcedureCodeSequenceItemWrapper::CodingSchemeVersion
readwrite

Definition at line 89 of file mlDRTProcedureCodeSequenceItemWrapper.h.

◆ ContextGroupExtensionCreatorUID

QString DRTProcedureCodeSequenceItemWrapper::ContextGroupExtensionCreatorUID
readwrite

Definition at line 91 of file mlDRTProcedureCodeSequenceItemWrapper.h.

◆ ContextGroupExtensionFlag

QString DRTProcedureCodeSequenceItemWrapper::ContextGroupExtensionFlag
readwrite

Definition at line 93 of file mlDRTProcedureCodeSequenceItemWrapper.h.

◆ ContextGroupLocalVersion

QString DRTProcedureCodeSequenceItemWrapper::ContextGroupLocalVersion
readwrite

Definition at line 95 of file mlDRTProcedureCodeSequenceItemWrapper.h.

◆ ContextGroupVersion

QString DRTProcedureCodeSequenceItemWrapper::ContextGroupVersion
readwrite

Definition at line 97 of file mlDRTProcedureCodeSequenceItemWrapper.h.

◆ ContextIdentifier

QString DRTProcedureCodeSequenceItemWrapper::ContextIdentifier
readwrite

Definition at line 99 of file mlDRTProcedureCodeSequenceItemWrapper.h.

◆ MappingResource

QString DRTProcedureCodeSequenceItemWrapper::MappingResource
readwrite

Definition at line 101 of file mlDRTProcedureCodeSequenceItemWrapper.h.


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