|
MeVisLab Toolbox Reference
|
Class to provide access to DRTPhysiciansOfRecordIdentificationSequence. More...
#include <mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTPhysiciansOfRecordIdentificationSequenceInterface () | |
| DcmDRTPhysiciansOfRecordIdentificationSequenceInterface (std::vector< DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTPhysiciansOfRecordIdentificationSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTPhysiciansOfRecordIdentificationSequenceInterface () |
| Default virtual Destructor. | |
| bool | getInstitutionAddress (unsigned long idx, std::string ¶meter) const |
| bool | getInstitutionAddress (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getInstitutionAddressTag () const |
| bool | setInstitutionAddress (unsigned long idx, std::string parameter) |
| bool | getInstitutionName (unsigned long idx, std::string ¶meter) const |
| bool | getInstitutionName (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getInstitutionNameTag () const |
| bool | setInstitutionName (unsigned long idx, std::string parameter) |
| bool | getPersonAddress (unsigned long idx, std::string ¶meter) const |
| bool | getPersonAddress (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getPersonAddressTag () const |
| bool | setPersonAddress (unsigned long idx, std::string parameter) |
| bool | getPersonTelephoneNumbers (unsigned long idx, std::string ¶meter) const |
| bool | getPersonTelephoneNumbers (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getPersonTelephoneNumbersTag () const |
| bool | setPersonTelephoneNumbers (unsigned long idx, std::string parameter) |
| DcmDRTInstitutionCodeSequenceInterface | getInstitutionCodeSequence (unsigned long idx) const |
| std::string | getInstitutionCodeSequenceTag () const |
| void | setInstitutionCodeSequence (DcmDRTInstitutionCodeSequenceInterface seq, unsigned long idx) |
| DcmDRTPersonIdentificationCodeSequenceInterface | getPersonIdentificationCodeSequence (unsigned long idx) const |
| std::string | getPersonIdentificationCodeSequenceTag () const |
| void | setPersonIdentificationCodeSequence (DcmDRTPersonIdentificationCodeSequenceInterface seq, unsigned long idx) |
| void | setSequence (std::vector< DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::Item > dcmSequence) |
| Set the DRTPhysiciansOfRecordIdentificationSequence this interface class provides access to. | |
| std::vector< DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::Item > | getSequence () const |
| Return the DRTPhysiciansOfRecordIdentificationSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTPhysiciansOfRecordIdentificationSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::Item newItem) |
| bool | insertItem (const size_t idx) |
| Insert an item at the indicated position. | |
| bool | removeItem (const size_t idx) |
| Removes the indicated item from the sequence. | |
Protected Attributes | |
| std::vector< DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::Item > | _itemVec |
| Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTPhysiciansOfRecordIdentificationSequence.
Definition at line 45 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.
|
inline |
Definition at line 105 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 108 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.
|
inline |
Definition at line 110 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.
|
inlinevirtual |
Default virtual Destructor.
Definition at line 118 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 189 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.
|
inline |
Definition at line 194 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.
| bool ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getInstitutionAddress | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getInstitutionAddress | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 122 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.
Referenced by DRTPhysiciansOfRecordIdentificationSequenceWrapper::getInstitutionAddressTag().
| DcmDRTInstitutionCodeSequenceInterface ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getInstitutionCodeSequence | ( | unsigned long | idx | ) | const |
|
inline |
Definition at line 145 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.
Referenced by DRTPhysiciansOfRecordIdentificationSequenceWrapper::getInstitutionCodeSequenceTag().
| bool ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getInstitutionName | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getInstitutionName | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 128 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.
Referenced by DRTPhysiciansOfRecordIdentificationSequenceWrapper::getInstitutionNameTag().
|
inline |
Gets the item at the indicated position.
Definition at line 180 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.
|
inline |
Return number of items the internal sequence consists of.
Definition at line 174 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.
| bool ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getPersonAddress | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getPersonAddress | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 134 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.
Referenced by DRTPhysiciansOfRecordIdentificationSequenceWrapper::getPersonAddressTag().
| DcmDRTPersonIdentificationCodeSequenceInterface ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getPersonIdentificationCodeSequence | ( | unsigned long | idx | ) | const |
|
inline |
Definition at line 150 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.
Referenced by DRTPhysiciansOfRecordIdentificationSequenceWrapper::getPersonIdentificationCodeSequenceTag().
| bool ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getPersonTelephoneNumbers | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getPersonTelephoneNumbers | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 140 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.
Referenced by DRTPhysiciansOfRecordIdentificationSequenceWrapper::getPersonTelephoneNumbersTag().
|
inline |
Return the DRTPhysiciansOfRecordIdentificationSequence this interface class provides access to.
| dcmSequence | Pointer to DRTPhysiciansOfRecordIdentificationSequence |
Definition at line 162 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.
Referenced by DRTPhysiciansOfRecordIdentificationSequenceWrapper::DRTPhysiciansOfRecordIdentificationSequenceWrapper(), and DRTPhysiciansOfRecordIdentificationSequenceWrapper::operator=().
|
inline |
Check if the DRTPhysiciansOfRecordIdentificationSequence is set.
Definition at line 168 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 200 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 212 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.
| bool ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::setInstitutionAddress | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| void ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::setInstitutionCodeSequence | ( | DcmDRTInstitutionCodeSequenceInterface | seq, |
| unsigned long | idx | ||
| ) |
| bool ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::setInstitutionName | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::setPersonAddress | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| void ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::setPersonIdentificationCodeSequence | ( | DcmDRTPersonIdentificationCodeSequenceInterface | seq, |
| unsigned long | idx | ||
| ) |
| bool ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::setPersonTelephoneNumbers | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
|
inline |
Set the DRTPhysiciansOfRecordIdentificationSequence this interface class provides access to.
| dcmSequence | Pointer to DRTPhysiciansOfRecordIdentificationSequence |
Definition at line 156 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.
Referenced by DRTPhysiciansOfRecordIdentificationSequenceWrapper::DRTPhysiciansOfRecordIdentificationSequenceWrapper(), and DRTPhysiciansOfRecordIdentificationSequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 224 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.