MeVisLab Toolbox Reference
DRTOtherPatientIDsSequenceItemWrapper Class Reference

#include <mlDRTOtherPatientIDsSequenceItemWrapper.h>

Inheritance diagram for DRTOtherPatientIDsSequenceItemWrapper:

Public Slots

Access to wrapped DRTOtherPatientIDsSequence object.
QStringList dir (QString searchString="") const
 \script
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

◆ DRTOtherPatientIDsSequenceItemWrapper() [2/2]

DRTOtherPatientIDsSequenceItemWrapper::DRTOtherPatientIDsSequenceItemWrapper ( const DRTOtherPatientIDsSequenceItemWrapper & toCopy)
inline

Member Function Documentation

◆ dir

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

\script

References dir().

Referenced by dir().

◆ getDicomTagByKey

QVariantMap DRTOtherPatientIDsSequenceItemWrapper::getDicomTagByKey ( QString key) const
slot

References getDicomTagByKey().

Referenced by getDicomTagByKey().

◆ getDicomTagByName

QVariantMap DRTOtherPatientIDsSequenceItemWrapper::getDicomTagByName ( QString name) const
slot

References getDicomTagByName().

Referenced by getDicomTagByName().

◆ getDicomTagValueByKey

QVariant DRTOtherPatientIDsSequenceItemWrapper::getDicomTagValueByKey ( QString key) const
slot

◆ getDicomTagValueByName

QVariant DRTOtherPatientIDsSequenceItemWrapper::getDicomTagValueByName ( QString name) const
slot

◆ getIssuerOfPatientID

QString DRTOtherPatientIDsSequenceItemWrapper::getIssuerOfPatientID ( ) const
slot

References getIssuerOfPatientID().

Referenced by getIssuerOfPatientID().

◆ getIssuerOfPatientIDTag

QString DRTOtherPatientIDsSequenceItemWrapper::getIssuerOfPatientIDTag ( ) const
slot

◆ getPatientID

QString DRTOtherPatientIDsSequenceItemWrapper::getPatientID ( ) const
slot

References getPatientID().

Referenced by getPatientID().

◆ getPatientIDTag

QString DRTOtherPatientIDsSequenceItemWrapper::getPatientIDTag ( ) const
slot

References getPatientIDTag().

Referenced by getPatientIDTag().

◆ getSequence()

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

◆ getTypeOfPatientID

QString DRTOtherPatientIDsSequenceItemWrapper::getTypeOfPatientID ( ) const
slot

References getTypeOfPatientID().

Referenced by getTypeOfPatientID().

◆ getTypeOfPatientIDTag

QString DRTOtherPatientIDsSequenceItemWrapper::getTypeOfPatientIDTag ( ) const
slot

◆ getWrappedSequenceItem()

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

◆ operator=()

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

◆ setIssuerOfPatientID

bool DRTOtherPatientIDsSequenceItemWrapper::setIssuerOfPatientID ( QString qParam)
slot

References setIssuerOfPatientID().

Referenced by setIssuerOfPatientID().

◆ setPatientID

bool DRTOtherPatientIDsSequenceItemWrapper::setPatientID ( QString qParam)
slot

References setPatientID().

Referenced by setPatientID().

◆ setTypeOfPatientID

bool DRTOtherPatientIDsSequenceItemWrapper::setTypeOfPatientID ( QString qParam)
slot

References setTypeOfPatientID().

Referenced by setTypeOfPatientID().

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: