MeVisLab Toolbox Reference
DRTReferencedPatientSequenceItemWrapper Class Reference

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

#include <mlDRTReferencedPatientSequenceItemWrapper.h>

Inheritance diagram for DRTReferencedPatientSequenceItemWrapper:

Public Slots

Access to wrapped DRTReferencedPatientSequence 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 setReferencedSOPClassUID (QString qParam)
 
QString getReferencedSOPClassUIDTag () const
 
QString getReferencedSOPClassUID () const
 
bool setReferencedSOPInstanceUID (QString qParam)
 
QString getReferencedSOPInstanceUIDTag () const
 
QString getReferencedSOPInstanceUID () const
 

Public Member Functions

 DRTReferencedPatientSequenceItemWrapper (const ml::DcmDRTReferencedPatientSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTReferencedPatientSequenceInterface *sequenceInterface)
 
 DRTReferencedPatientSequenceItemWrapper (const DRTReferencedPatientSequenceItemWrapper &toCopy)
 
DRTReferencedPatientSequenceItemWrapperoperator= (const DRTReferencedPatientSequenceItemWrapper &toCopy)
 
ml::DcmDRTReferencedPatientSequenceInterface::Item getWrappedSequenceItem () const
 
ml::DcmDRTReferencedPatientSequenceInterfacegetSequence () const
 

Public Attributes

QStringList _propertyKeys
 
QString _ReferencedSOPClassUID
 
QString _ReferencedSOPInstanceUID
 

Properties

QString ReferencedSOPClassUID
 
QString ReferencedSOPInstanceUID
 

Detailed Description

A class that wraps DRTReferencedPatientSequence Item for use in Python.

\script

Definition at line 47 of file mlDRTReferencedPatientSequenceItemWrapper.h.

Constructor & Destructor Documentation

◆ DRTReferencedPatientSequenceItemWrapper() [1/2]

DRTReferencedPatientSequenceItemWrapper::DRTReferencedPatientSequenceItemWrapper ( const ml::DcmDRTReferencedPatientSequenceInterface::Item wrappedSequenceItem,
ml::DcmDRTReferencedPatientSequenceInterface sequenceInterface 
)
inline

Definition at line 55 of file mlDRTReferencedPatientSequenceItemWrapper.h.

◆ DRTReferencedPatientSequenceItemWrapper() [2/2]

DRTReferencedPatientSequenceItemWrapper::DRTReferencedPatientSequenceItemWrapper ( const DRTReferencedPatientSequenceItemWrapper toCopy)
inline

Member Function Documentation

◆ dir

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

◆ getDicomTagByKey

QVariantMap DRTReferencedPatientSequenceItemWrapper::getDicomTagByKey ( QString  key) const
slot

◆ getDicomTagByName

QVariantMap DRTReferencedPatientSequenceItemWrapper::getDicomTagByName ( QString  name) const
slot

◆ getDicomTagValueByKey

QVariant DRTReferencedPatientSequenceItemWrapper::getDicomTagValueByKey ( QString  key) const
slot

◆ getDicomTagValueByName

QVariant DRTReferencedPatientSequenceItemWrapper::getDicomTagValueByName ( QString  name) const
slot

◆ getReferencedSOPClassUID

QString DRTReferencedPatientSequenceItemWrapper::getReferencedSOPClassUID ( ) const
slot

◆ getReferencedSOPClassUIDTag

QString DRTReferencedPatientSequenceItemWrapper::getReferencedSOPClassUIDTag ( ) const
slot

◆ getReferencedSOPInstanceUID

QString DRTReferencedPatientSequenceItemWrapper::getReferencedSOPInstanceUID ( ) const
slot

◆ getReferencedSOPInstanceUIDTag

QString DRTReferencedPatientSequenceItemWrapper::getReferencedSOPInstanceUIDTag ( ) const
slot

◆ getSequence()

ml::DcmDRTReferencedPatientSequenceInterface* DRTReferencedPatientSequenceItemWrapper::getSequence ( ) const
inline

◆ getWrappedSequenceItem()

ml::DcmDRTReferencedPatientSequenceInterface::Item DRTReferencedPatientSequenceItemWrapper::getWrappedSequenceItem ( ) const
inline

◆ operator=()

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

◆ setReferencedSOPClassUID

bool DRTReferencedPatientSequenceItemWrapper::setReferencedSOPClassUID ( QString  qParam)
slot

◆ setReferencedSOPInstanceUID

bool DRTReferencedPatientSequenceItemWrapper::setReferencedSOPInstanceUID ( QString  qParam)
slot

Member Data Documentation

◆ _propertyKeys

QStringList DRTReferencedPatientSequenceItemWrapper::_propertyKeys

Definition at line 53 of file mlDRTReferencedPatientSequenceItemWrapper.h.

◆ _ReferencedSOPClassUID

QString DRTReferencedPatientSequenceItemWrapper::_ReferencedSOPClassUID

Definition at line 82 of file mlDRTReferencedPatientSequenceItemWrapper.h.

◆ _ReferencedSOPInstanceUID

QString DRTReferencedPatientSequenceItemWrapper::_ReferencedSOPInstanceUID

Definition at line 84 of file mlDRTReferencedPatientSequenceItemWrapper.h.

Property Documentation

◆ ReferencedSOPClassUID

QString DRTReferencedPatientSequenceItemWrapper::ReferencedSOPClassUID
readwrite

Definition at line 82 of file mlDRTReferencedPatientSequenceItemWrapper.h.

◆ ReferencedSOPInstanceUID

QString DRTReferencedPatientSequenceItemWrapper::ReferencedSOPInstanceUID
readwrite

Definition at line 84 of file mlDRTReferencedPatientSequenceItemWrapper.h.


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