25#ifndef __mlDRTChannelShieldSequenceItemWrapper_H
26#define __mlDRTChannelShieldSequenceItemWrapper_H
30#include <FMEThirdPartyWarningsDisable.h>
36#include <FMEThirdPartyWarningsRestore.h>
56 : _wrappedSequenceItem(wrappedSequenceItem)
57 , _sequenceInterface(sequenceInterface)
103 QStringList
dir(QString searchString="") const;
145 ml::DcmDRTChannelShieldSequenceInterface::Item _wrappedSequenceItem;
146 ml::DcmDRTChannelShieldSequenceInterface* _sequenceInterface;
148 QMap<QString, QString> _dcmTagToPropertyMap;
149 QMap<QString, QString> _vrCode;
A class that wraps DRTChannelShieldSequence Item for use in Python.
DRTChannelShieldSequenceItemWrapper(const DRTChannelShieldSequenceItemWrapper &toCopy)
bool setChannelShieldName(QString qParam)
QVariantMap getDicomTagByName(QString name) const
bool setMaterialID(QString qParam)
QString ChannelShieldNominalThickness
QString getChannelShieldNominalThicknessTag() const
bool setReferencedROINumber(QString qParam)
QString getChannelShieldName() const
QVariantMap getDicomTagByKey(QString key) const
QVariant getDicomTagValueByKey(QString key) const
QString getChannelShieldNominalThickness() const
DRTChannelShieldSequenceItemWrapper & operator=(const DRTChannelShieldSequenceItemWrapper &toCopy)
QString getChannelShieldNominalTransmission() const
QVariant getDicomTagValueByName(QString name) const
QString ChannelShieldNumber
bool setChannelShieldNominalTransmission(QString qParam)
bool setChannelShieldNominalThickness(QString qParam)
QString ChannelShieldName
QStringList dir(QString searchString="") const
QString getMaterialID() const
QString getChannelShieldNumberTag() const
QString _ChannelShieldNominalTransmission
ml::DcmDRTChannelShieldSequenceInterface::Item getWrappedSequenceItem() const
QString getMaterialIDTag() const
QString ReferencedROINumber
DRTChannelShieldSequenceItemWrapper(const ml::DcmDRTChannelShieldSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTChannelShieldSequenceInterface *sequenceInterface)
QString getChannelShieldIDTag() const
QStringList _propertyKeys
QString _ChannelShieldNumber
QString getChannelShieldNominalTransmissionTag() const
QString getChannelShieldID() const
QString _ChannelShieldName
QString _ReferencedROINumber
bool setChannelShieldNumber(QString qParam)
QString getChannelShieldNumber() const
QString getReferencedROINumber() const
QString _ChannelShieldNominalThickness
QString ChannelShieldNominalTransmission
ml::DcmDRTChannelShieldSequenceInterface * getSequence() const
QString getReferencedROINumberTag() const
QString getChannelShieldNameTag() const
bool setChannelShieldID(QString qParam)
Class to provide access to DRTChannelShieldSequence.
Class to provide access to DRTChannelShieldSequence.
Main documentation file for ML users and developers.