25#ifndef __mlDRTFractionGroupSequenceWrapper_H
26#define __mlDRTFractionGroupSequenceWrapper_H
30#include <FMEThirdPartyWarningsDisable.h>
36#include <FMEThirdPartyWarningsRestore.h>
52 : _wrappedSequence(wrappedSequence->getSequence())
76 QString
getNumberOfBeamsTag()
const {
return QString(_wrappedSequence.getNumberOfBeamsTag().c_str()); }
QString getReferencedBeamSequenceTag() const
QString getRepeatFractionCycleLengthTag() const
QString getReferencedDoseReferenceSequenceTag() const
QString getNumberOfBeamsTag() const
QString getNumberOfBrachyApplicationSetupsTag() const
QString getReferencedBrachyApplicationSetupSequenceTag() const
QString getFractionPatternTag() const
int getNumberOfItems() const
\script
QString getReferencedDoseSequenceTag() const
DRTFractionGroupSequenceWrapper(const DRTFractionGroupSequenceWrapper &toCopy)
QVariant getItem(int idx)
DRTFractionGroupSequenceWrapper(ml::DcmDRTFractionGroupSequenceInterface *wrappedSequence)
QString getNumberOfFractionPatternDigitsPerDayTag() const
ml::DcmDRTFractionGroupSequenceInterface getWrappedSequence() const
QString getFractionGroupDescriptionTag() const
QString getFractionGroupNumberTag() const
QString getNumberOfFractionsPlannedTag() const
DRTFractionGroupSequenceWrapper & operator=(const DRTFractionGroupSequenceWrapper &toCopy)
Class to provide access to DRTFractionGroupSequence.
std::vector< DcmDRTFractionGroupSequenceInterface::Item > getSequence() const
Class to provide access to DRTFractionGroupSequence.