25#ifndef __mlDRTRecordedBlockSequenceWrapper_H
26#define __mlDRTRecordedBlockSequenceWrapper_H
30#include <FMEThirdPartyWarningsDisable.h>
36#include <FMEThirdPartyWarningsRestore.h>
52 : _wrappedSequence(wrappedSequence->getSequence())
70 QString
getAccessoryCodeTag()
const {
return QString(_wrappedSequence.getAccessoryCodeTag().c_str()); }
72 QString
getBlockNameTag()
const {
return QString(_wrappedSequence.getBlockNameTag().c_str()); }
74 QString
getBlockTrayIDTag()
const {
return QString(_wrappedSequence.getBlockTrayIDTag().c_str()); }
QString getBlockNameTag() const
QString getReferencedBlockNumberTag() const
DRTRecordedBlockSequenceWrapper & operator=(const DRTRecordedBlockSequenceWrapper &toCopy)
QVariant getItem(int idx)
DRTRecordedBlockSequenceWrapper(const DRTRecordedBlockSequenceWrapper &toCopy)
int getNumberOfItems() const
\script
QString getAccessoryCodeTag() const
DRTRecordedBlockSequenceWrapper(ml::DcmDRTRecordedBlockSequenceInterface *wrappedSequence)
QString getBlockTrayIDTag() const
ml::DcmDRTRecordedBlockSequenceInterface getWrappedSequence() const
Class to provide access to DRTRecordedBlockSequence.
std::vector< DcmDRTRecordedBlockSequenceInterface::Item > getSequence() const
Class to provide access to DRTRecordedBlockSequence.