25#ifndef __mlDRTRecordedWedgeSequenceWrapper_H
26#define __mlDRTRecordedWedgeSequenceWrapper_H
30#include <FMEThirdPartyWarningsDisable.h>
36#include <FMEThirdPartyWarningsRestore.h>
52 : _wrappedSequence(wrappedSequence->getSequence())
70 QString
getAccessoryCodeTag()
const {
return QString(_wrappedSequence.getAccessoryCodeTag().c_str()); }
72 QString
getWedgeAngleTag()
const {
return QString(_wrappedSequence.getWedgeAngleTag().c_str()); }
74 QString
getWedgeIDTag()
const {
return QString(_wrappedSequence.getWedgeIDTag().c_str()); }
76 QString
getWedgeNumberTag()
const {
return QString(_wrappedSequence.getWedgeNumberTag().c_str()); }
80 QString
getWedgeTypeTag()
const {
return QString(_wrappedSequence.getWedgeTypeTag().c_str()); }
DRTRecordedWedgeSequenceWrapper(ml::DcmDRTRecordedWedgeSequenceInterface *wrappedSequence)
DRTRecordedWedgeSequenceWrapper(const DRTRecordedWedgeSequenceWrapper &toCopy)
QString getWedgeTypeTag() const
QVariant getItem(int idx)
ml::DcmDRTRecordedWedgeSequenceInterface getWrappedSequence() const
QString getWedgeAngleTag() const
QString getAccessoryCodeTag() const
QString getWedgeIDTag() const
int getNumberOfItems() const
\script
DRTRecordedWedgeSequenceWrapper & operator=(const DRTRecordedWedgeSequenceWrapper &toCopy)
QString getWedgeNumberTag() const
QString getWedgeOrientationTag() const
Class to provide access to DRTRecordedWedgeSequence.
std::vector< DcmDRTRecordedWedgeSequenceInterface::Item > getSequence() const
Class to provide access to DRTRecordedWedgeSequence.