25#ifndef __mlDRTRTDoseROISequenceWrapper_H
26#define __mlDRTRTDoseROISequenceWrapper_H
30#include <FMEThirdPartyWarningsDisable.h>
36#include <FMEThirdPartyWarningsRestore.h>
52 : _wrappedSequence(wrappedSequence->getSequence())
70 QString
getDoseUnitsTag()
const {
return QString(_wrappedSequence.getDoseUnitsTag().c_str()); }
72 QString
getDoseValueTag()
const {
return QString(_wrappedSequence.getDoseValueTag().c_str()); }
DRTRTDoseROISequenceWrapper & operator=(const DRTRTDoseROISequenceWrapper &toCopy)
QString getReferencedROINumberTag() const
int getNumberOfItems() const
\script
ml::DcmDRTRTDoseROISequenceInterface getWrappedSequence() const
DRTRTDoseROISequenceWrapper(const DRTRTDoseROISequenceWrapper &toCopy)
QString getDoseUnitsTag() const
QVariant getItem(int idx)
DRTRTDoseROISequenceWrapper(ml::DcmDRTRTDoseROISequenceInterface *wrappedSequence)
QString getDoseValueTag() const
Class to provide access to DRTRTDoseROISequence.
std::vector< DcmDRTRTDoseROISequenceInterface::Item > getSequence() const
Class to provide access to DRTRTDoseROISequence.