#include <mlDcmDRTReferringPhysicianIdentificationSequenceInterface.h>
Public Member Functions | |
| DcmDRTReferringPhysicianIdentificationSequenceInterface (DRTReferringPhysicianIdentificationSequence *_dcmSequence=NULL) | |
| Default Constructor. | |
| virtual | ~DcmDRTReferringPhysicianIdentificationSequenceInterface () |
| Default virtual Destructor. | |
| bool | getInstitutionAddress (unsigned long idx, std::string ¶meter) |
| bool | getInstitutionAddress (DRTReferringPhysicianIdentificationSequence::Item &item, std::string ¶meter) |
| std::string | getInstitutionAddressTag () const |
| bool | setInstitutionAddress (unsigned long idx, std::string ¶meter) |
| bool | getInstitutionName (unsigned long idx, std::string ¶meter) |
| bool | getInstitutionName (DRTReferringPhysicianIdentificationSequence::Item &item, std::string ¶meter) |
| std::string | getInstitutionNameTag () const |
| bool | setInstitutionName (unsigned long idx, std::string ¶meter) |
| bool | getPersonAddress (unsigned long idx, std::string ¶meter) |
| bool | getPersonAddress (DRTReferringPhysicianIdentificationSequence::Item &item, std::string ¶meter) |
| std::string | getPersonAddressTag () const |
| bool | setPersonAddress (unsigned long idx, std::string ¶meter) |
| bool | getPersonTelephoneNumbers (unsigned long idx, std::string ¶meter) |
| bool | getPersonTelephoneNumbers (DRTReferringPhysicianIdentificationSequence::Item &item, std::string ¶meter) |
| std::string | getPersonTelephoneNumbersTag () const |
| bool | setPersonTelephoneNumbers (unsigned long idx, std::string ¶meter) |
| DRTInstitutionCodeSequence & | getInstitutionCodeSequence (unsigned long idx) |
| std::string | getInstitutionCodeSequenceTag () const |
| DRTPersonIdentificationCodeSequence & | getPersonIdentificationCodeSequence (unsigned long idx) |
| std::string | getPersonIdentificationCodeSequenceTag () const |
| void | setSequence (DRTReferringPhysicianIdentificationSequence *dcmSequence) |
| Set the DRTReferringPhysicianIdentificationSequence this interface class provides access to. | |
| DRTReferringPhysicianIdentificationSequence * | getSequence () const |
| Return the DRTReferringPhysicianIdentificationSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTReferringPhysicianIdentificationSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DRTReferringPhysicianIdentificationSequence::Item * | getItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| DRTReferringPhysicianIdentificationSequence::Item * | addItem () |
| Return number of items the internal sequence consists of. | |
| bool | insertItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| bool | removeItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
Protected Attributes | |
| DRTReferringPhysicianIdentificationSequence * | _dcmSequence |
| Reference to the wrapped DcmSequence. | |
Definition at line 44 of file mlDcmDRTReferringPhysicianIdentificationSequenceInterface.h.
| ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::DcmDRTReferringPhysicianIdentificationSequenceInterface | ( | DRTReferringPhysicianIdentificationSequence * | _dcmSequence = NULL |
) | [inline] |
Default Constructor.
Definition at line 48 of file mlDcmDRTReferringPhysicianIdentificationSequenceInterface.h.
| virtual ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::~DcmDRTReferringPhysicianIdentificationSequenceInterface | ( | ) | [inline, virtual] |
Default virtual Destructor.
Definition at line 51 of file mlDcmDRTReferringPhysicianIdentificationSequenceInterface.h.
| DRTReferringPhysicianIdentificationSequence::Item* ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::addItem | ( | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 123 of file mlDcmDRTReferringPhysicianIdentificationSequenceInterface.h.
| bool ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::getInstitutionAddress | ( | DRTReferringPhysicianIdentificationSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::getInstitutionAddress | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::getInstitutionAddressTag | ( | ) | const [inline] |
Definition at line 55 of file mlDcmDRTReferringPhysicianIdentificationSequenceInterface.h.
| DRTInstitutionCodeSequence& ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::getInstitutionCodeSequence | ( | unsigned long | idx | ) |
| std::string ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::getInstitutionCodeSequenceTag | ( | ) | const [inline] |
Definition at line 78 of file mlDcmDRTReferringPhysicianIdentificationSequenceInterface.h.
| bool ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::getInstitutionName | ( | DRTReferringPhysicianIdentificationSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::getInstitutionName | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::getInstitutionNameTag | ( | ) | const [inline] |
Definition at line 61 of file mlDcmDRTReferringPhysicianIdentificationSequenceInterface.h.
| DRTReferringPhysicianIdentificationSequence::Item* ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::getItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 114 of file mlDcmDRTReferringPhysicianIdentificationSequenceInterface.h.
| MLint ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::getNumberOfItems | ( | ) | const [inline] |
Return number of items the internal sequence consists of.
Definition at line 105 of file mlDcmDRTReferringPhysicianIdentificationSequenceInterface.h.
| bool ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::getPersonAddress | ( | DRTReferringPhysicianIdentificationSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::getPersonAddress | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::getPersonAddressTag | ( | ) | const [inline] |
Definition at line 67 of file mlDcmDRTReferringPhysicianIdentificationSequenceInterface.h.
| DRTPersonIdentificationCodeSequence& ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::getPersonIdentificationCodeSequence | ( | unsigned long | idx | ) |
| std::string ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::getPersonIdentificationCodeSequenceTag | ( | ) | const [inline] |
Definition at line 82 of file mlDcmDRTReferringPhysicianIdentificationSequenceInterface.h.
| bool ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::getPersonTelephoneNumbers | ( | DRTReferringPhysicianIdentificationSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::getPersonTelephoneNumbers | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::getPersonTelephoneNumbersTag | ( | ) | const [inline] |
Definition at line 73 of file mlDcmDRTReferringPhysicianIdentificationSequenceInterface.h.
| DRTReferringPhysicianIdentificationSequence* ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::getSequence | ( | ) | const [inline] |
Return the DRTReferringPhysicianIdentificationSequence this interface class provides access to.
| dcmSequence | Pointer to DRTReferringPhysicianIdentificationSequence |
Definition at line 93 of file mlDcmDRTReferringPhysicianIdentificationSequenceInterface.h.
| bool ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::hasSequence | ( | ) | const [inline] |
Check if the DRTReferringPhysicianIdentificationSequence is set.
Definition at line 99 of file mlDcmDRTReferringPhysicianIdentificationSequenceInterface.h.
| bool ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::insertItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 134 of file mlDcmDRTReferringPhysicianIdentificationSequenceInterface.h.
| bool ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::removeItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 145 of file mlDcmDRTReferringPhysicianIdentificationSequenceInterface.h.
| bool ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::setInstitutionAddress | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::setInstitutionName | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::setPersonAddress | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::setPersonTelephoneNumbers | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| void ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::setSequence | ( | DRTReferringPhysicianIdentificationSequence * | dcmSequence | ) | [inline] |
Set the DRTReferringPhysicianIdentificationSequence this interface class provides access to.
| dcmSequence | Pointer to DRTReferringPhysicianIdentificationSequence |
Definition at line 87 of file mlDcmDRTReferringPhysicianIdentificationSequenceInterface.h.
DRTReferringPhysicianIdentificationSequence* ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::_dcmSequence [protected] |
Reference to the wrapped DcmSequence.
Definition at line 155 of file mlDcmDRTReferringPhysicianIdentificationSequenceInterface.h.
1.5.8