MeVisLab Toolbox Reference
DRTChannelSequenceItemWrapper Class Reference

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

#include <mlDRTChannelSequenceItemWrapper.h>

Inheritance diagram for DRTChannelSequenceItemWrapper:

Public Slots

Access to wrapped DRTChannelSequence 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 setChannelLength (QString qParam)
 
QString getChannelLengthTag () const
 
QString getChannelLength () const
 
bool setChannelNumber (QString qParam)
 
QString getChannelNumberTag () const
 
QString getChannelNumber () const
 
bool setChannelTotalTime (QString qParam)
 
QString getChannelTotalTimeTag () const
 
QString getChannelTotalTime () const
 
bool setFinalCumulativeTimeWeight (QString qParam)
 
QString getFinalCumulativeTimeWeightTag () const
 
QString getFinalCumulativeTimeWeight () const
 
bool setMaterialID (QString qParam)
 
QString getMaterialIDTag () const
 
QString getMaterialID () const
 
bool setNumberOfControlPoints (QString qParam)
 
QString getNumberOfControlPointsTag () const
 
QString getNumberOfControlPoints () const
 
bool setNumberOfPulses (QString qParam)
 
QString getNumberOfPulsesTag () const
 
QString getNumberOfPulses () const
 
bool setPulseRepetitionInterval (QString qParam)
 
QString getPulseRepetitionIntervalTag () const
 
QString getPulseRepetitionInterval () const
 
bool setReferencedROINumber (QString qParam)
 
QString getReferencedROINumberTag () const
 
QString getReferencedROINumber () const
 
bool setReferencedSourceNumber (QString qParam)
 
QString getReferencedSourceNumberTag () const
 
QString getReferencedSourceNumber () const
 
bool setSourceApplicatorID (QString qParam)
 
QString getSourceApplicatorIDTag () const
 
QString getSourceApplicatorID () const
 
bool setSourceApplicatorLength (QString qParam)
 
QString getSourceApplicatorLengthTag () const
 
QString getSourceApplicatorLength () const
 
bool setSourceApplicatorManufacturer (QString qParam)
 
QString getSourceApplicatorManufacturerTag () const
 
QString getSourceApplicatorManufacturer () const
 
bool setSourceApplicatorName (QString qParam)
 
QString getSourceApplicatorNameTag () const
 
QString getSourceApplicatorName () const
 
bool setSourceApplicatorNumber (QString qParam)
 
QString getSourceApplicatorNumberTag () const
 
QString getSourceApplicatorNumber () const
 
bool setSourceApplicatorStepSize (QString qParam)
 
QString getSourceApplicatorStepSizeTag () const
 
QString getSourceApplicatorStepSize () const
 
bool setSourceApplicatorType (QString qParam)
 
QString getSourceApplicatorTypeTag () const
 
QString getSourceApplicatorType () const
 
bool setSourceApplicatorWallNominalThickness (QString qParam)
 
QString getSourceApplicatorWallNominalThicknessTag () const
 
QString getSourceApplicatorWallNominalThickness () const
 
bool setSourceApplicatorWallNominalTransmission (QString qParam)
 
QString getSourceApplicatorWallNominalTransmissionTag () const
 
QString getSourceApplicatorWallNominalTransmission () const
 
bool setSourceMovementType (QString qParam)
 
QString getSourceMovementTypeTag () const
 
QString getSourceMovementType () const
 
bool setTransferTubeLength (QString qParam)
 
QString getTransferTubeLengthTag () const
 
QString getTransferTubeLength () const
 
bool setTransferTubeNumber (QString qParam)
 
QString getTransferTubeNumberTag () const
 
QString getTransferTubeNumber () const
 
bool setBrachyControlPointSequence (QVariant qParam)
 
QVariant getBrachyControlPointSequence () const
 
QString getBrachyControlPointSequenceTag () const
 
bool setChannelShieldSequence (QVariant qParam)
 
QVariant getChannelShieldSequence () const
 
QString getChannelShieldSequenceTag () const
 

Public Member Functions

 DRTChannelSequenceItemWrapper (const ml::DcmDRTChannelSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTChannelSequenceInterface *sequenceInterface)
 
 DRTChannelSequenceItemWrapper (const DRTChannelSequenceItemWrapper &toCopy)
 
DRTChannelSequenceItemWrapperoperator= (const DRTChannelSequenceItemWrapper &toCopy)
 
ml::DcmDRTChannelSequenceInterface::Item getWrappedSequenceItem () const
 
ml::DcmDRTChannelSequenceInterfacegetSequence () const
 

Public Attributes

QStringList _propertyKeys
 
QString _ChannelLength
 
QString _ChannelNumber
 
QString _ChannelTotalTime
 
QString _FinalCumulativeTimeWeight
 
QString _MaterialID
 
QString _NumberOfControlPoints
 
QString _NumberOfPulses
 
QString _PulseRepetitionInterval
 
QString _ReferencedROINumber
 
QString _ReferencedSourceNumber
 
QString _SourceApplicatorID
 
QString _SourceApplicatorLength
 
QString _SourceApplicatorManufacturer
 
QString _SourceApplicatorName
 
QString _SourceApplicatorNumber
 
QString _SourceApplicatorStepSize
 
QString _SourceApplicatorType
 
QString _SourceApplicatorWallNominalThickness
 
QString _SourceApplicatorWallNominalTransmission
 
QString _SourceMovementType
 
QString _TransferTubeLength
 
QString _TransferTubeNumber
 
QVariant _BrachyControlPointSequence
 
QVariant _ChannelShieldSequence
 

Properties

QString ChannelLength
 
QString ChannelNumber
 
QString ChannelTotalTime
 
QString FinalCumulativeTimeWeight
 
QString MaterialID
 
QString NumberOfControlPoints
 
QString NumberOfPulses
 
QString PulseRepetitionInterval
 
QString ReferencedROINumber
 
QString ReferencedSourceNumber
 
QString SourceApplicatorID
 
QString SourceApplicatorLength
 
QString SourceApplicatorManufacturer
 
QString SourceApplicatorName
 
QString SourceApplicatorNumber
 
QString SourceApplicatorStepSize
 
QString SourceApplicatorType
 
QString SourceApplicatorWallNominalThickness
 
QString SourceApplicatorWallNominalTransmission
 
QString SourceMovementType
 
QString TransferTubeLength
 
QString TransferTubeNumber
 
QVariant BrachyControlPointSequence
 
QVariant ChannelShieldSequence
 

Detailed Description

A class that wraps DRTChannelSequence Item for use in Python.

\script

Definition at line 49 of file mlDRTChannelSequenceItemWrapper.h.

Constructor & Destructor Documentation

◆ DRTChannelSequenceItemWrapper() [1/2]

DRTChannelSequenceItemWrapper::DRTChannelSequenceItemWrapper ( const ml::DcmDRTChannelSequenceInterface::Item wrappedSequenceItem,
ml::DcmDRTChannelSequenceInterface sequenceInterface 
)
inline

Definition at line 57 of file mlDRTChannelSequenceItemWrapper.h.

◆ DRTChannelSequenceItemWrapper() [2/2]

DRTChannelSequenceItemWrapper::DRTChannelSequenceItemWrapper ( const DRTChannelSequenceItemWrapper toCopy)
inline

Definition at line 64 of file mlDRTChannelSequenceItemWrapper.h.

References getSequence(), and getWrappedSequenceItem().

Member Function Documentation

◆ dir

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

◆ getBrachyControlPointSequence

QVariant DRTChannelSequenceItemWrapper::getBrachyControlPointSequence ( ) const
slot

◆ getBrachyControlPointSequenceTag

QString DRTChannelSequenceItemWrapper::getBrachyControlPointSequenceTag ( ) const
slot

◆ getChannelLength

QString DRTChannelSequenceItemWrapper::getChannelLength ( ) const
slot

◆ getChannelLengthTag

QString DRTChannelSequenceItemWrapper::getChannelLengthTag ( ) const
slot

◆ getChannelNumber

QString DRTChannelSequenceItemWrapper::getChannelNumber ( ) const
slot

◆ getChannelNumberTag

QString DRTChannelSequenceItemWrapper::getChannelNumberTag ( ) const
slot

◆ getChannelShieldSequence

QVariant DRTChannelSequenceItemWrapper::getChannelShieldSequence ( ) const
slot

◆ getChannelShieldSequenceTag

QString DRTChannelSequenceItemWrapper::getChannelShieldSequenceTag ( ) const
slot

◆ getChannelTotalTime

QString DRTChannelSequenceItemWrapper::getChannelTotalTime ( ) const
slot

◆ getChannelTotalTimeTag

QString DRTChannelSequenceItemWrapper::getChannelTotalTimeTag ( ) const
slot

◆ getDicomTagByKey

QVariantMap DRTChannelSequenceItemWrapper::getDicomTagByKey ( QString  key) const
slot

◆ getDicomTagByName

QVariantMap DRTChannelSequenceItemWrapper::getDicomTagByName ( QString  name) const
slot

◆ getDicomTagValueByKey

QVariant DRTChannelSequenceItemWrapper::getDicomTagValueByKey ( QString  key) const
slot

◆ getDicomTagValueByName

QVariant DRTChannelSequenceItemWrapper::getDicomTagValueByName ( QString  name) const
slot

◆ getFinalCumulativeTimeWeight

QString DRTChannelSequenceItemWrapper::getFinalCumulativeTimeWeight ( ) const
slot

◆ getFinalCumulativeTimeWeightTag

QString DRTChannelSequenceItemWrapper::getFinalCumulativeTimeWeightTag ( ) const
slot

◆ getMaterialID

QString DRTChannelSequenceItemWrapper::getMaterialID ( ) const
slot

◆ getMaterialIDTag

QString DRTChannelSequenceItemWrapper::getMaterialIDTag ( ) const
slot

◆ getNumberOfControlPoints

QString DRTChannelSequenceItemWrapper::getNumberOfControlPoints ( ) const
slot

◆ getNumberOfControlPointsTag

QString DRTChannelSequenceItemWrapper::getNumberOfControlPointsTag ( ) const
slot

◆ getNumberOfPulses

QString DRTChannelSequenceItemWrapper::getNumberOfPulses ( ) const
slot

◆ getNumberOfPulsesTag

QString DRTChannelSequenceItemWrapper::getNumberOfPulsesTag ( ) const
slot

◆ getPulseRepetitionInterval

QString DRTChannelSequenceItemWrapper::getPulseRepetitionInterval ( ) const
slot

◆ getPulseRepetitionIntervalTag

QString DRTChannelSequenceItemWrapper::getPulseRepetitionIntervalTag ( ) const
slot

◆ getReferencedROINumber

QString DRTChannelSequenceItemWrapper::getReferencedROINumber ( ) const
slot

◆ getReferencedROINumberTag

QString DRTChannelSequenceItemWrapper::getReferencedROINumberTag ( ) const
slot

◆ getReferencedSourceNumber

QString DRTChannelSequenceItemWrapper::getReferencedSourceNumber ( ) const
slot

◆ getReferencedSourceNumberTag

QString DRTChannelSequenceItemWrapper::getReferencedSourceNumberTag ( ) const
slot

◆ getSequence()

ml::DcmDRTChannelSequenceInterface* DRTChannelSequenceItemWrapper::getSequence ( ) const
inline

Definition at line 81 of file mlDRTChannelSequenceItemWrapper.h.

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

◆ getSourceApplicatorID

QString DRTChannelSequenceItemWrapper::getSourceApplicatorID ( ) const
slot

◆ getSourceApplicatorIDTag

QString DRTChannelSequenceItemWrapper::getSourceApplicatorIDTag ( ) const
slot

◆ getSourceApplicatorLength

QString DRTChannelSequenceItemWrapper::getSourceApplicatorLength ( ) const
slot

◆ getSourceApplicatorLengthTag

QString DRTChannelSequenceItemWrapper::getSourceApplicatorLengthTag ( ) const
slot

◆ getSourceApplicatorManufacturer

QString DRTChannelSequenceItemWrapper::getSourceApplicatorManufacturer ( ) const
slot

◆ getSourceApplicatorManufacturerTag

QString DRTChannelSequenceItemWrapper::getSourceApplicatorManufacturerTag ( ) const
slot

◆ getSourceApplicatorName

QString DRTChannelSequenceItemWrapper::getSourceApplicatorName ( ) const
slot

◆ getSourceApplicatorNameTag

QString DRTChannelSequenceItemWrapper::getSourceApplicatorNameTag ( ) const
slot

◆ getSourceApplicatorNumber

QString DRTChannelSequenceItemWrapper::getSourceApplicatorNumber ( ) const
slot

◆ getSourceApplicatorNumberTag

QString DRTChannelSequenceItemWrapper::getSourceApplicatorNumberTag ( ) const
slot

◆ getSourceApplicatorStepSize

QString DRTChannelSequenceItemWrapper::getSourceApplicatorStepSize ( ) const
slot

◆ getSourceApplicatorStepSizeTag

QString DRTChannelSequenceItemWrapper::getSourceApplicatorStepSizeTag ( ) const
slot

◆ getSourceApplicatorType

QString DRTChannelSequenceItemWrapper::getSourceApplicatorType ( ) const
slot

◆ getSourceApplicatorTypeTag

QString DRTChannelSequenceItemWrapper::getSourceApplicatorTypeTag ( ) const
slot

◆ getSourceApplicatorWallNominalThickness

QString DRTChannelSequenceItemWrapper::getSourceApplicatorWallNominalThickness ( ) const
slot

◆ getSourceApplicatorWallNominalThicknessTag

QString DRTChannelSequenceItemWrapper::getSourceApplicatorWallNominalThicknessTag ( ) const
slot

◆ getSourceApplicatorWallNominalTransmission

QString DRTChannelSequenceItemWrapper::getSourceApplicatorWallNominalTransmission ( ) const
slot

◆ getSourceApplicatorWallNominalTransmissionTag

QString DRTChannelSequenceItemWrapper::getSourceApplicatorWallNominalTransmissionTag ( ) const
slot

◆ getSourceMovementType

QString DRTChannelSequenceItemWrapper::getSourceMovementType ( ) const
slot

◆ getSourceMovementTypeTag

QString DRTChannelSequenceItemWrapper::getSourceMovementTypeTag ( ) const
slot

◆ getTransferTubeLength

QString DRTChannelSequenceItemWrapper::getTransferTubeLength ( ) const
slot

◆ getTransferTubeLengthTag

QString DRTChannelSequenceItemWrapper::getTransferTubeLengthTag ( ) const
slot

◆ getTransferTubeNumber

QString DRTChannelSequenceItemWrapper::getTransferTubeNumber ( ) const
slot

◆ getTransferTubeNumberTag

QString DRTChannelSequenceItemWrapper::getTransferTubeNumberTag ( ) const
slot

◆ getWrappedSequenceItem()

ml::DcmDRTChannelSequenceInterface::Item DRTChannelSequenceItemWrapper::getWrappedSequenceItem ( ) const
inline

Definition at line 80 of file mlDRTChannelSequenceItemWrapper.h.

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

◆ operator=()

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

Definition at line 72 of file mlDRTChannelSequenceItemWrapper.h.

References getSequence(), and getWrappedSequenceItem().

◆ setBrachyControlPointSequence

bool DRTChannelSequenceItemWrapper::setBrachyControlPointSequence ( QVariant  qParam)
slot

◆ setChannelLength

bool DRTChannelSequenceItemWrapper::setChannelLength ( QString  qParam)
slot

◆ setChannelNumber

bool DRTChannelSequenceItemWrapper::setChannelNumber ( QString  qParam)
slot

◆ setChannelShieldSequence

bool DRTChannelSequenceItemWrapper::setChannelShieldSequence ( QVariant  qParam)
slot

◆ setChannelTotalTime

bool DRTChannelSequenceItemWrapper::setChannelTotalTime ( QString  qParam)
slot

◆ setFinalCumulativeTimeWeight

bool DRTChannelSequenceItemWrapper::setFinalCumulativeTimeWeight ( QString  qParam)
slot

◆ setMaterialID

bool DRTChannelSequenceItemWrapper::setMaterialID ( QString  qParam)
slot

◆ setNumberOfControlPoints

bool DRTChannelSequenceItemWrapper::setNumberOfControlPoints ( QString  qParam)
slot

◆ setNumberOfPulses

bool DRTChannelSequenceItemWrapper::setNumberOfPulses ( QString  qParam)
slot

◆ setPulseRepetitionInterval

bool DRTChannelSequenceItemWrapper::setPulseRepetitionInterval ( QString  qParam)
slot

◆ setReferencedROINumber

bool DRTChannelSequenceItemWrapper::setReferencedROINumber ( QString  qParam)
slot

◆ setReferencedSourceNumber

bool DRTChannelSequenceItemWrapper::setReferencedSourceNumber ( QString  qParam)
slot

◆ setSourceApplicatorID

bool DRTChannelSequenceItemWrapper::setSourceApplicatorID ( QString  qParam)
slot

◆ setSourceApplicatorLength

bool DRTChannelSequenceItemWrapper::setSourceApplicatorLength ( QString  qParam)
slot

◆ setSourceApplicatorManufacturer

bool DRTChannelSequenceItemWrapper::setSourceApplicatorManufacturer ( QString  qParam)
slot

◆ setSourceApplicatorName

bool DRTChannelSequenceItemWrapper::setSourceApplicatorName ( QString  qParam)
slot

◆ setSourceApplicatorNumber

bool DRTChannelSequenceItemWrapper::setSourceApplicatorNumber ( QString  qParam)
slot

◆ setSourceApplicatorStepSize

bool DRTChannelSequenceItemWrapper::setSourceApplicatorStepSize ( QString  qParam)
slot

◆ setSourceApplicatorType

bool DRTChannelSequenceItemWrapper::setSourceApplicatorType ( QString  qParam)
slot

◆ setSourceApplicatorWallNominalThickness

bool DRTChannelSequenceItemWrapper::setSourceApplicatorWallNominalThickness ( QString  qParam)
slot

◆ setSourceApplicatorWallNominalTransmission

bool DRTChannelSequenceItemWrapper::setSourceApplicatorWallNominalTransmission ( QString  qParam)
slot

◆ setSourceMovementType

bool DRTChannelSequenceItemWrapper::setSourceMovementType ( QString  qParam)
slot

◆ setTransferTubeLength

bool DRTChannelSequenceItemWrapper::setTransferTubeLength ( QString  qParam)
slot

◆ setTransferTubeNumber

bool DRTChannelSequenceItemWrapper::setTransferTubeNumber ( QString  qParam)
slot

Member Data Documentation

◆ _BrachyControlPointSequence

QVariant DRTChannelSequenceItemWrapper::_BrachyControlPointSequence

Definition at line 129 of file mlDRTChannelSequenceItemWrapper.h.

◆ _ChannelLength

QString DRTChannelSequenceItemWrapper::_ChannelLength

Definition at line 84 of file mlDRTChannelSequenceItemWrapper.h.

◆ _ChannelNumber

QString DRTChannelSequenceItemWrapper::_ChannelNumber

Definition at line 86 of file mlDRTChannelSequenceItemWrapper.h.

◆ _ChannelShieldSequence

QVariant DRTChannelSequenceItemWrapper::_ChannelShieldSequence

Definition at line 131 of file mlDRTChannelSequenceItemWrapper.h.

◆ _ChannelTotalTime

QString DRTChannelSequenceItemWrapper::_ChannelTotalTime

Definition at line 88 of file mlDRTChannelSequenceItemWrapper.h.

◆ _FinalCumulativeTimeWeight

QString DRTChannelSequenceItemWrapper::_FinalCumulativeTimeWeight

Definition at line 90 of file mlDRTChannelSequenceItemWrapper.h.

◆ _MaterialID

QString DRTChannelSequenceItemWrapper::_MaterialID

Definition at line 92 of file mlDRTChannelSequenceItemWrapper.h.

◆ _NumberOfControlPoints

QString DRTChannelSequenceItemWrapper::_NumberOfControlPoints

Definition at line 94 of file mlDRTChannelSequenceItemWrapper.h.

◆ _NumberOfPulses

QString DRTChannelSequenceItemWrapper::_NumberOfPulses

Definition at line 96 of file mlDRTChannelSequenceItemWrapper.h.

◆ _propertyKeys

QStringList DRTChannelSequenceItemWrapper::_propertyKeys

Definition at line 55 of file mlDRTChannelSequenceItemWrapper.h.

◆ _PulseRepetitionInterval

QString DRTChannelSequenceItemWrapper::_PulseRepetitionInterval

Definition at line 98 of file mlDRTChannelSequenceItemWrapper.h.

◆ _ReferencedROINumber

QString DRTChannelSequenceItemWrapper::_ReferencedROINumber

Definition at line 100 of file mlDRTChannelSequenceItemWrapper.h.

◆ _ReferencedSourceNumber

QString DRTChannelSequenceItemWrapper::_ReferencedSourceNumber

Definition at line 102 of file mlDRTChannelSequenceItemWrapper.h.

◆ _SourceApplicatorID

QString DRTChannelSequenceItemWrapper::_SourceApplicatorID

Definition at line 104 of file mlDRTChannelSequenceItemWrapper.h.

◆ _SourceApplicatorLength

QString DRTChannelSequenceItemWrapper::_SourceApplicatorLength

Definition at line 106 of file mlDRTChannelSequenceItemWrapper.h.

◆ _SourceApplicatorManufacturer

QString DRTChannelSequenceItemWrapper::_SourceApplicatorManufacturer

Definition at line 108 of file mlDRTChannelSequenceItemWrapper.h.

◆ _SourceApplicatorName

QString DRTChannelSequenceItemWrapper::_SourceApplicatorName

Definition at line 110 of file mlDRTChannelSequenceItemWrapper.h.

◆ _SourceApplicatorNumber

QString DRTChannelSequenceItemWrapper::_SourceApplicatorNumber

Definition at line 112 of file mlDRTChannelSequenceItemWrapper.h.

◆ _SourceApplicatorStepSize

QString DRTChannelSequenceItemWrapper::_SourceApplicatorStepSize

Definition at line 114 of file mlDRTChannelSequenceItemWrapper.h.

◆ _SourceApplicatorType

QString DRTChannelSequenceItemWrapper::_SourceApplicatorType

Definition at line 116 of file mlDRTChannelSequenceItemWrapper.h.

◆ _SourceApplicatorWallNominalThickness

QString DRTChannelSequenceItemWrapper::_SourceApplicatorWallNominalThickness

Definition at line 118 of file mlDRTChannelSequenceItemWrapper.h.

◆ _SourceApplicatorWallNominalTransmission

QString DRTChannelSequenceItemWrapper::_SourceApplicatorWallNominalTransmission

Definition at line 120 of file mlDRTChannelSequenceItemWrapper.h.

◆ _SourceMovementType

QString DRTChannelSequenceItemWrapper::_SourceMovementType

Definition at line 122 of file mlDRTChannelSequenceItemWrapper.h.

◆ _TransferTubeLength

QString DRTChannelSequenceItemWrapper::_TransferTubeLength

Definition at line 124 of file mlDRTChannelSequenceItemWrapper.h.

◆ _TransferTubeNumber

QString DRTChannelSequenceItemWrapper::_TransferTubeNumber

Definition at line 126 of file mlDRTChannelSequenceItemWrapper.h.

Property Documentation

◆ BrachyControlPointSequence

QVariant DRTChannelSequenceItemWrapper::BrachyControlPointSequence
readwrite

Definition at line 129 of file mlDRTChannelSequenceItemWrapper.h.

◆ ChannelLength

QString DRTChannelSequenceItemWrapper::ChannelLength
readwrite

Definition at line 84 of file mlDRTChannelSequenceItemWrapper.h.

◆ ChannelNumber

QString DRTChannelSequenceItemWrapper::ChannelNumber
readwrite

Definition at line 86 of file mlDRTChannelSequenceItemWrapper.h.

◆ ChannelShieldSequence

QVariant DRTChannelSequenceItemWrapper::ChannelShieldSequence
readwrite

Definition at line 131 of file mlDRTChannelSequenceItemWrapper.h.

◆ ChannelTotalTime

QString DRTChannelSequenceItemWrapper::ChannelTotalTime
readwrite

Definition at line 88 of file mlDRTChannelSequenceItemWrapper.h.

◆ FinalCumulativeTimeWeight

QString DRTChannelSequenceItemWrapper::FinalCumulativeTimeWeight
readwrite

Definition at line 90 of file mlDRTChannelSequenceItemWrapper.h.

◆ MaterialID

QString DRTChannelSequenceItemWrapper::MaterialID
readwrite

Definition at line 92 of file mlDRTChannelSequenceItemWrapper.h.

◆ NumberOfControlPoints

QString DRTChannelSequenceItemWrapper::NumberOfControlPoints
readwrite

Definition at line 94 of file mlDRTChannelSequenceItemWrapper.h.

◆ NumberOfPulses

QString DRTChannelSequenceItemWrapper::NumberOfPulses
readwrite

Definition at line 96 of file mlDRTChannelSequenceItemWrapper.h.

◆ PulseRepetitionInterval

QString DRTChannelSequenceItemWrapper::PulseRepetitionInterval
readwrite

Definition at line 98 of file mlDRTChannelSequenceItemWrapper.h.

◆ ReferencedROINumber

QString DRTChannelSequenceItemWrapper::ReferencedROINumber
readwrite

Definition at line 100 of file mlDRTChannelSequenceItemWrapper.h.

◆ ReferencedSourceNumber

QString DRTChannelSequenceItemWrapper::ReferencedSourceNumber
readwrite

Definition at line 102 of file mlDRTChannelSequenceItemWrapper.h.

◆ SourceApplicatorID

QString DRTChannelSequenceItemWrapper::SourceApplicatorID
readwrite

Definition at line 104 of file mlDRTChannelSequenceItemWrapper.h.

◆ SourceApplicatorLength

QString DRTChannelSequenceItemWrapper::SourceApplicatorLength
readwrite

Definition at line 106 of file mlDRTChannelSequenceItemWrapper.h.

◆ SourceApplicatorManufacturer

QString DRTChannelSequenceItemWrapper::SourceApplicatorManufacturer
readwrite

Definition at line 108 of file mlDRTChannelSequenceItemWrapper.h.

◆ SourceApplicatorName

QString DRTChannelSequenceItemWrapper::SourceApplicatorName
readwrite

Definition at line 110 of file mlDRTChannelSequenceItemWrapper.h.

◆ SourceApplicatorNumber

QString DRTChannelSequenceItemWrapper::SourceApplicatorNumber
readwrite

Definition at line 112 of file mlDRTChannelSequenceItemWrapper.h.

◆ SourceApplicatorStepSize

QString DRTChannelSequenceItemWrapper::SourceApplicatorStepSize
readwrite

Definition at line 114 of file mlDRTChannelSequenceItemWrapper.h.

◆ SourceApplicatorType

QString DRTChannelSequenceItemWrapper::SourceApplicatorType
readwrite

Definition at line 116 of file mlDRTChannelSequenceItemWrapper.h.

◆ SourceApplicatorWallNominalThickness

QString DRTChannelSequenceItemWrapper::SourceApplicatorWallNominalThickness
readwrite

Definition at line 118 of file mlDRTChannelSequenceItemWrapper.h.

◆ SourceApplicatorWallNominalTransmission

QString DRTChannelSequenceItemWrapper::SourceApplicatorWallNominalTransmission
readwrite

Definition at line 120 of file mlDRTChannelSequenceItemWrapper.h.

◆ SourceMovementType

QString DRTChannelSequenceItemWrapper::SourceMovementType
readwrite

Definition at line 122 of file mlDRTChannelSequenceItemWrapper.h.

◆ TransferTubeLength

QString DRTChannelSequenceItemWrapper::TransferTubeLength
readwrite

Definition at line 124 of file mlDRTChannelSequenceItemWrapper.h.

◆ TransferTubeNumber

QString DRTChannelSequenceItemWrapper::TransferTubeNumber
readwrite

Definition at line 126 of file mlDRTChannelSequenceItemWrapper.h.


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