MeVisLab Toolbox Reference
DRTChannelSourceSequenceItemWrapper Class Reference

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

#include <mlDRTChannelSourceSequenceItemWrapper.h>

Inheritance diagram for DRTChannelSourceSequenceItemWrapper:

Public Slots

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

 DRTChannelSourceSequenceItemWrapper (const ml::DcmDRTChannelSourceSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTChannelSourceSequenceInterface *sequenceInterface)
 
 DRTChannelSourceSequenceItemWrapper (const DRTChannelSourceSequenceItemWrapper &toCopy)
 
DRTChannelSourceSequenceItemWrapperoperator= (const DRTChannelSourceSequenceItemWrapper &toCopy)
 
ml::DcmDRTChannelSourceSequenceInterface::Item getWrappedSequenceItem () const
 
ml::DcmDRTChannelSourceSequenceInterfacegetSequence () 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 DRTChannelSourceSequence Item for use in Python.

\script

Definition at line 47 of file mlDRTChannelSourceSequenceItemWrapper.h.

Constructor & Destructor Documentation

◆ DRTChannelSourceSequenceItemWrapper() [1/2]

DRTChannelSourceSequenceItemWrapper::DRTChannelSourceSequenceItemWrapper ( const ml::DcmDRTChannelSourceSequenceInterface::Item wrappedSequenceItem,
ml::DcmDRTChannelSourceSequenceInterface sequenceInterface 
)
inline

Definition at line 55 of file mlDRTChannelSourceSequenceItemWrapper.h.

◆ DRTChannelSourceSequenceItemWrapper() [2/2]

DRTChannelSourceSequenceItemWrapper::DRTChannelSourceSequenceItemWrapper ( const DRTChannelSourceSequenceItemWrapper toCopy)
inline

Member Function Documentation

◆ dir

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

◆ getCodeMeaning

QString DRTChannelSourceSequenceItemWrapper::getCodeMeaning ( ) const
slot

◆ getCodeMeaningTag

QString DRTChannelSourceSequenceItemWrapper::getCodeMeaningTag ( ) const
slot

◆ getCodeValue

QString DRTChannelSourceSequenceItemWrapper::getCodeValue ( ) const
slot

◆ getCodeValueTag

QString DRTChannelSourceSequenceItemWrapper::getCodeValueTag ( ) const
slot

◆ getCodingSchemeDesignator

QString DRTChannelSourceSequenceItemWrapper::getCodingSchemeDesignator ( ) const
slot

◆ getCodingSchemeDesignatorTag

QString DRTChannelSourceSequenceItemWrapper::getCodingSchemeDesignatorTag ( ) const
slot

◆ getCodingSchemeVersion

QString DRTChannelSourceSequenceItemWrapper::getCodingSchemeVersion ( ) const
slot

◆ getCodingSchemeVersionTag

QString DRTChannelSourceSequenceItemWrapper::getCodingSchemeVersionTag ( ) const
slot

◆ getContextGroupExtensionCreatorUID

QString DRTChannelSourceSequenceItemWrapper::getContextGroupExtensionCreatorUID ( ) const
slot

◆ getContextGroupExtensionCreatorUIDTag

QString DRTChannelSourceSequenceItemWrapper::getContextGroupExtensionCreatorUIDTag ( ) const
slot

◆ getContextGroupExtensionFlag

QString DRTChannelSourceSequenceItemWrapper::getContextGroupExtensionFlag ( ) const
slot

◆ getContextGroupExtensionFlagTag

QString DRTChannelSourceSequenceItemWrapper::getContextGroupExtensionFlagTag ( ) const
slot

◆ getContextGroupLocalVersion

QString DRTChannelSourceSequenceItemWrapper::getContextGroupLocalVersion ( ) const
slot

◆ getContextGroupLocalVersionTag

QString DRTChannelSourceSequenceItemWrapper::getContextGroupLocalVersionTag ( ) const
slot

◆ getContextGroupVersion

QString DRTChannelSourceSequenceItemWrapper::getContextGroupVersion ( ) const
slot

◆ getContextGroupVersionTag

QString DRTChannelSourceSequenceItemWrapper::getContextGroupVersionTag ( ) const
slot

◆ getContextIdentifier

QString DRTChannelSourceSequenceItemWrapper::getContextIdentifier ( ) const
slot

◆ getContextIdentifierTag

QString DRTChannelSourceSequenceItemWrapper::getContextIdentifierTag ( ) const
slot

◆ getDicomTagByKey

QVariantMap DRTChannelSourceSequenceItemWrapper::getDicomTagByKey ( QString  key) const
slot

◆ getDicomTagByName

QVariantMap DRTChannelSourceSequenceItemWrapper::getDicomTagByName ( QString  name) const
slot

◆ getDicomTagValueByKey

QVariant DRTChannelSourceSequenceItemWrapper::getDicomTagValueByKey ( QString  key) const
slot

◆ getDicomTagValueByName

QVariant DRTChannelSourceSequenceItemWrapper::getDicomTagValueByName ( QString  name) const
slot

◆ getMappingResource

QString DRTChannelSourceSequenceItemWrapper::getMappingResource ( ) const
slot

◆ getMappingResourceTag

QString DRTChannelSourceSequenceItemWrapper::getMappingResourceTag ( ) const
slot

◆ getSequence()

ml::DcmDRTChannelSourceSequenceInterface* DRTChannelSourceSequenceItemWrapper::getSequence ( ) const
inline

◆ getWrappedSequenceItem()

ml::DcmDRTChannelSourceSequenceInterface::Item DRTChannelSourceSequenceItemWrapper::getWrappedSequenceItem ( ) const
inline

◆ operator=()

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

◆ setCodeMeaning

bool DRTChannelSourceSequenceItemWrapper::setCodeMeaning ( QString  qParam)
slot

◆ setCodeValue

bool DRTChannelSourceSequenceItemWrapper::setCodeValue ( QString  qParam)
slot

◆ setCodingSchemeDesignator

bool DRTChannelSourceSequenceItemWrapper::setCodingSchemeDesignator ( QString  qParam)
slot

◆ setCodingSchemeVersion

bool DRTChannelSourceSequenceItemWrapper::setCodingSchemeVersion ( QString  qParam)
slot

◆ setContextGroupExtensionCreatorUID

bool DRTChannelSourceSequenceItemWrapper::setContextGroupExtensionCreatorUID ( QString  qParam)
slot

◆ setContextGroupExtensionFlag

bool DRTChannelSourceSequenceItemWrapper::setContextGroupExtensionFlag ( QString  qParam)
slot

◆ setContextGroupLocalVersion

bool DRTChannelSourceSequenceItemWrapper::setContextGroupLocalVersion ( QString  qParam)
slot

◆ setContextGroupVersion

bool DRTChannelSourceSequenceItemWrapper::setContextGroupVersion ( QString  qParam)
slot

◆ setContextIdentifier

bool DRTChannelSourceSequenceItemWrapper::setContextIdentifier ( QString  qParam)
slot

◆ setMappingResource

bool DRTChannelSourceSequenceItemWrapper::setMappingResource ( QString  qParam)
slot

Member Data Documentation

◆ _CodeMeaning

QString DRTChannelSourceSequenceItemWrapper::_CodeMeaning

Definition at line 82 of file mlDRTChannelSourceSequenceItemWrapper.h.

◆ _CodeValue

QString DRTChannelSourceSequenceItemWrapper::_CodeValue

Definition at line 84 of file mlDRTChannelSourceSequenceItemWrapper.h.

◆ _CodingSchemeDesignator

QString DRTChannelSourceSequenceItemWrapper::_CodingSchemeDesignator

Definition at line 86 of file mlDRTChannelSourceSequenceItemWrapper.h.

◆ _CodingSchemeVersion

QString DRTChannelSourceSequenceItemWrapper::_CodingSchemeVersion

Definition at line 88 of file mlDRTChannelSourceSequenceItemWrapper.h.

◆ _ContextGroupExtensionCreatorUID

QString DRTChannelSourceSequenceItemWrapper::_ContextGroupExtensionCreatorUID

Definition at line 90 of file mlDRTChannelSourceSequenceItemWrapper.h.

◆ _ContextGroupExtensionFlag

QString DRTChannelSourceSequenceItemWrapper::_ContextGroupExtensionFlag

Definition at line 92 of file mlDRTChannelSourceSequenceItemWrapper.h.

◆ _ContextGroupLocalVersion

QString DRTChannelSourceSequenceItemWrapper::_ContextGroupLocalVersion

Definition at line 94 of file mlDRTChannelSourceSequenceItemWrapper.h.

◆ _ContextGroupVersion

QString DRTChannelSourceSequenceItemWrapper::_ContextGroupVersion

Definition at line 96 of file mlDRTChannelSourceSequenceItemWrapper.h.

◆ _ContextIdentifier

QString DRTChannelSourceSequenceItemWrapper::_ContextIdentifier

Definition at line 98 of file mlDRTChannelSourceSequenceItemWrapper.h.

◆ _MappingResource

QString DRTChannelSourceSequenceItemWrapper::_MappingResource

Definition at line 100 of file mlDRTChannelSourceSequenceItemWrapper.h.

◆ _propertyKeys

QStringList DRTChannelSourceSequenceItemWrapper::_propertyKeys

Definition at line 53 of file mlDRTChannelSourceSequenceItemWrapper.h.

Property Documentation

◆ CodeMeaning

QString DRTChannelSourceSequenceItemWrapper::CodeMeaning
readwrite

Definition at line 82 of file mlDRTChannelSourceSequenceItemWrapper.h.

◆ CodeValue

QString DRTChannelSourceSequenceItemWrapper::CodeValue
readwrite

Definition at line 84 of file mlDRTChannelSourceSequenceItemWrapper.h.

◆ CodingSchemeDesignator

QString DRTChannelSourceSequenceItemWrapper::CodingSchemeDesignator
readwrite

Definition at line 86 of file mlDRTChannelSourceSequenceItemWrapper.h.

◆ CodingSchemeVersion

QString DRTChannelSourceSequenceItemWrapper::CodingSchemeVersion
readwrite

Definition at line 88 of file mlDRTChannelSourceSequenceItemWrapper.h.

◆ ContextGroupExtensionCreatorUID

QString DRTChannelSourceSequenceItemWrapper::ContextGroupExtensionCreatorUID
readwrite

Definition at line 90 of file mlDRTChannelSourceSequenceItemWrapper.h.

◆ ContextGroupExtensionFlag

QString DRTChannelSourceSequenceItemWrapper::ContextGroupExtensionFlag
readwrite

Definition at line 92 of file mlDRTChannelSourceSequenceItemWrapper.h.

◆ ContextGroupLocalVersion

QString DRTChannelSourceSequenceItemWrapper::ContextGroupLocalVersion
readwrite

Definition at line 94 of file mlDRTChannelSourceSequenceItemWrapper.h.

◆ ContextGroupVersion

QString DRTChannelSourceSequenceItemWrapper::ContextGroupVersion
readwrite

Definition at line 96 of file mlDRTChannelSourceSequenceItemWrapper.h.

◆ ContextIdentifier

QString DRTChannelSourceSequenceItemWrapper::ContextIdentifier
readwrite

Definition at line 98 of file mlDRTChannelSourceSequenceItemWrapper.h.

◆ MappingResource

QString DRTChannelSourceSequenceItemWrapper::MappingResource
readwrite

Definition at line 100 of file mlDRTChannelSourceSequenceItemWrapper.h.


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