MeVisLab Toolbox Reference
DRTBreedRegistryCodeSequenceItemWrapper Class Reference

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

#include <mlDRTBreedRegistryCodeSequenceItemWrapper.h>

Inheritance diagram for DRTBreedRegistryCodeSequenceItemWrapper:

Public Slots

Access to wrapped DRTBreedRegistryCodeSequence object.

\script

QStringList dir (QString searchString="") const
 
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

 DRTBreedRegistryCodeSequenceItemWrapper (const ml::DcmDRTBreedRegistryCodeSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTBreedRegistryCodeSequenceInterface *sequenceInterface)
 
 DRTBreedRegistryCodeSequenceItemWrapper (const DRTBreedRegistryCodeSequenceItemWrapper &toCopy)
 
DRTBreedRegistryCodeSequenceItemWrapperoperator= (const DRTBreedRegistryCodeSequenceItemWrapper &toCopy)
 
ml::DcmDRTBreedRegistryCodeSequenceInterface::Item getWrappedSequenceItem () const
 
ml::DcmDRTBreedRegistryCodeSequenceInterfacegetSequence () 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 DRTBreedRegistryCodeSequence Item for use in Python.

\script

Definition at line 47 of file mlDRTBreedRegistryCodeSequenceItemWrapper.h.

Constructor & Destructor Documentation

◆ DRTBreedRegistryCodeSequenceItemWrapper() [1/2]

DRTBreedRegistryCodeSequenceItemWrapper::DRTBreedRegistryCodeSequenceItemWrapper ( const ml::DcmDRTBreedRegistryCodeSequenceInterface::Item & wrappedSequenceItem,
ml::DcmDRTBreedRegistryCodeSequenceInterface * sequenceInterface )
inline

Definition at line 55 of file mlDRTBreedRegistryCodeSequenceItemWrapper.h.

◆ DRTBreedRegistryCodeSequenceItemWrapper() [2/2]

DRTBreedRegistryCodeSequenceItemWrapper::DRTBreedRegistryCodeSequenceItemWrapper ( const DRTBreedRegistryCodeSequenceItemWrapper & toCopy)
inline

Member Function Documentation

◆ dir

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

◆ getCodeMeaning

QString DRTBreedRegistryCodeSequenceItemWrapper::getCodeMeaning ( ) const
slot

◆ getCodeMeaningTag

QString DRTBreedRegistryCodeSequenceItemWrapper::getCodeMeaningTag ( ) const
slot

◆ getCodeValue

QString DRTBreedRegistryCodeSequenceItemWrapper::getCodeValue ( ) const
slot

◆ getCodeValueTag

QString DRTBreedRegistryCodeSequenceItemWrapper::getCodeValueTag ( ) const
slot

◆ getCodingSchemeDesignator

QString DRTBreedRegistryCodeSequenceItemWrapper::getCodingSchemeDesignator ( ) const
slot

◆ getCodingSchemeDesignatorTag

QString DRTBreedRegistryCodeSequenceItemWrapper::getCodingSchemeDesignatorTag ( ) const
slot

◆ getCodingSchemeVersion

QString DRTBreedRegistryCodeSequenceItemWrapper::getCodingSchemeVersion ( ) const
slot

◆ getCodingSchemeVersionTag

QString DRTBreedRegistryCodeSequenceItemWrapper::getCodingSchemeVersionTag ( ) const
slot

◆ getContextGroupExtensionCreatorUID

QString DRTBreedRegistryCodeSequenceItemWrapper::getContextGroupExtensionCreatorUID ( ) const
slot

◆ getContextGroupExtensionCreatorUIDTag

QString DRTBreedRegistryCodeSequenceItemWrapper::getContextGroupExtensionCreatorUIDTag ( ) const
slot

◆ getContextGroupExtensionFlag

QString DRTBreedRegistryCodeSequenceItemWrapper::getContextGroupExtensionFlag ( ) const
slot

◆ getContextGroupExtensionFlagTag

QString DRTBreedRegistryCodeSequenceItemWrapper::getContextGroupExtensionFlagTag ( ) const
slot

◆ getContextGroupLocalVersion

QString DRTBreedRegistryCodeSequenceItemWrapper::getContextGroupLocalVersion ( ) const
slot

◆ getContextGroupLocalVersionTag

QString DRTBreedRegistryCodeSequenceItemWrapper::getContextGroupLocalVersionTag ( ) const
slot

◆ getContextGroupVersion

QString DRTBreedRegistryCodeSequenceItemWrapper::getContextGroupVersion ( ) const
slot

◆ getContextGroupVersionTag

QString DRTBreedRegistryCodeSequenceItemWrapper::getContextGroupVersionTag ( ) const
slot

◆ getContextIdentifier

QString DRTBreedRegistryCodeSequenceItemWrapper::getContextIdentifier ( ) const
slot

◆ getContextIdentifierTag

QString DRTBreedRegistryCodeSequenceItemWrapper::getContextIdentifierTag ( ) const
slot

◆ getDicomTagByKey

QVariantMap DRTBreedRegistryCodeSequenceItemWrapper::getDicomTagByKey ( QString key) const
slot

◆ getDicomTagByName

QVariantMap DRTBreedRegistryCodeSequenceItemWrapper::getDicomTagByName ( QString name) const
slot

◆ getDicomTagValueByKey

QVariant DRTBreedRegistryCodeSequenceItemWrapper::getDicomTagValueByKey ( QString key) const
slot

◆ getDicomTagValueByName

QVariant DRTBreedRegistryCodeSequenceItemWrapper::getDicomTagValueByName ( QString name) const
slot

◆ getMappingResource

QString DRTBreedRegistryCodeSequenceItemWrapper::getMappingResource ( ) const
slot

◆ getMappingResourceTag

QString DRTBreedRegistryCodeSequenceItemWrapper::getMappingResourceTag ( ) const
slot

◆ getSequence()

ml::DcmDRTBreedRegistryCodeSequenceInterface * DRTBreedRegistryCodeSequenceItemWrapper::getSequence ( ) const
inline

Definition at line 79 of file mlDRTBreedRegistryCodeSequenceItemWrapper.h.

◆ getWrappedSequenceItem()

ml::DcmDRTBreedRegistryCodeSequenceInterface::Item DRTBreedRegistryCodeSequenceItemWrapper::getWrappedSequenceItem ( ) const
inline

Definition at line 78 of file mlDRTBreedRegistryCodeSequenceItemWrapper.h.

◆ operator=()

◆ setCodeMeaning

bool DRTBreedRegistryCodeSequenceItemWrapper::setCodeMeaning ( QString qParam)
slot

◆ setCodeValue

bool DRTBreedRegistryCodeSequenceItemWrapper::setCodeValue ( QString qParam)
slot

◆ setCodingSchemeDesignator

bool DRTBreedRegistryCodeSequenceItemWrapper::setCodingSchemeDesignator ( QString qParam)
slot

◆ setCodingSchemeVersion

bool DRTBreedRegistryCodeSequenceItemWrapper::setCodingSchemeVersion ( QString qParam)
slot

◆ setContextGroupExtensionCreatorUID

bool DRTBreedRegistryCodeSequenceItemWrapper::setContextGroupExtensionCreatorUID ( QString qParam)
slot

◆ setContextGroupExtensionFlag

bool DRTBreedRegistryCodeSequenceItemWrapper::setContextGroupExtensionFlag ( QString qParam)
slot

◆ setContextGroupLocalVersion

bool DRTBreedRegistryCodeSequenceItemWrapper::setContextGroupLocalVersion ( QString qParam)
slot

◆ setContextGroupVersion

bool DRTBreedRegistryCodeSequenceItemWrapper::setContextGroupVersion ( QString qParam)
slot

◆ setContextIdentifier

bool DRTBreedRegistryCodeSequenceItemWrapper::setContextIdentifier ( QString qParam)
slot

◆ setMappingResource

bool DRTBreedRegistryCodeSequenceItemWrapper::setMappingResource ( QString qParam)
slot

Member Data Documentation

◆ _CodeMeaning

QString DRTBreedRegistryCodeSequenceItemWrapper::_CodeMeaning

Definition at line 82 of file mlDRTBreedRegistryCodeSequenceItemWrapper.h.

◆ _CodeValue

QString DRTBreedRegistryCodeSequenceItemWrapper::_CodeValue

Definition at line 84 of file mlDRTBreedRegistryCodeSequenceItemWrapper.h.

◆ _CodingSchemeDesignator

QString DRTBreedRegistryCodeSequenceItemWrapper::_CodingSchemeDesignator

Definition at line 86 of file mlDRTBreedRegistryCodeSequenceItemWrapper.h.

◆ _CodingSchemeVersion

QString DRTBreedRegistryCodeSequenceItemWrapper::_CodingSchemeVersion

Definition at line 88 of file mlDRTBreedRegistryCodeSequenceItemWrapper.h.

◆ _ContextGroupExtensionCreatorUID

QString DRTBreedRegistryCodeSequenceItemWrapper::_ContextGroupExtensionCreatorUID

Definition at line 90 of file mlDRTBreedRegistryCodeSequenceItemWrapper.h.

◆ _ContextGroupExtensionFlag

QString DRTBreedRegistryCodeSequenceItemWrapper::_ContextGroupExtensionFlag

Definition at line 92 of file mlDRTBreedRegistryCodeSequenceItemWrapper.h.

◆ _ContextGroupLocalVersion

QString DRTBreedRegistryCodeSequenceItemWrapper::_ContextGroupLocalVersion

Definition at line 94 of file mlDRTBreedRegistryCodeSequenceItemWrapper.h.

◆ _ContextGroupVersion

QString DRTBreedRegistryCodeSequenceItemWrapper::_ContextGroupVersion

Definition at line 96 of file mlDRTBreedRegistryCodeSequenceItemWrapper.h.

◆ _ContextIdentifier

QString DRTBreedRegistryCodeSequenceItemWrapper::_ContextIdentifier

Definition at line 98 of file mlDRTBreedRegistryCodeSequenceItemWrapper.h.

◆ _MappingResource

QString DRTBreedRegistryCodeSequenceItemWrapper::_MappingResource

Definition at line 100 of file mlDRTBreedRegistryCodeSequenceItemWrapper.h.

◆ _propertyKeys

QStringList DRTBreedRegistryCodeSequenceItemWrapper::_propertyKeys

Definition at line 53 of file mlDRTBreedRegistryCodeSequenceItemWrapper.h.

Property Documentation

◆ CodeMeaning

QString DRTBreedRegistryCodeSequenceItemWrapper::CodeMeaning
readwrite

Definition at line 83 of file mlDRTBreedRegistryCodeSequenceItemWrapper.h.

◆ CodeValue

QString DRTBreedRegistryCodeSequenceItemWrapper::CodeValue
readwrite

Definition at line 85 of file mlDRTBreedRegistryCodeSequenceItemWrapper.h.

◆ CodingSchemeDesignator

QString DRTBreedRegistryCodeSequenceItemWrapper::CodingSchemeDesignator
readwrite

Definition at line 87 of file mlDRTBreedRegistryCodeSequenceItemWrapper.h.

◆ CodingSchemeVersion

QString DRTBreedRegistryCodeSequenceItemWrapper::CodingSchemeVersion
readwrite

Definition at line 89 of file mlDRTBreedRegistryCodeSequenceItemWrapper.h.

◆ ContextGroupExtensionCreatorUID

QString DRTBreedRegistryCodeSequenceItemWrapper::ContextGroupExtensionCreatorUID
readwrite

Definition at line 91 of file mlDRTBreedRegistryCodeSequenceItemWrapper.h.

◆ ContextGroupExtensionFlag

QString DRTBreedRegistryCodeSequenceItemWrapper::ContextGroupExtensionFlag
readwrite

Definition at line 93 of file mlDRTBreedRegistryCodeSequenceItemWrapper.h.

◆ ContextGroupLocalVersion

QString DRTBreedRegistryCodeSequenceItemWrapper::ContextGroupLocalVersion
readwrite

Definition at line 95 of file mlDRTBreedRegistryCodeSequenceItemWrapper.h.

◆ ContextGroupVersion

QString DRTBreedRegistryCodeSequenceItemWrapper::ContextGroupVersion
readwrite

Definition at line 97 of file mlDRTBreedRegistryCodeSequenceItemWrapper.h.

◆ ContextIdentifier

QString DRTBreedRegistryCodeSequenceItemWrapper::ContextIdentifier
readwrite

Definition at line 99 of file mlDRTBreedRegistryCodeSequenceItemWrapper.h.

◆ MappingResource

QString DRTBreedRegistryCodeSequenceItemWrapper::MappingResource
readwrite

Definition at line 101 of file mlDRTBreedRegistryCodeSequenceItemWrapper.h.


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