25#ifndef __mlDRTBlockSequenceInRTImageModuleWrapper_H
26#define __mlDRTBlockSequenceInRTImageModuleWrapper_H
30#include <FMEThirdPartyWarningsDisable.h>
36#include <FMEThirdPartyWarningsRestore.h>
52 : _wrappedSequence(wrappedSequence->getSequence())
70 QString
getBlockDataTag()
const {
return QString(_wrappedSequence.getBlockDataTag().c_str()); }
76 QString
getBlockNameTag()
const {
return QString(_wrappedSequence.getBlockNameTag().c_str()); }
78 QString
getBlockNumberTag()
const {
return QString(_wrappedSequence.getBlockNumberTag().c_str()); }
84 QString
getBlockTrayIDTag()
const {
return QString(_wrappedSequence.getBlockTrayIDTag().c_str()); }
86 QString
getBlockTypeTag()
const {
return QString(_wrappedSequence.getBlockTypeTag().c_str()); }
88 QString
getMaterialIDTag()
const {
return QString(_wrappedSequence.getMaterialIDTag().c_str()); }
int getNumberOfItems() const
\script
QString getBlockNumberTag() const
QString getBlockNameTag() const
QVariant getItem(int idx)
DRTBlockSequenceInRTImageModuleWrapper & operator=(const DRTBlockSequenceInRTImageModuleWrapper &toCopy)
DRTBlockSequenceInRTImageModuleWrapper(const DRTBlockSequenceInRTImageModuleWrapper &toCopy)
QString getBlockTrayIDTag() const
QString getBlockNumberOfPointsTag() const
QString getMaterialIDTag() const
QString getBlockTypeTag() const
QString getBlockDataTag() const
DRTBlockSequenceInRTImageModuleWrapper(ml::DcmDRTBlockSequenceInRTImageModuleInterface *wrappedSequence)
QString getBlockMountingPositionTag() const
QString getSourceToBlockTrayDistanceTag() const
QString getBlockDivergenceTag() const
QString getBlockThicknessTag() const
ml::DcmDRTBlockSequenceInRTImageModuleInterface getWrappedSequence() const
Class to provide access to DRTBlockSequenceInRTImageModule.
std::vector< DcmDRTBlockSequenceInRTImageModuleInterface::Item > getSequence() const
Class to provide access to DRTBlockSequenceInRTImageModule.