25#ifndef __mlDRTDVHSequenceWrapper_H
26#define __mlDRTDVHSequenceWrapper_H
30#include <FMEThirdPartyWarningsDisable.h>
36#include <FMEThirdPartyWarningsRestore.h>
52 : _wrappedSequence(wrappedSequence->getSequence())
70 QString
getDVHDataTag()
const {
return QString(_wrappedSequence.getDVHDataTag().c_str()); }
76 QString
getDVHMeanDoseTag()
const {
return QString(_wrappedSequence.getDVHMeanDoseTag().c_str()); }
82 QString
getDVHTypeTag()
const {
return QString(_wrappedSequence.getDVHTypeTag().c_str()); }
86 QString
getDoseTypeTag()
const {
return QString(_wrappedSequence.getDoseTypeTag().c_str()); }
88 QString
getDoseUnitsTag()
const {
return QString(_wrappedSequence.getDoseUnitsTag().c_str()); }
QString getDVHVolumeUnitsTag() const
ml::DcmDRTDVHSequenceInterface getWrappedSequence() const
QString getDoseUnitsTag() const
QString getDVHMeanDoseTag() const
DRTDVHSequenceWrapper & operator=(const DRTDVHSequenceWrapper &toCopy)
QString getDVHDoseScalingTag() const
DRTDVHSequenceWrapper(const DRTDVHSequenceWrapper &toCopy)
QVariant getItem(int idx)
QString getDVHReferencedROISequenceTag() const
QString getDVHDataTag() const
int getNumberOfItems() const
\script
DRTDVHSequenceWrapper(ml::DcmDRTDVHSequenceInterface *wrappedSequence)
QString getDVHTypeTag() const
QString getDoseTypeTag() const
QString getDVHMinimumDoseTag() const
QString getDVHMaximumDoseTag() const
QString getDVHNumberOfBinsTag() const
Class to provide access to DRTDVHSequence.
std::vector< DcmDRTDVHSequenceInterface::Item > getSequence() const
Class to provide access to DRTDVHSequence.