MeVisLab Toolbox Reference
DRTEncryptedAttributesSequenceItemWrapper Class Reference

A class that wraps DRTEncryptedAttributesSequence Item for use in Python. More...

#include <mlDRTEncryptedAttributesSequenceItemWrapper.h>

Inheritance diagram for DRTEncryptedAttributesSequenceItemWrapper:

Public Slots

Access to wrapped DRTEncryptedAttributesSequence object.

\script

QStringList dir (QString searchString="") const
 
QVariantMap getDicomTagByKey (QString key) const
 
QVariantMap getDicomTagByName (QString name) const
 
QVariant getDicomTagValueByKey (QString key) const
 
QVariant getDicomTagValueByName (QString name) const
 
bool setEncryptedContent (int qParam)
 
QString getEncryptedContentTag () const
 
int getEncryptedContent () const
 
bool setEncryptedContentTransferSyntaxUID (QString qParam)
 
QString getEncryptedContentTransferSyntaxUIDTag () const
 
QString getEncryptedContentTransferSyntaxUID () const
 

Public Member Functions

 DRTEncryptedAttributesSequenceItemWrapper (const ml::DcmDRTEncryptedAttributesSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTEncryptedAttributesSequenceInterface *sequenceInterface)
 
 DRTEncryptedAttributesSequenceItemWrapper (const DRTEncryptedAttributesSequenceItemWrapper &toCopy)
 
DRTEncryptedAttributesSequenceItemWrapperoperator= (const DRTEncryptedAttributesSequenceItemWrapper &toCopy)
 
ml::DcmDRTEncryptedAttributesSequenceInterface::Item getWrappedSequenceItem () const
 
ml::DcmDRTEncryptedAttributesSequenceInterfacegetSequence () const
 

Public Attributes

QStringList _propertyKeys
 
int _EncryptedContent
 
QString _EncryptedContentTransferSyntaxUID
 

Properties

int EncryptedContent
 
QString EncryptedContentTransferSyntaxUID
 

Detailed Description

A class that wraps DRTEncryptedAttributesSequence Item for use in Python.

\script

Definition at line 47 of file mlDRTEncryptedAttributesSequenceItemWrapper.h.

Constructor & Destructor Documentation

◆ DRTEncryptedAttributesSequenceItemWrapper() [1/2]

DRTEncryptedAttributesSequenceItemWrapper::DRTEncryptedAttributesSequenceItemWrapper ( const ml::DcmDRTEncryptedAttributesSequenceInterface::Item wrappedSequenceItem,
ml::DcmDRTEncryptedAttributesSequenceInterface sequenceInterface 
)
inline

◆ DRTEncryptedAttributesSequenceItemWrapper() [2/2]

DRTEncryptedAttributesSequenceItemWrapper::DRTEncryptedAttributesSequenceItemWrapper ( const DRTEncryptedAttributesSequenceItemWrapper toCopy)
inline

Member Function Documentation

◆ dir

QStringList DRTEncryptedAttributesSequenceItemWrapper::dir ( QString  searchString = "") const
slot

◆ getDicomTagByKey

QVariantMap DRTEncryptedAttributesSequenceItemWrapper::getDicomTagByKey ( QString  key) const
slot

◆ getDicomTagByName

QVariantMap DRTEncryptedAttributesSequenceItemWrapper::getDicomTagByName ( QString  name) const
slot

◆ getDicomTagValueByKey

QVariant DRTEncryptedAttributesSequenceItemWrapper::getDicomTagValueByKey ( QString  key) const
slot

◆ getDicomTagValueByName

QVariant DRTEncryptedAttributesSequenceItemWrapper::getDicomTagValueByName ( QString  name) const
slot

◆ getEncryptedContent

int DRTEncryptedAttributesSequenceItemWrapper::getEncryptedContent ( ) const
slot

◆ getEncryptedContentTag

QString DRTEncryptedAttributesSequenceItemWrapper::getEncryptedContentTag ( ) const
slot

◆ getEncryptedContentTransferSyntaxUID

QString DRTEncryptedAttributesSequenceItemWrapper::getEncryptedContentTransferSyntaxUID ( ) const
slot

◆ getEncryptedContentTransferSyntaxUIDTag

QString DRTEncryptedAttributesSequenceItemWrapper::getEncryptedContentTransferSyntaxUIDTag ( ) const
slot

◆ getSequence()

ml::DcmDRTEncryptedAttributesSequenceInterface* DRTEncryptedAttributesSequenceItemWrapper::getSequence ( ) const
inline

◆ getWrappedSequenceItem()

ml::DcmDRTEncryptedAttributesSequenceInterface::Item DRTEncryptedAttributesSequenceItemWrapper::getWrappedSequenceItem ( ) const
inline

◆ operator=()

DRTEncryptedAttributesSequenceItemWrapper& DRTEncryptedAttributesSequenceItemWrapper::operator= ( const DRTEncryptedAttributesSequenceItemWrapper toCopy)
inline

◆ setEncryptedContent

bool DRTEncryptedAttributesSequenceItemWrapper::setEncryptedContent ( int  qParam)
slot

◆ setEncryptedContentTransferSyntaxUID

bool DRTEncryptedAttributesSequenceItemWrapper::setEncryptedContentTransferSyntaxUID ( QString  qParam)
slot

Member Data Documentation

◆ _EncryptedContent

int DRTEncryptedAttributesSequenceItemWrapper::_EncryptedContent

◆ _EncryptedContentTransferSyntaxUID

QString DRTEncryptedAttributesSequenceItemWrapper::_EncryptedContentTransferSyntaxUID

◆ _propertyKeys

QStringList DRTEncryptedAttributesSequenceItemWrapper::_propertyKeys

Property Documentation

◆ EncryptedContent

int DRTEncryptedAttributesSequenceItemWrapper::EncryptedContent
readwrite

◆ EncryptedContentTransferSyntaxUID

QString DRTEncryptedAttributesSequenceItemWrapper::EncryptedContentTransferSyntaxUID
readwrite

The documentation for this class was generated from the following file: