25#ifndef __mlDRTExposureSequenceWrapper_H
26#define __mlDRTExposureSequenceWrapper_H
30#include <FMEThirdPartyWarningsDisable.h>
36#include <FMEThirdPartyWarningsRestore.h>
52 : _wrappedSequence(wrappedSequence->getSequence())
72 QString
getExposureTimeTag()
const {
return QString(_wrappedSequence.getExposureTimeTag().c_str()); }
78 QString
getKVPTag()
const {
return QString(_wrappedSequence.getKVPTag().c_str()); }
93 QString
getBlockSequenceTag()
const {
return QString(_wrappedSequence.getBlockSequenceTag().c_str()); }
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
\script
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::vector< DcmDRTExposureSequenceInterface::Item > getSequence() const
Class to provide access to DRTExposureSequence.