25#ifndef __mlDRTChannelShieldSequenceWrapper_H
26#define __mlDRTChannelShieldSequenceWrapper_H
30#include <FMEThirdPartyWarningsDisable.h>
36#include <FMEThirdPartyWarningsRestore.h>
A class that wraps DRTChannelShieldSequence Item for use in Python.
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
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.
void setSequence(std::vector< DcmDRTChannelShieldSequenceInterface::Item > dcmSequence)
Set the DRTChannelShieldSequence this interface class provides access to.
std::string getChannelShieldNominalThicknessTag() const
std::string getChannelShieldNominalTransmissionTag() const
std::string getReferencedROINumberTag() const
std::string getChannelShieldNameTag() const
std::string getChannelShieldNumberTag() const
std::string getMaterialIDTag() const
std::string getChannelShieldIDTag() const
Class to provide access to DRTChannelShieldSequence.
Target mlrange_cast(Source arg)
Generic version of checked ML casts.