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