MeVisLab Toolbox Reference
DRTRecordedBlockSequenceItemWrapper Class Reference

#include <mlDRTRecordedBlockSequenceItemWrapper.h>

Inheritance diagram for DRTRecordedBlockSequenceItemWrapper:

Public Slots

Access to wrapped DRTRecordedBlockSequence 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 setAccessoryCode (QString qParam)
QString getAccessoryCodeTag () const
QString getAccessoryCode () const
bool setBlockName (QString qParam)
QString getBlockNameTag () const
QString getBlockName () const
bool setBlockTrayID (QString qParam)
QString getBlockTrayIDTag () const
QString getBlockTrayID () const
bool setReferencedBlockNumber (QString qParam)
QString getReferencedBlockNumberTag () const
QString getReferencedBlockNumber () const

Public Member Functions

 DRTRecordedBlockSequenceItemWrapper (const ml::DcmDRTRecordedBlockSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTRecordedBlockSequenceInterface *sequenceInterface)
 DRTRecordedBlockSequenceItemWrapper (const DRTRecordedBlockSequenceItemWrapper &toCopy)
DRTRecordedBlockSequenceItemWrapperoperator= (const DRTRecordedBlockSequenceItemWrapper &toCopy)
ml::DcmDRTRecordedBlockSequenceInterface::Item getWrappedSequenceItem () const
ml::DcmDRTRecordedBlockSequenceInterfacegetSequence () const

Public Attributes

QStringList _propertyKeys
QString _AccessoryCode
QString _BlockName
QString _BlockTrayID
QString _ReferencedBlockNumber

Properties

QString AccessoryCode
QString BlockName
QString BlockTrayID
QString ReferencedBlockNumber

Detailed Description

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

Definition at line 47 of file mlDRTRecordedBlockSequenceItemWrapper.h.

Constructor & Destructor Documentation

◆ DRTRecordedBlockSequenceItemWrapper() [1/2]

DRTRecordedBlockSequenceItemWrapper::DRTRecordedBlockSequenceItemWrapper ( const ml::DcmDRTRecordedBlockSequenceInterface::Item & wrappedSequenceItem,
ml::DcmDRTRecordedBlockSequenceInterface * sequenceInterface )
inline

◆ DRTRecordedBlockSequenceItemWrapper() [2/2]

DRTRecordedBlockSequenceItemWrapper::DRTRecordedBlockSequenceItemWrapper ( const DRTRecordedBlockSequenceItemWrapper & toCopy)
inline

Member Function Documentation

◆ dir

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

\script

References dir().

Referenced by dir().

◆ getAccessoryCode

QString DRTRecordedBlockSequenceItemWrapper::getAccessoryCode ( ) const
slot

References getAccessoryCode().

Referenced by getAccessoryCode().

◆ getAccessoryCodeTag

QString DRTRecordedBlockSequenceItemWrapper::getAccessoryCodeTag ( ) const
slot

References getAccessoryCodeTag().

Referenced by getAccessoryCodeTag().

◆ getBlockName

QString DRTRecordedBlockSequenceItemWrapper::getBlockName ( ) const
slot

References getBlockName().

Referenced by getBlockName().

◆ getBlockNameTag

QString DRTRecordedBlockSequenceItemWrapper::getBlockNameTag ( ) const
slot

References getBlockNameTag().

Referenced by getBlockNameTag().

◆ getBlockTrayID

QString DRTRecordedBlockSequenceItemWrapper::getBlockTrayID ( ) const
slot

References getBlockTrayID().

Referenced by getBlockTrayID().

◆ getBlockTrayIDTag

QString DRTRecordedBlockSequenceItemWrapper::getBlockTrayIDTag ( ) const
slot

References getBlockTrayIDTag().

Referenced by getBlockTrayIDTag().

◆ getDicomTagByKey

QVariantMap DRTRecordedBlockSequenceItemWrapper::getDicomTagByKey ( QString key) const
slot

References getDicomTagByKey().

Referenced by getDicomTagByKey().

◆ getDicomTagByName

QVariantMap DRTRecordedBlockSequenceItemWrapper::getDicomTagByName ( QString name) const
slot

References getDicomTagByName().

Referenced by getDicomTagByName().

◆ getDicomTagValueByKey

QVariant DRTRecordedBlockSequenceItemWrapper::getDicomTagValueByKey ( QString key) const
slot

◆ getDicomTagValueByName

QVariant DRTRecordedBlockSequenceItemWrapper::getDicomTagValueByName ( QString name) const
slot

◆ getReferencedBlockNumber

QString DRTRecordedBlockSequenceItemWrapper::getReferencedBlockNumber ( ) const
slot

◆ getReferencedBlockNumberTag

QString DRTRecordedBlockSequenceItemWrapper::getReferencedBlockNumberTag ( ) const
slot

◆ getSequence()

ml::DcmDRTRecordedBlockSequenceInterface * DRTRecordedBlockSequenceItemWrapper::getSequence ( ) const
inline

◆ getWrappedSequenceItem()

ml::DcmDRTRecordedBlockSequenceInterface::Item DRTRecordedBlockSequenceItemWrapper::getWrappedSequenceItem ( ) const
inline

◆ operator=()

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

◆ setAccessoryCode

bool DRTRecordedBlockSequenceItemWrapper::setAccessoryCode ( QString qParam)
slot

References setAccessoryCode().

Referenced by setAccessoryCode().

◆ setBlockName

bool DRTRecordedBlockSequenceItemWrapper::setBlockName ( QString qParam)
slot

References setBlockName().

Referenced by setBlockName().

◆ setBlockTrayID

bool DRTRecordedBlockSequenceItemWrapper::setBlockTrayID ( QString qParam)
slot

References setBlockTrayID().

Referenced by setBlockTrayID().

◆ setReferencedBlockNumber

bool DRTRecordedBlockSequenceItemWrapper::setReferencedBlockNumber ( QString qParam)
slot

Member Data Documentation

◆ _AccessoryCode

QString DRTRecordedBlockSequenceItemWrapper::_AccessoryCode

Definition at line 82 of file mlDRTRecordedBlockSequenceItemWrapper.h.

◆ _BlockName

QString DRTRecordedBlockSequenceItemWrapper::_BlockName

Definition at line 84 of file mlDRTRecordedBlockSequenceItemWrapper.h.

◆ _BlockTrayID

QString DRTRecordedBlockSequenceItemWrapper::_BlockTrayID

Definition at line 86 of file mlDRTRecordedBlockSequenceItemWrapper.h.

◆ _propertyKeys

QStringList DRTRecordedBlockSequenceItemWrapper::_propertyKeys

Definition at line 53 of file mlDRTRecordedBlockSequenceItemWrapper.h.

◆ _ReferencedBlockNumber

QString DRTRecordedBlockSequenceItemWrapper::_ReferencedBlockNumber

Definition at line 88 of file mlDRTRecordedBlockSequenceItemWrapper.h.

Property Documentation

◆ AccessoryCode

QString DRTRecordedBlockSequenceItemWrapper::AccessoryCode
readwrite

Definition at line 83 of file mlDRTRecordedBlockSequenceItemWrapper.h.

◆ BlockName

QString DRTRecordedBlockSequenceItemWrapper::BlockName
readwrite

Definition at line 85 of file mlDRTRecordedBlockSequenceItemWrapper.h.

◆ BlockTrayID

QString DRTRecordedBlockSequenceItemWrapper::BlockTrayID
readwrite

Definition at line 87 of file mlDRTRecordedBlockSequenceItemWrapper.h.

◆ ReferencedBlockNumber

QString DRTRecordedBlockSequenceItemWrapper::ReferencedBlockNumber
readwrite

Definition at line 89 of file mlDRTRecordedBlockSequenceItemWrapper.h.


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