25#ifndef __mlDRTExposureSequenceWrapper_H
26#define __mlDRTExposureSequenceWrapper_H
30#include <FMEThirdPartyWarningsDisable.h>
36#include <FMEThirdPartyWarningsRestore.h>
A class that wraps DRTExposureSequence Item for use in Python.
QString getExposureTimeTag() const
QString getFluenceDataScaleTag() const
QString getKVPTag() const
DRTExposureSequenceWrapper & operator=(const DRTExposureSequenceWrapper &toCopy)
QString getXRayTubeCurrentTag() const
QString getFluenceDataSourceTag() const
QString getBeamLimitingDeviceSequenceTag() const
int getNumberOfItems() const
QString getBlockSequenceTag() const
QString getDiaphragmPositionTag() const
DRTExposureSequenceWrapper(const DRTExposureSequenceWrapper &toCopy)
QString getReferencedFrameNumberTag() const
ml::DcmDRTExposureSequenceInterface getWrappedSequence() const
DRTExposureSequenceWrapper(ml::DcmDRTExposureSequenceInterface *wrappedSequence)
QString getApplicatorSequenceTag() const
QVariant getItem(int idx)
QString getNumberOfBlocksTag() const
QString getMetersetExposureTag() const
Class to provide access to DRTExposureSequence.
std::string getReferencedFrameNumberTag() const
std::string getDiaphragmPositionTag() const
std::string getNumberOfBlocksTag() const
std::string getExposureTimeTag() const
std::string getFluenceDataScaleTag() const
std::string getKVPTag() const
std::string getBeamLimitingDeviceSequenceTag() const
std::string getXRayTubeCurrentTag() const
std::string getMetersetExposureTag() const
void setSequence(std::vector< DcmDRTExposureSequenceInterface::Item > dcmSequence)
Set the DRTExposureSequence this interface class provides access to.
std::string getBlockSequenceTag() const
std::string getApplicatorSequenceTag() const
std::string getFluenceDataSourceTag() const
Class to provide access to DRTExposureSequence.
Target mlrange_cast(Source arg)
Generic version of checked ML casts.