25 #ifndef __mlDRTOtherPatientIDsSequenceItemWrapper_H
26 #define __mlDRTOtherPatientIDsSequenceItemWrapper_H
30 #include <FMEThirdPartyWarningsDisable.h>
33 #include <QVariantMap>
35 #include <QStringList>
36 #include <FMEThirdPartyWarningsRestore.h>
56 : _wrappedSequenceItem(wrappedSequenceItem)
57 , _sequenceInterface(sequenceInterface)
95 QStringList
dir(QString searchString="") const;
121 ml::DcmDRTOtherPatientIDsSequenceInterface::Item _wrappedSequenceItem;
122 ml::DcmDRTOtherPatientIDsSequenceInterface* _sequenceInterface;
124 QMap<QString, QString> _dcmTagToPropertyMap;
125 QMap<QString, QString> _vrCode;
A class that wraps DRTOtherPatientIDsSequence Item for use in Python.
bool setIssuerOfPatientID(QString qParam)
DRTOtherPatientIDsSequenceItemWrapper(const DRTOtherPatientIDsSequenceItemWrapper &toCopy)
QString getPatientID() const
QString getPatientIDTag() const
bool setTypeOfPatientID(QString qParam)
QVariant getDicomTagValueByName(QString name) const
ml::DcmDRTOtherPatientIDsSequenceInterface::Item getWrappedSequenceItem() const
QVariant getDicomTagValueByKey(QString key) const
DRTOtherPatientIDsSequenceItemWrapper(const ml::DcmDRTOtherPatientIDsSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTOtherPatientIDsSequenceInterface *sequenceInterface)
QStringList dir(QString searchString="") const
QString IssuerOfPatientID
ml::DcmDRTOtherPatientIDsSequenceInterface * getSequence() const
DRTOtherPatientIDsSequenceItemWrapper & operator=(const DRTOtherPatientIDsSequenceItemWrapper &toCopy)
bool setPatientID(QString qParam)
QString getTypeOfPatientID() const
QVariantMap getDicomTagByKey(QString key) const
QString _IssuerOfPatientID
QVariantMap getDicomTagByName(QString name) const
QStringList _propertyKeys
QString getIssuerOfPatientIDTag() const
QString getIssuerOfPatientID() const
QString getTypeOfPatientIDTag() const
Class to provide access to DRTOtherPatientIDsSequence.
Class to provide access to DRTOtherPatientIDsSequence.
Main documentation file for ML users and developers.