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