MeVisLab Toolbox Reference
DRTPatientBreedCodeSequenceItemWrapper Class Reference

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

#include <mlDRTPatientBreedCodeSequenceItemWrapper.h>

Inheritance diagram for DRTPatientBreedCodeSequenceItemWrapper:

Public Slots

Access to wrapped DRTPatientBreedCodeSequence 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

 DRTPatientBreedCodeSequenceItemWrapper (const ml::DcmDRTPatientBreedCodeSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTPatientBreedCodeSequenceInterface *sequenceInterface)
 
 DRTPatientBreedCodeSequenceItemWrapper (const DRTPatientBreedCodeSequenceItemWrapper &toCopy)
 
DRTPatientBreedCodeSequenceItemWrapperoperator= (const DRTPatientBreedCodeSequenceItemWrapper &toCopy)
 
ml::DcmDRTPatientBreedCodeSequenceInterface::Item getWrappedSequenceItem () const
 
ml::DcmDRTPatientBreedCodeSequenceInterfacegetSequence () 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 DRTPatientBreedCodeSequence Item for use in Python.

\script

Definition at line 47 of file mlDRTPatientBreedCodeSequenceItemWrapper.h.

Constructor & Destructor Documentation

◆ DRTPatientBreedCodeSequenceItemWrapper() [1/2]

DRTPatientBreedCodeSequenceItemWrapper::DRTPatientBreedCodeSequenceItemWrapper ( const ml::DcmDRTPatientBreedCodeSequenceInterface::Item wrappedSequenceItem,
ml::DcmDRTPatientBreedCodeSequenceInterface sequenceInterface 
)
inline

Definition at line 55 of file mlDRTPatientBreedCodeSequenceItemWrapper.h.

◆ DRTPatientBreedCodeSequenceItemWrapper() [2/2]

DRTPatientBreedCodeSequenceItemWrapper::DRTPatientBreedCodeSequenceItemWrapper ( const DRTPatientBreedCodeSequenceItemWrapper toCopy)
inline

Member Function Documentation

◆ dir

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

◆ getCodeMeaning

QString DRTPatientBreedCodeSequenceItemWrapper::getCodeMeaning ( ) const
slot

◆ getCodeMeaningTag

QString DRTPatientBreedCodeSequenceItemWrapper::getCodeMeaningTag ( ) const
slot

◆ getCodeValue

QString DRTPatientBreedCodeSequenceItemWrapper::getCodeValue ( ) const
slot

◆ getCodeValueTag

QString DRTPatientBreedCodeSequenceItemWrapper::getCodeValueTag ( ) const
slot

◆ getCodingSchemeDesignator

QString DRTPatientBreedCodeSequenceItemWrapper::getCodingSchemeDesignator ( ) const
slot

◆ getCodingSchemeDesignatorTag

QString DRTPatientBreedCodeSequenceItemWrapper::getCodingSchemeDesignatorTag ( ) const
slot

◆ getCodingSchemeVersion

QString DRTPatientBreedCodeSequenceItemWrapper::getCodingSchemeVersion ( ) const
slot

◆ getCodingSchemeVersionTag

QString DRTPatientBreedCodeSequenceItemWrapper::getCodingSchemeVersionTag ( ) const
slot

◆ getContextGroupExtensionCreatorUID

QString DRTPatientBreedCodeSequenceItemWrapper::getContextGroupExtensionCreatorUID ( ) const
slot

◆ getContextGroupExtensionCreatorUIDTag

QString DRTPatientBreedCodeSequenceItemWrapper::getContextGroupExtensionCreatorUIDTag ( ) const
slot

◆ getContextGroupExtensionFlag

QString DRTPatientBreedCodeSequenceItemWrapper::getContextGroupExtensionFlag ( ) const
slot

◆ getContextGroupExtensionFlagTag

QString DRTPatientBreedCodeSequenceItemWrapper::getContextGroupExtensionFlagTag ( ) const
slot

◆ getContextGroupLocalVersion

QString DRTPatientBreedCodeSequenceItemWrapper::getContextGroupLocalVersion ( ) const
slot

◆ getContextGroupLocalVersionTag

QString DRTPatientBreedCodeSequenceItemWrapper::getContextGroupLocalVersionTag ( ) const
slot

◆ getContextGroupVersion

QString DRTPatientBreedCodeSequenceItemWrapper::getContextGroupVersion ( ) const
slot

◆ getContextGroupVersionTag

QString DRTPatientBreedCodeSequenceItemWrapper::getContextGroupVersionTag ( ) const
slot

◆ getContextIdentifier

QString DRTPatientBreedCodeSequenceItemWrapper::getContextIdentifier ( ) const
slot

◆ getContextIdentifierTag

QString DRTPatientBreedCodeSequenceItemWrapper::getContextIdentifierTag ( ) const
slot

◆ getDicomTagByKey

QVariantMap DRTPatientBreedCodeSequenceItemWrapper::getDicomTagByKey ( QString  key) const
slot

◆ getDicomTagByName

QVariantMap DRTPatientBreedCodeSequenceItemWrapper::getDicomTagByName ( QString  name) const
slot

◆ getDicomTagValueByKey

QVariant DRTPatientBreedCodeSequenceItemWrapper::getDicomTagValueByKey ( QString  key) const
slot

◆ getDicomTagValueByName

QVariant DRTPatientBreedCodeSequenceItemWrapper::getDicomTagValueByName ( QString  name) const
slot

◆ getMappingResource

QString DRTPatientBreedCodeSequenceItemWrapper::getMappingResource ( ) const
slot

◆ getMappingResourceTag

QString DRTPatientBreedCodeSequenceItemWrapper::getMappingResourceTag ( ) const
slot

◆ getSequence()

ml::DcmDRTPatientBreedCodeSequenceInterface* DRTPatientBreedCodeSequenceItemWrapper::getSequence ( ) const
inline

◆ getWrappedSequenceItem()

ml::DcmDRTPatientBreedCodeSequenceInterface::Item DRTPatientBreedCodeSequenceItemWrapper::getWrappedSequenceItem ( ) const
inline

◆ operator=()

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

◆ setCodeMeaning

bool DRTPatientBreedCodeSequenceItemWrapper::setCodeMeaning ( QString  qParam)
slot

◆ setCodeValue

bool DRTPatientBreedCodeSequenceItemWrapper::setCodeValue ( QString  qParam)
slot

◆ setCodingSchemeDesignator

bool DRTPatientBreedCodeSequenceItemWrapper::setCodingSchemeDesignator ( QString  qParam)
slot

◆ setCodingSchemeVersion

bool DRTPatientBreedCodeSequenceItemWrapper::setCodingSchemeVersion ( QString  qParam)
slot

◆ setContextGroupExtensionCreatorUID

bool DRTPatientBreedCodeSequenceItemWrapper::setContextGroupExtensionCreatorUID ( QString  qParam)
slot

◆ setContextGroupExtensionFlag

bool DRTPatientBreedCodeSequenceItemWrapper::setContextGroupExtensionFlag ( QString  qParam)
slot

◆ setContextGroupLocalVersion

bool DRTPatientBreedCodeSequenceItemWrapper::setContextGroupLocalVersion ( QString  qParam)
slot

◆ setContextGroupVersion

bool DRTPatientBreedCodeSequenceItemWrapper::setContextGroupVersion ( QString  qParam)
slot

◆ setContextIdentifier

bool DRTPatientBreedCodeSequenceItemWrapper::setContextIdentifier ( QString  qParam)
slot

◆ setMappingResource

bool DRTPatientBreedCodeSequenceItemWrapper::setMappingResource ( QString  qParam)
slot

Member Data Documentation

◆ _CodeMeaning

QString DRTPatientBreedCodeSequenceItemWrapper::_CodeMeaning

Definition at line 82 of file mlDRTPatientBreedCodeSequenceItemWrapper.h.

◆ _CodeValue

QString DRTPatientBreedCodeSequenceItemWrapper::_CodeValue

Definition at line 84 of file mlDRTPatientBreedCodeSequenceItemWrapper.h.

◆ _CodingSchemeDesignator

QString DRTPatientBreedCodeSequenceItemWrapper::_CodingSchemeDesignator

Definition at line 86 of file mlDRTPatientBreedCodeSequenceItemWrapper.h.

◆ _CodingSchemeVersion

QString DRTPatientBreedCodeSequenceItemWrapper::_CodingSchemeVersion

Definition at line 88 of file mlDRTPatientBreedCodeSequenceItemWrapper.h.

◆ _ContextGroupExtensionCreatorUID

QString DRTPatientBreedCodeSequenceItemWrapper::_ContextGroupExtensionCreatorUID

Definition at line 90 of file mlDRTPatientBreedCodeSequenceItemWrapper.h.

◆ _ContextGroupExtensionFlag

QString DRTPatientBreedCodeSequenceItemWrapper::_ContextGroupExtensionFlag

Definition at line 92 of file mlDRTPatientBreedCodeSequenceItemWrapper.h.

◆ _ContextGroupLocalVersion

QString DRTPatientBreedCodeSequenceItemWrapper::_ContextGroupLocalVersion

Definition at line 94 of file mlDRTPatientBreedCodeSequenceItemWrapper.h.

◆ _ContextGroupVersion

QString DRTPatientBreedCodeSequenceItemWrapper::_ContextGroupVersion

Definition at line 96 of file mlDRTPatientBreedCodeSequenceItemWrapper.h.

◆ _ContextIdentifier

QString DRTPatientBreedCodeSequenceItemWrapper::_ContextIdentifier

Definition at line 98 of file mlDRTPatientBreedCodeSequenceItemWrapper.h.

◆ _MappingResource

QString DRTPatientBreedCodeSequenceItemWrapper::_MappingResource

Definition at line 100 of file mlDRTPatientBreedCodeSequenceItemWrapper.h.

◆ _propertyKeys

QStringList DRTPatientBreedCodeSequenceItemWrapper::_propertyKeys

Definition at line 53 of file mlDRTPatientBreedCodeSequenceItemWrapper.h.

Property Documentation

◆ CodeMeaning

QString DRTPatientBreedCodeSequenceItemWrapper::CodeMeaning
readwrite

Definition at line 82 of file mlDRTPatientBreedCodeSequenceItemWrapper.h.

◆ CodeValue

QString DRTPatientBreedCodeSequenceItemWrapper::CodeValue
readwrite

Definition at line 84 of file mlDRTPatientBreedCodeSequenceItemWrapper.h.

◆ CodingSchemeDesignator

QString DRTPatientBreedCodeSequenceItemWrapper::CodingSchemeDesignator
readwrite

Definition at line 86 of file mlDRTPatientBreedCodeSequenceItemWrapper.h.

◆ CodingSchemeVersion

QString DRTPatientBreedCodeSequenceItemWrapper::CodingSchemeVersion
readwrite

Definition at line 88 of file mlDRTPatientBreedCodeSequenceItemWrapper.h.

◆ ContextGroupExtensionCreatorUID

QString DRTPatientBreedCodeSequenceItemWrapper::ContextGroupExtensionCreatorUID
readwrite

Definition at line 90 of file mlDRTPatientBreedCodeSequenceItemWrapper.h.

◆ ContextGroupExtensionFlag

QString DRTPatientBreedCodeSequenceItemWrapper::ContextGroupExtensionFlag
readwrite

Definition at line 92 of file mlDRTPatientBreedCodeSequenceItemWrapper.h.

◆ ContextGroupLocalVersion

QString DRTPatientBreedCodeSequenceItemWrapper::ContextGroupLocalVersion
readwrite

Definition at line 94 of file mlDRTPatientBreedCodeSequenceItemWrapper.h.

◆ ContextGroupVersion

QString DRTPatientBreedCodeSequenceItemWrapper::ContextGroupVersion
readwrite

Definition at line 96 of file mlDRTPatientBreedCodeSequenceItemWrapper.h.

◆ ContextIdentifier

QString DRTPatientBreedCodeSequenceItemWrapper::ContextIdentifier
readwrite

Definition at line 98 of file mlDRTPatientBreedCodeSequenceItemWrapper.h.

◆ MappingResource

QString DRTPatientBreedCodeSequenceItemWrapper::MappingResource
readwrite

Definition at line 100 of file mlDRTPatientBreedCodeSequenceItemWrapper.h.


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