25#ifndef __mlDRTBlockSequenceInRTImageModuleWrapper_H 
   26#define __mlDRTBlockSequenceInRTImageModuleWrapper_H 
   30#include <FMEThirdPartyWarningsDisable.h> 
   36#include <FMEThirdPartyWarningsRestore.h> 
A class that wraps DRTBlockSequenceInRTImageModule Item for use in Python.
 
int getNumberOfItems() const
 
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::string getMaterialIDTag() const
 
std::string getSourceToBlockTrayDistanceTag() const
 
std::string getBlockDataTag() const
 
std::string getBlockDivergenceTag() const
 
std::string getBlockTrayIDTag() const
 
std::string getBlockNumberTag() const
 
std::string getBlockNumberOfPointsTag() const
 
void setSequence(std::vector< DcmDRTBlockSequenceInRTImageModuleInterface::Item > dcmSequence)
Set the DRTBlockSequenceInRTImageModule this interface class provides access to.
 
std::string getBlockThicknessTag() const
 
std::string getBlockMountingPositionTag() const
 
std::string getBlockNameTag() const
 
std::string getBlockTypeTag() const
 
Class to provide access to DRTBlockSequenceInRTImageModule.
 
Target mlrange_cast(Source arg)
Generic version of checked ML casts.