25#ifndef __mlDRTShieldingDeviceSequenceWrapper_H
26#define __mlDRTShieldingDeviceSequenceWrapper_H
30#include <FMEThirdPartyWarningsDisable.h>
36#include <FMEThirdPartyWarningsRestore.h>
52 : _wrappedSequence(wrappedSequence->getSequence())
70 QString
getAccessoryCodeTag()
const {
return QString(_wrappedSequence.getAccessoryCodeTag().c_str()); }
DRTShieldingDeviceSequenceWrapper(const DRTShieldingDeviceSequenceWrapper &toCopy)
int getNumberOfItems() const
\script
DRTShieldingDeviceSequenceWrapper(ml::DcmDRTShieldingDeviceSequenceInterface *wrappedSequence)
QVariant getItem(int idx)
ml::DcmDRTShieldingDeviceSequenceInterface getWrappedSequence() const
DRTShieldingDeviceSequenceWrapper & operator=(const DRTShieldingDeviceSequenceWrapper &toCopy)
QString getAccessoryCodeTag() const
QString getShieldingDeviceTypeTag() const
QString getShieldingDevicePositionTag() const
QString getShieldingDeviceLabelTag() const
QString getShieldingDeviceDescriptionTag() const
Class to provide access to DRTShieldingDeviceSequence.
std::vector< DcmDRTShieldingDeviceSequenceInterface::Item > getSequence() const
Class to provide access to DRTShieldingDeviceSequence.