25#ifndef __mlDRTRecordedBlockSequenceWrapper_H
26#define __mlDRTRecordedBlockSequenceWrapper_H
30#include <FMEThirdPartyWarningsDisable.h>
36#include <FMEThirdPartyWarningsRestore.h>
A class that wraps DRTRecordedBlockSequence Item for use in Python.
QString getBlockNameTag() const
QString getReferencedBlockNumberTag() const
DRTRecordedBlockSequenceWrapper & operator=(const DRTRecordedBlockSequenceWrapper &toCopy)
QVariant getItem(int idx)
DRTRecordedBlockSequenceWrapper(const DRTRecordedBlockSequenceWrapper &toCopy)
int getNumberOfItems() const
QString getAccessoryCodeTag() const
DRTRecordedBlockSequenceWrapper(ml::DcmDRTRecordedBlockSequenceInterface *wrappedSequence)
QString getBlockTrayIDTag() const
ml::DcmDRTRecordedBlockSequenceInterface getWrappedSequence() const
Class to provide access to DRTRecordedBlockSequence.
std::string getAccessoryCodeTag() const
std::string getBlockNameTag() const
std::string getReferencedBlockNumberTag() const
void setSequence(std::vector< DcmDRTRecordedBlockSequenceInterface::Item > dcmSequence)
Set the DRTRecordedBlockSequence this interface class provides access to.
std::string getBlockTrayIDTag() const
Class to provide access to DRTRecordedBlockSequence.
Target mlrange_cast(Source arg)
Generic version of checked ML casts.