25#ifndef __mlDRTIonBlockSequenceWrapper_H
26#define __mlDRTIonBlockSequenceWrapper_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
getBlockDataTag()
const {
return QString(_wrappedSequence.getBlockDataTag().c_str()); }
78 QString
getBlockNameTag()
const {
return QString(_wrappedSequence.getBlockNameTag().c_str()); }
80 QString
getBlockNumberTag()
const {
return QString(_wrappedSequence.getBlockNumberTag().c_str()); }
86 QString
getBlockTrayIDTag()
const {
return QString(_wrappedSequence.getBlockTrayIDTag().c_str()); }
88 QString
getBlockTypeTag()
const {
return QString(_wrappedSequence.getBlockTypeTag().c_str()); }
92 QString
getMaterialIDTag()
const {
return QString(_wrappedSequence.getMaterialIDTag().c_str()); }
QString getBlockNumberOfPointsTag() const
DRTIonBlockSequenceWrapper(const DRTIonBlockSequenceWrapper &toCopy)
QString getBlockNameTag() const
QString getBlockTrayIDTag() const
QString getBlockDataTag() const
QVariant getItem(int idx)
QString getBlockMountingPositionTag() const
int getNumberOfItems() const
\script
QString getAccessoryCodeTag() const
QString getBlockTypeTag() const
QString getBlockDivergenceTag() const
QString getMaterialIDTag() const
DRTIonBlockSequenceWrapper & operator=(const DRTIonBlockSequenceWrapper &toCopy)
QString getBlockNumberTag() const
QString getIsocenterToBlockTrayDistanceTag() const
QString getBlockThicknessTag() const
ml::DcmDRTIonBlockSequenceInterface getWrappedSequence() const
DRTIonBlockSequenceWrapper(ml::DcmDRTIonBlockSequenceInterface *wrappedSequence)
Class to provide access to DRTIonBlockSequence.
std::vector< DcmDRTIonBlockSequenceInterface::Item > getSequence() const
Class to provide access to DRTIonBlockSequence.