MeVisLab Toolbox Reference
DRTOtherPatientIDsSequenceWrapper Class Reference

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

#include <mlDRTOtherPatientIDsSequenceWrapper.h>

Inheritance diagram for DRTOtherPatientIDsSequenceWrapper:

Public Slots

Access to wrapped DRTOtherPatientIDsSequence object.

\script

int getNumberOfItems () const
 
QVariant getItem (int idx)
 
QVariant addItem ()
 
bool insertItem (int idx)
 
bool removeItem (int idx)
 

Public Member Functions

 DRTOtherPatientIDsSequenceWrapper (ml::DcmDRTOtherPatientIDsSequenceInterface *wrappedSequence)
 
 DRTOtherPatientIDsSequenceWrapper (const DRTOtherPatientIDsSequenceWrapper &toCopy)
 
DRTOtherPatientIDsSequenceWrapperoperator= (const DRTOtherPatientIDsSequenceWrapper &toCopy)
 
ml::DcmDRTOtherPatientIDsSequenceInterface getWrappedSequence () const
 
QString getIssuerOfPatientIDTag () const
 
QString getPatientIDTag () const
 
QString getTypeOfPatientIDTag () const
 

Detailed Description

A class that wraps DRTOtherPatientIDsSequence Item for use in Python.

\script

Definition at line 45 of file mlDRTOtherPatientIDsSequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTOtherPatientIDsSequenceWrapper() [1/2]

DRTOtherPatientIDsSequenceWrapper::DRTOtherPatientIDsSequenceWrapper ( ml::DcmDRTOtherPatientIDsSequenceInterface wrappedSequence)
inline

Definition at line 51 of file mlDRTOtherPatientIDsSequenceWrapper.h.

◆ DRTOtherPatientIDsSequenceWrapper() [2/2]

DRTOtherPatientIDsSequenceWrapper::DRTOtherPatientIDsSequenceWrapper ( const DRTOtherPatientIDsSequenceWrapper toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTOtherPatientIDsSequenceWrapper::addItem ( )
slot

◆ getIssuerOfPatientIDTag()

QString DRTOtherPatientIDsSequenceWrapper::getIssuerOfPatientIDTag ( ) const
inline

◆ getItem

QVariant DRTOtherPatientIDsSequenceWrapper::getItem ( int  idx)
slot

◆ getNumberOfItems

int DRTOtherPatientIDsSequenceWrapper::getNumberOfItems ( ) const
slot

◆ getPatientIDTag()

QString DRTOtherPatientIDsSequenceWrapper::getPatientIDTag ( ) const
inline

◆ getTypeOfPatientIDTag()

QString DRTOtherPatientIDsSequenceWrapper::getTypeOfPatientIDTag ( ) const
inline

◆ getWrappedSequence()

ml::DcmDRTOtherPatientIDsSequenceInterface DRTOtherPatientIDsSequenceWrapper::getWrappedSequence ( ) const
inline

◆ insertItem

bool DRTOtherPatientIDsSequenceWrapper::insertItem ( int  idx)
slot

◆ operator=()

◆ removeItem

bool DRTOtherPatientIDsSequenceWrapper::removeItem ( int  idx)
slot

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