MeVisLab Toolbox Reference
DRTSourceSequenceItemWrapper Class Reference

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

#include <mlDRTSourceSequenceItemWrapper.h>

Inheritance diagram for DRTSourceSequenceItemWrapper:

Public Slots

Access to wrapped DRTSourceSequence 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 setActiveSourceDiameter (QString qParam)
 
QString getActiveSourceDiameterTag () const
 
QString getActiveSourceDiameter () const
 
bool setActiveSourceLength (QString qParam)
 
QString getActiveSourceLengthTag () const
 
QString getActiveSourceLength () const
 
bool setMaterialID (QString qParam)
 
QString getMaterialIDTag () const
 
QString getMaterialID () const
 
bool setReferenceAirKermaRate (QString qParam)
 
QString getReferenceAirKermaRateTag () const
 
QString getReferenceAirKermaRate () const
 
bool setSourceEncapsulationNominalThickness (QString qParam)
 
QString getSourceEncapsulationNominalThicknessTag () const
 
QString getSourceEncapsulationNominalThickness () const
 
bool setSourceEncapsulationNominalTransmission (QString qParam)
 
QString getSourceEncapsulationNominalTransmissionTag () const
 
QString getSourceEncapsulationNominalTransmission () const
 
bool setSourceIsotopeHalfLife (QString qParam)
 
QString getSourceIsotopeHalfLifeTag () const
 
QString getSourceIsotopeHalfLife () const
 
bool setSourceIsotopeName (QString qParam)
 
QString getSourceIsotopeNameTag () const
 
QString getSourceIsotopeName () const
 
bool setSourceManufacturer (QString qParam)
 
QString getSourceManufacturerTag () const
 
QString getSourceManufacturer () const
 
bool setSourceNumber (QString qParam)
 
QString getSourceNumberTag () const
 
QString getSourceNumber () const
 
bool setSourceStrength (QString qParam)
 
QString getSourceStrengthTag () const
 
QString getSourceStrength () const
 
bool setSourceStrengthReferenceDate (QString qParam)
 
QString getSourceStrengthReferenceDateTag () const
 
QString getSourceStrengthReferenceDate () const
 
bool setSourceStrengthReferenceTime (QString qParam)
 
QString getSourceStrengthReferenceTimeTag () const
 
QString getSourceStrengthReferenceTime () const
 
bool setSourceStrengthUnits (QString qParam)
 
QString getSourceStrengthUnitsTag () const
 
QString getSourceStrengthUnits () const
 
bool setSourceType (QString qParam)
 
QString getSourceTypeTag () const
 
QString getSourceType () const
 

Public Member Functions

 DRTSourceSequenceItemWrapper (const ml::DcmDRTSourceSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTSourceSequenceInterface *sequenceInterface)
 
 DRTSourceSequenceItemWrapper (const DRTSourceSequenceItemWrapper &toCopy)
 
DRTSourceSequenceItemWrapperoperator= (const DRTSourceSequenceItemWrapper &toCopy)
 
ml::DcmDRTSourceSequenceInterface::Item getWrappedSequenceItem () const
 
ml::DcmDRTSourceSequenceInterfacegetSequence () const
 

Public Attributes

QStringList _propertyKeys
 
QString _ActiveSourceDiameter
 
QString _ActiveSourceLength
 
QString _MaterialID
 
QString _ReferenceAirKermaRate
 
QString _SourceEncapsulationNominalThickness
 
QString _SourceEncapsulationNominalTransmission
 
QString _SourceIsotopeHalfLife
 
QString _SourceIsotopeName
 
QString _SourceManufacturer
 
QString _SourceNumber
 
QString _SourceStrength
 
QString _SourceStrengthReferenceDate
 
QString _SourceStrengthReferenceTime
 
QString _SourceStrengthUnits
 
QString _SourceType
 

Properties

QString ActiveSourceDiameter
 
QString ActiveSourceLength
 
QString MaterialID
 
QString ReferenceAirKermaRate
 
QString SourceEncapsulationNominalThickness
 
QString SourceEncapsulationNominalTransmission
 
QString SourceIsotopeHalfLife
 
QString SourceIsotopeName
 
QString SourceManufacturer
 
QString SourceNumber
 
QString SourceStrength
 
QString SourceStrengthReferenceDate
 
QString SourceStrengthReferenceTime
 
QString SourceStrengthUnits
 
QString SourceType
 

Detailed Description

A class that wraps DRTSourceSequence Item for use in Python.

\script

Definition at line 47 of file mlDRTSourceSequenceItemWrapper.h.

Constructor & Destructor Documentation

◆ DRTSourceSequenceItemWrapper() [1/2]

DRTSourceSequenceItemWrapper::DRTSourceSequenceItemWrapper ( const ml::DcmDRTSourceSequenceInterface::Item wrappedSequenceItem,
ml::DcmDRTSourceSequenceInterface sequenceInterface 
)
inline

Definition at line 55 of file mlDRTSourceSequenceItemWrapper.h.

◆ DRTSourceSequenceItemWrapper() [2/2]

DRTSourceSequenceItemWrapper::DRTSourceSequenceItemWrapper ( const DRTSourceSequenceItemWrapper toCopy)
inline

Definition at line 62 of file mlDRTSourceSequenceItemWrapper.h.

References getSequence(), and getWrappedSequenceItem().

Member Function Documentation

◆ dir

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

◆ getActiveSourceDiameter

QString DRTSourceSequenceItemWrapper::getActiveSourceDiameter ( ) const
slot

◆ getActiveSourceDiameterTag

QString DRTSourceSequenceItemWrapper::getActiveSourceDiameterTag ( ) const
slot

◆ getActiveSourceLength

QString DRTSourceSequenceItemWrapper::getActiveSourceLength ( ) const
slot

◆ getActiveSourceLengthTag

QString DRTSourceSequenceItemWrapper::getActiveSourceLengthTag ( ) const
slot

◆ getDicomTagByKey

QVariantMap DRTSourceSequenceItemWrapper::getDicomTagByKey ( QString  key) const
slot

◆ getDicomTagByName

QVariantMap DRTSourceSequenceItemWrapper::getDicomTagByName ( QString  name) const
slot

◆ getDicomTagValueByKey

QVariant DRTSourceSequenceItemWrapper::getDicomTagValueByKey ( QString  key) const
slot

◆ getDicomTagValueByName

QVariant DRTSourceSequenceItemWrapper::getDicomTagValueByName ( QString  name) const
slot

◆ getMaterialID

QString DRTSourceSequenceItemWrapper::getMaterialID ( ) const
slot

◆ getMaterialIDTag

QString DRTSourceSequenceItemWrapper::getMaterialIDTag ( ) const
slot

◆ getReferenceAirKermaRate

QString DRTSourceSequenceItemWrapper::getReferenceAirKermaRate ( ) const
slot

◆ getReferenceAirKermaRateTag

QString DRTSourceSequenceItemWrapper::getReferenceAirKermaRateTag ( ) const
slot

◆ getSequence()

ml::DcmDRTSourceSequenceInterface* DRTSourceSequenceItemWrapper::getSequence ( ) const
inline

Definition at line 79 of file mlDRTSourceSequenceItemWrapper.h.

Referenced by DRTSourceSequenceItemWrapper(), and operator=().

◆ getSourceEncapsulationNominalThickness

QString DRTSourceSequenceItemWrapper::getSourceEncapsulationNominalThickness ( ) const
slot

◆ getSourceEncapsulationNominalThicknessTag

QString DRTSourceSequenceItemWrapper::getSourceEncapsulationNominalThicknessTag ( ) const
slot

◆ getSourceEncapsulationNominalTransmission

QString DRTSourceSequenceItemWrapper::getSourceEncapsulationNominalTransmission ( ) const
slot

◆ getSourceEncapsulationNominalTransmissionTag

QString DRTSourceSequenceItemWrapper::getSourceEncapsulationNominalTransmissionTag ( ) const
slot

◆ getSourceIsotopeHalfLife

QString DRTSourceSequenceItemWrapper::getSourceIsotopeHalfLife ( ) const
slot

◆ getSourceIsotopeHalfLifeTag

QString DRTSourceSequenceItemWrapper::getSourceIsotopeHalfLifeTag ( ) const
slot

◆ getSourceIsotopeName

QString DRTSourceSequenceItemWrapper::getSourceIsotopeName ( ) const
slot

◆ getSourceIsotopeNameTag

QString DRTSourceSequenceItemWrapper::getSourceIsotopeNameTag ( ) const
slot

◆ getSourceManufacturer

QString DRTSourceSequenceItemWrapper::getSourceManufacturer ( ) const
slot

◆ getSourceManufacturerTag

QString DRTSourceSequenceItemWrapper::getSourceManufacturerTag ( ) const
slot

◆ getSourceNumber

QString DRTSourceSequenceItemWrapper::getSourceNumber ( ) const
slot

◆ getSourceNumberTag

QString DRTSourceSequenceItemWrapper::getSourceNumberTag ( ) const
slot

◆ getSourceStrength

QString DRTSourceSequenceItemWrapper::getSourceStrength ( ) const
slot

◆ getSourceStrengthReferenceDate

QString DRTSourceSequenceItemWrapper::getSourceStrengthReferenceDate ( ) const
slot

◆ getSourceStrengthReferenceDateTag

QString DRTSourceSequenceItemWrapper::getSourceStrengthReferenceDateTag ( ) const
slot

◆ getSourceStrengthReferenceTime

QString DRTSourceSequenceItemWrapper::getSourceStrengthReferenceTime ( ) const
slot

◆ getSourceStrengthReferenceTimeTag

QString DRTSourceSequenceItemWrapper::getSourceStrengthReferenceTimeTag ( ) const
slot

◆ getSourceStrengthTag

QString DRTSourceSequenceItemWrapper::getSourceStrengthTag ( ) const
slot

◆ getSourceStrengthUnits

QString DRTSourceSequenceItemWrapper::getSourceStrengthUnits ( ) const
slot

◆ getSourceStrengthUnitsTag

QString DRTSourceSequenceItemWrapper::getSourceStrengthUnitsTag ( ) const
slot

◆ getSourceType

QString DRTSourceSequenceItemWrapper::getSourceType ( ) const
slot

◆ getSourceTypeTag

QString DRTSourceSequenceItemWrapper::getSourceTypeTag ( ) const
slot

◆ getWrappedSequenceItem()

ml::DcmDRTSourceSequenceInterface::Item DRTSourceSequenceItemWrapper::getWrappedSequenceItem ( ) const
inline

Definition at line 78 of file mlDRTSourceSequenceItemWrapper.h.

Referenced by DRTSourceSequenceItemWrapper(), and operator=().

◆ operator=()

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

Definition at line 70 of file mlDRTSourceSequenceItemWrapper.h.

References getSequence(), and getWrappedSequenceItem().

◆ setActiveSourceDiameter

bool DRTSourceSequenceItemWrapper::setActiveSourceDiameter ( QString  qParam)
slot

◆ setActiveSourceLength

bool DRTSourceSequenceItemWrapper::setActiveSourceLength ( QString  qParam)
slot

◆ setMaterialID

bool DRTSourceSequenceItemWrapper::setMaterialID ( QString  qParam)
slot

◆ setReferenceAirKermaRate

bool DRTSourceSequenceItemWrapper::setReferenceAirKermaRate ( QString  qParam)
slot

◆ setSourceEncapsulationNominalThickness

bool DRTSourceSequenceItemWrapper::setSourceEncapsulationNominalThickness ( QString  qParam)
slot

◆ setSourceEncapsulationNominalTransmission

bool DRTSourceSequenceItemWrapper::setSourceEncapsulationNominalTransmission ( QString  qParam)
slot

◆ setSourceIsotopeHalfLife

bool DRTSourceSequenceItemWrapper::setSourceIsotopeHalfLife ( QString  qParam)
slot

◆ setSourceIsotopeName

bool DRTSourceSequenceItemWrapper::setSourceIsotopeName ( QString  qParam)
slot

◆ setSourceManufacturer

bool DRTSourceSequenceItemWrapper::setSourceManufacturer ( QString  qParam)
slot

◆ setSourceNumber

bool DRTSourceSequenceItemWrapper::setSourceNumber ( QString  qParam)
slot

◆ setSourceStrength

bool DRTSourceSequenceItemWrapper::setSourceStrength ( QString  qParam)
slot

◆ setSourceStrengthReferenceDate

bool DRTSourceSequenceItemWrapper::setSourceStrengthReferenceDate ( QString  qParam)
slot

◆ setSourceStrengthReferenceTime

bool DRTSourceSequenceItemWrapper::setSourceStrengthReferenceTime ( QString  qParam)
slot

◆ setSourceStrengthUnits

bool DRTSourceSequenceItemWrapper::setSourceStrengthUnits ( QString  qParam)
slot

◆ setSourceType

bool DRTSourceSequenceItemWrapper::setSourceType ( QString  qParam)
slot

Member Data Documentation

◆ _ActiveSourceDiameter

QString DRTSourceSequenceItemWrapper::_ActiveSourceDiameter

Definition at line 82 of file mlDRTSourceSequenceItemWrapper.h.

◆ _ActiveSourceLength

QString DRTSourceSequenceItemWrapper::_ActiveSourceLength

Definition at line 84 of file mlDRTSourceSequenceItemWrapper.h.

◆ _MaterialID

QString DRTSourceSequenceItemWrapper::_MaterialID

Definition at line 86 of file mlDRTSourceSequenceItemWrapper.h.

◆ _propertyKeys

QStringList DRTSourceSequenceItemWrapper::_propertyKeys

Definition at line 53 of file mlDRTSourceSequenceItemWrapper.h.

◆ _ReferenceAirKermaRate

QString DRTSourceSequenceItemWrapper::_ReferenceAirKermaRate

Definition at line 88 of file mlDRTSourceSequenceItemWrapper.h.

◆ _SourceEncapsulationNominalThickness

QString DRTSourceSequenceItemWrapper::_SourceEncapsulationNominalThickness

Definition at line 90 of file mlDRTSourceSequenceItemWrapper.h.

◆ _SourceEncapsulationNominalTransmission

QString DRTSourceSequenceItemWrapper::_SourceEncapsulationNominalTransmission

Definition at line 92 of file mlDRTSourceSequenceItemWrapper.h.

◆ _SourceIsotopeHalfLife

QString DRTSourceSequenceItemWrapper::_SourceIsotopeHalfLife

Definition at line 94 of file mlDRTSourceSequenceItemWrapper.h.

◆ _SourceIsotopeName

QString DRTSourceSequenceItemWrapper::_SourceIsotopeName

Definition at line 96 of file mlDRTSourceSequenceItemWrapper.h.

◆ _SourceManufacturer

QString DRTSourceSequenceItemWrapper::_SourceManufacturer

Definition at line 98 of file mlDRTSourceSequenceItemWrapper.h.

◆ _SourceNumber

QString DRTSourceSequenceItemWrapper::_SourceNumber

Definition at line 100 of file mlDRTSourceSequenceItemWrapper.h.

◆ _SourceStrength

QString DRTSourceSequenceItemWrapper::_SourceStrength

Definition at line 102 of file mlDRTSourceSequenceItemWrapper.h.

◆ _SourceStrengthReferenceDate

QString DRTSourceSequenceItemWrapper::_SourceStrengthReferenceDate

Definition at line 104 of file mlDRTSourceSequenceItemWrapper.h.

◆ _SourceStrengthReferenceTime

QString DRTSourceSequenceItemWrapper::_SourceStrengthReferenceTime

Definition at line 106 of file mlDRTSourceSequenceItemWrapper.h.

◆ _SourceStrengthUnits

QString DRTSourceSequenceItemWrapper::_SourceStrengthUnits

Definition at line 108 of file mlDRTSourceSequenceItemWrapper.h.

◆ _SourceType

QString DRTSourceSequenceItemWrapper::_SourceType

Definition at line 110 of file mlDRTSourceSequenceItemWrapper.h.

Property Documentation

◆ ActiveSourceDiameter

QString DRTSourceSequenceItemWrapper::ActiveSourceDiameter
readwrite

Definition at line 82 of file mlDRTSourceSequenceItemWrapper.h.

◆ ActiveSourceLength

QString DRTSourceSequenceItemWrapper::ActiveSourceLength
readwrite

Definition at line 84 of file mlDRTSourceSequenceItemWrapper.h.

◆ MaterialID

QString DRTSourceSequenceItemWrapper::MaterialID
readwrite

Definition at line 86 of file mlDRTSourceSequenceItemWrapper.h.

◆ ReferenceAirKermaRate

QString DRTSourceSequenceItemWrapper::ReferenceAirKermaRate
readwrite

Definition at line 88 of file mlDRTSourceSequenceItemWrapper.h.

◆ SourceEncapsulationNominalThickness

QString DRTSourceSequenceItemWrapper::SourceEncapsulationNominalThickness
readwrite

Definition at line 90 of file mlDRTSourceSequenceItemWrapper.h.

◆ SourceEncapsulationNominalTransmission

QString DRTSourceSequenceItemWrapper::SourceEncapsulationNominalTransmission
readwrite

Definition at line 92 of file mlDRTSourceSequenceItemWrapper.h.

◆ SourceIsotopeHalfLife

QString DRTSourceSequenceItemWrapper::SourceIsotopeHalfLife
readwrite

Definition at line 94 of file mlDRTSourceSequenceItemWrapper.h.

◆ SourceIsotopeName

QString DRTSourceSequenceItemWrapper::SourceIsotopeName
readwrite

Definition at line 96 of file mlDRTSourceSequenceItemWrapper.h.

◆ SourceManufacturer

QString DRTSourceSequenceItemWrapper::SourceManufacturer
readwrite

Definition at line 98 of file mlDRTSourceSequenceItemWrapper.h.

◆ SourceNumber

QString DRTSourceSequenceItemWrapper::SourceNumber
readwrite

Definition at line 100 of file mlDRTSourceSequenceItemWrapper.h.

◆ SourceStrength

QString DRTSourceSequenceItemWrapper::SourceStrength
readwrite

Definition at line 102 of file mlDRTSourceSequenceItemWrapper.h.

◆ SourceStrengthReferenceDate

QString DRTSourceSequenceItemWrapper::SourceStrengthReferenceDate
readwrite

Definition at line 104 of file mlDRTSourceSequenceItemWrapper.h.

◆ SourceStrengthReferenceTime

QString DRTSourceSequenceItemWrapper::SourceStrengthReferenceTime
readwrite

Definition at line 106 of file mlDRTSourceSequenceItemWrapper.h.

◆ SourceStrengthUnits

QString DRTSourceSequenceItemWrapper::SourceStrengthUnits
readwrite

Definition at line 108 of file mlDRTSourceSequenceItemWrapper.h.

◆ SourceType

QString DRTSourceSequenceItemWrapper::SourceType
readwrite

Definition at line 110 of file mlDRTSourceSequenceItemWrapper.h.


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