25#ifndef __mlDRTEncryptedAttributesSequenceItemWrapper_H 
   26#define __mlDRTEncryptedAttributesSequenceItemWrapper_H 
   30#include <FMEThirdPartyWarningsDisable.h> 
   36#include <FMEThirdPartyWarningsRestore.h> 
   65    _wrappedSequenceItem = 
toCopy.getWrappedSequenceItem();
 
 
   72    _wrappedSequenceItem = 
toCopy.getWrappedSequenceItem();
 
 
  115  ml::DcmDRTEncryptedAttributesSequenceInterface::Item _wrappedSequenceItem;
 
  116  ml::DcmDRTEncryptedAttributesSequenceInterface* _sequenceInterface;
 
 
A class that wraps DRTEncryptedAttributesSequence Item for use in Python.
 
QVariantMap getDicomTagByKey(QString key) const
 
ml::DcmDRTEncryptedAttributesSequenceInterface::Item getWrappedSequenceItem() const
 
QString EncryptedContentTransferSyntaxUID
 
QVariantMap getDicomTagByName(QString name) const
 
QVariant getDicomTagValueByName(QString name) const
 
DRTEncryptedAttributesSequenceItemWrapper(const ml::DcmDRTEncryptedAttributesSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTEncryptedAttributesSequenceInterface *sequenceInterface)
 
QString _EncryptedContentTransferSyntaxUID
 
QString getEncryptedContentTransferSyntaxUID() const
 
int getEncryptedContent() const
 
QStringList dir(QString searchString="") const
 
DRTEncryptedAttributesSequenceItemWrapper(const DRTEncryptedAttributesSequenceItemWrapper &toCopy)
 
QString getEncryptedContentTransferSyntaxUIDTag() const
 
QVariant getDicomTagValueByKey(QString key) const
 
bool setEncryptedContent(int qParam)
 
QStringList _propertyKeys
 
QString getEncryptedContentTag() const
 
ml::DcmDRTEncryptedAttributesSequenceInterface * getSequence() const
 
bool setEncryptedContentTransferSyntaxUID(QString qParam)
 
DRTEncryptedAttributesSequenceItemWrapper & operator=(const DRTEncryptedAttributesSequenceItemWrapper &toCopy)
 
Class to provide access to DRTEncryptedAttributesSequence.
 
std::vector< DcmDRTEncryptedAttributesSequenceInterface::Item > getSequence() const
Return the DRTEncryptedAttributesSequence this interface class provides access to.
 
Class to provide access to DRTEncryptedAttributesSequence.
 
Target mlrange_cast(Source arg)
Generic version of checked ML casts.
 
Main documentation file for ML users and developers.