25#ifndef __mlDRTChannelShieldSequenceWrapper_H
26#define __mlDRTChannelShieldSequenceWrapper_H
30#include <FMEThirdPartyWarningsDisable.h>
36#include <FMEThirdPartyWarningsRestore.h>
52 : _wrappedSequence(wrappedSequence->getSequence())
80 QString
getMaterialIDTag()
const {
return QString(_wrappedSequence.getMaterialIDTag().c_str()); }
QVariant getItem(int idx)
QString getChannelShieldIDTag() const
QString getMaterialIDTag() const
ml::DcmDRTChannelShieldSequenceInterface getWrappedSequence() const
QString getChannelShieldNumberTag() const
QString getChannelShieldNominalTransmissionTag() const
QString getChannelShieldNameTag() const
int getNumberOfItems() const
\script
DRTChannelShieldSequenceWrapper(const DRTChannelShieldSequenceWrapper &toCopy)
QString getChannelShieldNominalThicknessTag() const
QString getReferencedROINumberTag() const
DRTChannelShieldSequenceWrapper(ml::DcmDRTChannelShieldSequenceInterface *wrappedSequence)
DRTChannelShieldSequenceWrapper & operator=(const DRTChannelShieldSequenceWrapper &toCopy)
Class to provide access to DRTChannelShieldSequence.
std::vector< DcmDRTChannelShieldSequenceInterface::Item > getSequence() const
Class to provide access to DRTChannelShieldSequence.