25#ifndef __mlDRTRecordedBlockSequenceItemWrapper_H 
   26#define __mlDRTRecordedBlockSequenceItemWrapper_H 
   30#include <FMEThirdPartyWarningsDisable.h> 
   36#include <FMEThirdPartyWarningsRestore.h> 
   65    _wrappedSequenceItem = 
toCopy.getWrappedSequenceItem();
 
 
   72    _wrappedSequenceItem = 
toCopy.getWrappedSequenceItem();
 
 
  127  ml::DcmDRTRecordedBlockSequenceInterface::Item _wrappedSequenceItem;
 
  128  ml::DcmDRTRecordedBlockSequenceInterface* _sequenceInterface;
 
 
A class that wraps DRTRecordedBlockSequence Item for use in Python.
 
QString getBlockNameTag() const
 
ml::DcmDRTRecordedBlockSequenceInterface::Item getWrappedSequenceItem() const
 
bool setReferencedBlockNumber(QString qParam)
 
QString getReferencedBlockNumberTag() const
 
QVariantMap getDicomTagByKey(QString key) const
 
QVariantMap getDicomTagByName(QString name) const
 
QString getBlockName() const
 
DRTRecordedBlockSequenceItemWrapper(const ml::DcmDRTRecordedBlockSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTRecordedBlockSequenceInterface *sequenceInterface)
 
QString getBlockTrayID() const
 
ml::DcmDRTRecordedBlockSequenceInterface * getSequence() const
 
QVariant getDicomTagValueByKey(QString key) const
 
QString getReferencedBlockNumber() const
 
QString getBlockTrayIDTag() const
 
QStringList dir(QString searchString="") const
 
DRTRecordedBlockSequenceItemWrapper & operator=(const DRTRecordedBlockSequenceItemWrapper &toCopy)
 
QString getAccessoryCode() const
 
QStringList _propertyKeys
 
QString ReferencedBlockNumber
 
QString _ReferencedBlockNumber
 
bool setBlockName(QString qParam)
 
bool setAccessoryCode(QString qParam)
 
QString getAccessoryCodeTag() const
 
bool setBlockTrayID(QString qParam)
 
DRTRecordedBlockSequenceItemWrapper(const DRTRecordedBlockSequenceItemWrapper &toCopy)
 
QVariant getDicomTagValueByName(QString name) const
 
Class to provide access to DRTRecordedBlockSequence.
 
std::vector< DcmDRTRecordedBlockSequenceInterface::Item > getSequence() const
Return the DRTRecordedBlockSequence this interface class provides access to.
 
Class to provide access to DRTRecordedBlockSequence.
 
Target mlrange_cast(Source arg)
Generic version of checked ML casts.
 
Main documentation file for ML users and developers.