MeVisLab Toolbox Reference
DRTRecordedBlockSequenceItemWrapper Class Reference

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

#include <mlDRTRecordedBlockSequenceItemWrapper.h>

Inheritance diagram for DRTRecordedBlockSequenceItemWrapper:

Public Slots

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

Definition at line 55 of file mlDRTRecordedBlockSequenceItemWrapper.h.

◆ DRTRecordedBlockSequenceItemWrapper() [2/2]

DRTRecordedBlockSequenceItemWrapper::DRTRecordedBlockSequenceItemWrapper ( const DRTRecordedBlockSequenceItemWrapper toCopy)
inline

Member Function Documentation

◆ dir

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

◆ getAccessoryCode

QString DRTRecordedBlockSequenceItemWrapper::getAccessoryCode ( ) const
slot

◆ getAccessoryCodeTag

QString DRTRecordedBlockSequenceItemWrapper::getAccessoryCodeTag ( ) const
slot

◆ getBlockName

QString DRTRecordedBlockSequenceItemWrapper::getBlockName ( ) const
slot

◆ getBlockNameTag

QString DRTRecordedBlockSequenceItemWrapper::getBlockNameTag ( ) const
slot

◆ getBlockTrayID

QString DRTRecordedBlockSequenceItemWrapper::getBlockTrayID ( ) const
slot

◆ getBlockTrayIDTag

QString DRTRecordedBlockSequenceItemWrapper::getBlockTrayIDTag ( ) const
slot

◆ getDicomTagByKey

QVariantMap DRTRecordedBlockSequenceItemWrapper::getDicomTagByKey ( QString  key) const
slot

◆ getDicomTagByName

QVariantMap DRTRecordedBlockSequenceItemWrapper::getDicomTagByName ( QString  name) const
slot

◆ 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

◆ setBlockName

bool DRTRecordedBlockSequenceItemWrapper::setBlockName ( QString  qParam)
slot

◆ setBlockTrayID

bool DRTRecordedBlockSequenceItemWrapper::setBlockTrayID ( QString  qParam)
slot

◆ 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 82 of file mlDRTRecordedBlockSequenceItemWrapper.h.

◆ BlockName

QString DRTRecordedBlockSequenceItemWrapper::BlockName
readwrite

Definition at line 84 of file mlDRTRecordedBlockSequenceItemWrapper.h.

◆ BlockTrayID

QString DRTRecordedBlockSequenceItemWrapper::BlockTrayID
readwrite

Definition at line 86 of file mlDRTRecordedBlockSequenceItemWrapper.h.

◆ ReferencedBlockNumber

QString DRTRecordedBlockSequenceItemWrapper::ReferencedBlockNumber
readwrite

Definition at line 88 of file mlDRTRecordedBlockSequenceItemWrapper.h.


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