MeVisLab Toolbox Reference
DRTSourceImageSequenceItemWrapper Class Reference

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

#include <mlDRTSourceImageSequenceItemWrapper.h>

Inheritance diagram for DRTSourceImageSequenceItemWrapper:

Public Slots

Access to wrapped DRTSourceImageSequence 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 setPatientOrientation (QString qParam)
 
QString getPatientOrientationTag () const
 
QString getPatientOrientation () const
 
bool setReferencedFrameNumber (QString qParam)
 
QString getReferencedFrameNumberTag () const
 
QString getReferencedFrameNumber () const
 
bool setReferencedSOPClassUID (QString qParam)
 
QString getReferencedSOPClassUIDTag () const
 
QString getReferencedSOPClassUID () const
 
bool setReferencedSOPInstanceUID (QString qParam)
 
QString getReferencedSOPInstanceUIDTag () const
 
QString getReferencedSOPInstanceUID () const
 
bool setReferencedSegmentNumber (int qParam)
 
QString getReferencedSegmentNumberTag () const
 
int getReferencedSegmentNumber () const
 
bool setSpatialLocationsPreserved (QString qParam)
 
QString getSpatialLocationsPreservedTag () const
 
QString getSpatialLocationsPreserved () const
 
bool setPurposeOfReferenceCodeSequence (QVariant qParam)
 
QVariant getPurposeOfReferenceCodeSequence () const
 
QString getPurposeOfReferenceCodeSequenceTag () const
 

Public Member Functions

 DRTSourceImageSequenceItemWrapper (const ml::DcmDRTSourceImageSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTSourceImageSequenceInterface *sequenceInterface)
 
 DRTSourceImageSequenceItemWrapper (const DRTSourceImageSequenceItemWrapper &toCopy)
 
DRTSourceImageSequenceItemWrapperoperator= (const DRTSourceImageSequenceItemWrapper &toCopy)
 
ml::DcmDRTSourceImageSequenceInterface::Item getWrappedSequenceItem () const
 
ml::DcmDRTSourceImageSequenceInterfacegetSequence () const
 

Public Attributes

QStringList _propertyKeys
 
QString _PatientOrientation
 
QString _ReferencedFrameNumber
 
QString _ReferencedSOPClassUID
 
QString _ReferencedSOPInstanceUID
 
int _ReferencedSegmentNumber
 
QString _SpatialLocationsPreserved
 
QVariant _PurposeOfReferenceCodeSequence
 

Properties

QString PatientOrientation
 
QString ReferencedFrameNumber
 
QString ReferencedSOPClassUID
 
QString ReferencedSOPInstanceUID
 
int ReferencedSegmentNumber
 
QString SpatialLocationsPreserved
 
QVariant PurposeOfReferenceCodeSequence
 

Detailed Description

A class that wraps DRTSourceImageSequence Item for use in Python.

\script

Definition at line 48 of file mlDRTSourceImageSequenceItemWrapper.h.

Constructor & Destructor Documentation

◆ DRTSourceImageSequenceItemWrapper() [1/2]

DRTSourceImageSequenceItemWrapper::DRTSourceImageSequenceItemWrapper ( const ml::DcmDRTSourceImageSequenceInterface::Item wrappedSequenceItem,
ml::DcmDRTSourceImageSequenceInterface sequenceInterface 
)
inline

Definition at line 56 of file mlDRTSourceImageSequenceItemWrapper.h.

◆ DRTSourceImageSequenceItemWrapper() [2/2]

DRTSourceImageSequenceItemWrapper::DRTSourceImageSequenceItemWrapper ( const DRTSourceImageSequenceItemWrapper toCopy)
inline

Member Function Documentation

◆ dir

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

◆ getDicomTagByKey

QVariantMap DRTSourceImageSequenceItemWrapper::getDicomTagByKey ( QString  key) const
slot

◆ getDicomTagByName

QVariantMap DRTSourceImageSequenceItemWrapper::getDicomTagByName ( QString  name) const
slot

◆ getDicomTagValueByKey

QVariant DRTSourceImageSequenceItemWrapper::getDicomTagValueByKey ( QString  key) const
slot

◆ getDicomTagValueByName

QVariant DRTSourceImageSequenceItemWrapper::getDicomTagValueByName ( QString  name) const
slot

◆ getPatientOrientation

QString DRTSourceImageSequenceItemWrapper::getPatientOrientation ( ) const
slot

◆ getPatientOrientationTag

QString DRTSourceImageSequenceItemWrapper::getPatientOrientationTag ( ) const
slot

◆ getPurposeOfReferenceCodeSequence

QVariant DRTSourceImageSequenceItemWrapper::getPurposeOfReferenceCodeSequence ( ) const
slot

◆ getPurposeOfReferenceCodeSequenceTag

QString DRTSourceImageSequenceItemWrapper::getPurposeOfReferenceCodeSequenceTag ( ) const
slot

◆ getReferencedFrameNumber

QString DRTSourceImageSequenceItemWrapper::getReferencedFrameNumber ( ) const
slot

◆ getReferencedFrameNumberTag

QString DRTSourceImageSequenceItemWrapper::getReferencedFrameNumberTag ( ) const
slot

◆ getReferencedSegmentNumber

int DRTSourceImageSequenceItemWrapper::getReferencedSegmentNumber ( ) const
slot

◆ getReferencedSegmentNumberTag

QString DRTSourceImageSequenceItemWrapper::getReferencedSegmentNumberTag ( ) const
slot

◆ getReferencedSOPClassUID

QString DRTSourceImageSequenceItemWrapper::getReferencedSOPClassUID ( ) const
slot

◆ getReferencedSOPClassUIDTag

QString DRTSourceImageSequenceItemWrapper::getReferencedSOPClassUIDTag ( ) const
slot

◆ getReferencedSOPInstanceUID

QString DRTSourceImageSequenceItemWrapper::getReferencedSOPInstanceUID ( ) const
slot

◆ getReferencedSOPInstanceUIDTag

QString DRTSourceImageSequenceItemWrapper::getReferencedSOPInstanceUIDTag ( ) const
slot

◆ getSequence()

ml::DcmDRTSourceImageSequenceInterface* DRTSourceImageSequenceItemWrapper::getSequence ( ) const
inline

◆ getSpatialLocationsPreserved

QString DRTSourceImageSequenceItemWrapper::getSpatialLocationsPreserved ( ) const
slot

◆ getSpatialLocationsPreservedTag

QString DRTSourceImageSequenceItemWrapper::getSpatialLocationsPreservedTag ( ) const
slot

◆ getWrappedSequenceItem()

ml::DcmDRTSourceImageSequenceInterface::Item DRTSourceImageSequenceItemWrapper::getWrappedSequenceItem ( ) const
inline

◆ operator=()

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

◆ setPatientOrientation

bool DRTSourceImageSequenceItemWrapper::setPatientOrientation ( QString  qParam)
slot

◆ setPurposeOfReferenceCodeSequence

bool DRTSourceImageSequenceItemWrapper::setPurposeOfReferenceCodeSequence ( QVariant  qParam)
slot

◆ setReferencedFrameNumber

bool DRTSourceImageSequenceItemWrapper::setReferencedFrameNumber ( QString  qParam)
slot

◆ setReferencedSegmentNumber

bool DRTSourceImageSequenceItemWrapper::setReferencedSegmentNumber ( int  qParam)
slot

◆ setReferencedSOPClassUID

bool DRTSourceImageSequenceItemWrapper::setReferencedSOPClassUID ( QString  qParam)
slot

◆ setReferencedSOPInstanceUID

bool DRTSourceImageSequenceItemWrapper::setReferencedSOPInstanceUID ( QString  qParam)
slot

◆ setSpatialLocationsPreserved

bool DRTSourceImageSequenceItemWrapper::setSpatialLocationsPreserved ( QString  qParam)
slot

Member Data Documentation

◆ _PatientOrientation

QString DRTSourceImageSequenceItemWrapper::_PatientOrientation

Definition at line 83 of file mlDRTSourceImageSequenceItemWrapper.h.

◆ _propertyKeys

QStringList DRTSourceImageSequenceItemWrapper::_propertyKeys

Definition at line 54 of file mlDRTSourceImageSequenceItemWrapper.h.

◆ _PurposeOfReferenceCodeSequence

QVariant DRTSourceImageSequenceItemWrapper::_PurposeOfReferenceCodeSequence

Definition at line 96 of file mlDRTSourceImageSequenceItemWrapper.h.

◆ _ReferencedFrameNumber

QString DRTSourceImageSequenceItemWrapper::_ReferencedFrameNumber

Definition at line 85 of file mlDRTSourceImageSequenceItemWrapper.h.

◆ _ReferencedSegmentNumber

int DRTSourceImageSequenceItemWrapper::_ReferencedSegmentNumber

Definition at line 91 of file mlDRTSourceImageSequenceItemWrapper.h.

◆ _ReferencedSOPClassUID

QString DRTSourceImageSequenceItemWrapper::_ReferencedSOPClassUID

Definition at line 87 of file mlDRTSourceImageSequenceItemWrapper.h.

◆ _ReferencedSOPInstanceUID

QString DRTSourceImageSequenceItemWrapper::_ReferencedSOPInstanceUID

Definition at line 89 of file mlDRTSourceImageSequenceItemWrapper.h.

◆ _SpatialLocationsPreserved

QString DRTSourceImageSequenceItemWrapper::_SpatialLocationsPreserved

Definition at line 93 of file mlDRTSourceImageSequenceItemWrapper.h.

Property Documentation

◆ PatientOrientation

QString DRTSourceImageSequenceItemWrapper::PatientOrientation
readwrite

Definition at line 83 of file mlDRTSourceImageSequenceItemWrapper.h.

◆ PurposeOfReferenceCodeSequence

QVariant DRTSourceImageSequenceItemWrapper::PurposeOfReferenceCodeSequence
readwrite

Definition at line 96 of file mlDRTSourceImageSequenceItemWrapper.h.

◆ ReferencedFrameNumber

QString DRTSourceImageSequenceItemWrapper::ReferencedFrameNumber
readwrite

Definition at line 85 of file mlDRTSourceImageSequenceItemWrapper.h.

◆ ReferencedSegmentNumber

int DRTSourceImageSequenceItemWrapper::ReferencedSegmentNumber
readwrite

Definition at line 91 of file mlDRTSourceImageSequenceItemWrapper.h.

◆ ReferencedSOPClassUID

QString DRTSourceImageSequenceItemWrapper::ReferencedSOPClassUID
readwrite

Definition at line 87 of file mlDRTSourceImageSequenceItemWrapper.h.

◆ ReferencedSOPInstanceUID

QString DRTSourceImageSequenceItemWrapper::ReferencedSOPInstanceUID
readwrite

Definition at line 89 of file mlDRTSourceImageSequenceItemWrapper.h.

◆ SpatialLocationsPreserved

QString DRTSourceImageSequenceItemWrapper::SpatialLocationsPreserved
readwrite

Definition at line 93 of file mlDRTSourceImageSequenceItemWrapper.h.


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