MeVisLab Toolbox Reference
DRTOtherPatientIDsSequenceItemWrapper Class Reference

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

#include <mlDRTOtherPatientIDsSequenceItemWrapper.h>

Inheritance diagram for DRTOtherPatientIDsSequenceItemWrapper:

Public Slots

Access to wrapped DRTOtherPatientIDsSequence 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 setIssuerOfPatientID (QString qParam)
 
QString getIssuerOfPatientIDTag () const
 
QString getIssuerOfPatientID () const
 
bool setPatientID (QString qParam)
 
QString getPatientIDTag () const
 
QString getPatientID () const
 
bool setTypeOfPatientID (QString qParam)
 
QString getTypeOfPatientIDTag () const
 
QString getTypeOfPatientID () const
 

Public Member Functions

 DRTOtherPatientIDsSequenceItemWrapper (const ml::DcmDRTOtherPatientIDsSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTOtherPatientIDsSequenceInterface *sequenceInterface)
 
 DRTOtherPatientIDsSequenceItemWrapper (const DRTOtherPatientIDsSequenceItemWrapper &toCopy)
 
DRTOtherPatientIDsSequenceItemWrapperoperator= (const DRTOtherPatientIDsSequenceItemWrapper &toCopy)
 
ml::DcmDRTOtherPatientIDsSequenceInterface::Item getWrappedSequenceItem () const
 
ml::DcmDRTOtherPatientIDsSequenceInterfacegetSequence () const
 

Public Attributes

QStringList _propertyKeys
 
QString _IssuerOfPatientID
 
QString _PatientID
 
QString _TypeOfPatientID
 

Properties

QString IssuerOfPatientID
 
QString PatientID
 
QString TypeOfPatientID
 

Detailed Description

A class that wraps DRTOtherPatientIDsSequence Item for use in Python.

\script

Definition at line 47 of file mlDRTOtherPatientIDsSequenceItemWrapper.h.

Constructor & Destructor Documentation

◆ DRTOtherPatientIDsSequenceItemWrapper() [1/2]

DRTOtherPatientIDsSequenceItemWrapper::DRTOtherPatientIDsSequenceItemWrapper ( const ml::DcmDRTOtherPatientIDsSequenceInterface::Item & wrappedSequenceItem,
ml::DcmDRTOtherPatientIDsSequenceInterface * sequenceInterface )
inline

Definition at line 55 of file mlDRTOtherPatientIDsSequenceItemWrapper.h.

◆ DRTOtherPatientIDsSequenceItemWrapper() [2/2]

DRTOtherPatientIDsSequenceItemWrapper::DRTOtherPatientIDsSequenceItemWrapper ( const DRTOtherPatientIDsSequenceItemWrapper & toCopy)
inline

Member Function Documentation

◆ dir

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

◆ getDicomTagByKey

QVariantMap DRTOtherPatientIDsSequenceItemWrapper::getDicomTagByKey ( QString key) const
slot

◆ getDicomTagByName

QVariantMap DRTOtherPatientIDsSequenceItemWrapper::getDicomTagByName ( QString name) const
slot

◆ getDicomTagValueByKey

QVariant DRTOtherPatientIDsSequenceItemWrapper::getDicomTagValueByKey ( QString key) const
slot

◆ getDicomTagValueByName

QVariant DRTOtherPatientIDsSequenceItemWrapper::getDicomTagValueByName ( QString name) const
slot

◆ getIssuerOfPatientID

QString DRTOtherPatientIDsSequenceItemWrapper::getIssuerOfPatientID ( ) const
slot

◆ getIssuerOfPatientIDTag

QString DRTOtherPatientIDsSequenceItemWrapper::getIssuerOfPatientIDTag ( ) const
slot

◆ getPatientID

QString DRTOtherPatientIDsSequenceItemWrapper::getPatientID ( ) const
slot

◆ getPatientIDTag

QString DRTOtherPatientIDsSequenceItemWrapper::getPatientIDTag ( ) const
slot

◆ getSequence()

ml::DcmDRTOtherPatientIDsSequenceInterface * DRTOtherPatientIDsSequenceItemWrapper::getSequence ( ) const
inline

Definition at line 79 of file mlDRTOtherPatientIDsSequenceItemWrapper.h.

◆ getTypeOfPatientID

QString DRTOtherPatientIDsSequenceItemWrapper::getTypeOfPatientID ( ) const
slot

◆ getTypeOfPatientIDTag

QString DRTOtherPatientIDsSequenceItemWrapper::getTypeOfPatientIDTag ( ) const
slot

◆ getWrappedSequenceItem()

ml::DcmDRTOtherPatientIDsSequenceInterface::Item DRTOtherPatientIDsSequenceItemWrapper::getWrappedSequenceItem ( ) const
inline

Definition at line 78 of file mlDRTOtherPatientIDsSequenceItemWrapper.h.

◆ operator=()

◆ setIssuerOfPatientID

bool DRTOtherPatientIDsSequenceItemWrapper::setIssuerOfPatientID ( QString qParam)
slot

◆ setPatientID

bool DRTOtherPatientIDsSequenceItemWrapper::setPatientID ( QString qParam)
slot

◆ setTypeOfPatientID

bool DRTOtherPatientIDsSequenceItemWrapper::setTypeOfPatientID ( QString qParam)
slot

Member Data Documentation

◆ _IssuerOfPatientID

QString DRTOtherPatientIDsSequenceItemWrapper::_IssuerOfPatientID

Definition at line 82 of file mlDRTOtherPatientIDsSequenceItemWrapper.h.

◆ _PatientID

QString DRTOtherPatientIDsSequenceItemWrapper::_PatientID

Definition at line 84 of file mlDRTOtherPatientIDsSequenceItemWrapper.h.

◆ _propertyKeys

QStringList DRTOtherPatientIDsSequenceItemWrapper::_propertyKeys

Definition at line 53 of file mlDRTOtherPatientIDsSequenceItemWrapper.h.

◆ _TypeOfPatientID

QString DRTOtherPatientIDsSequenceItemWrapper::_TypeOfPatientID

Definition at line 86 of file mlDRTOtherPatientIDsSequenceItemWrapper.h.

Property Documentation

◆ IssuerOfPatientID

QString DRTOtherPatientIDsSequenceItemWrapper::IssuerOfPatientID
readwrite

Definition at line 83 of file mlDRTOtherPatientIDsSequenceItemWrapper.h.

◆ PatientID

QString DRTOtherPatientIDsSequenceItemWrapper::PatientID
readwrite

Definition at line 85 of file mlDRTOtherPatientIDsSequenceItemWrapper.h.

◆ TypeOfPatientID

QString DRTOtherPatientIDsSequenceItemWrapper::TypeOfPatientID
readwrite

Definition at line 87 of file mlDRTOtherPatientIDsSequenceItemWrapper.h.


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