Class to provide access to DRTPhysiciansReadingStudyIdentificationSequence.
More...
#include <mlDcmDRTPhysiciansReadingStudyIdentificationSequenceInterface.h>
|
| DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface () |
|
| DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface (std::vector< DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::Item > dcmSequence) |
| Default Constructor.
|
|
| DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface (DCMTree::TreePtrVector treePtrSeq) |
|
virtual | ~DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface () |
| 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< DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::Item > dcmSequence) |
| Set the DRTPhysiciansReadingStudyIdentificationSequence this interface class provides access to.
|
|
std::vector< DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::Item > | 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.
|
|
DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position.
|
|
DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence.
|
|
void | addItem (DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::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.
|
|
Class to provide access to DRTPhysiciansReadingStudyIdentificationSequence.
Definition at line 45 of file mlDcmDRTPhysiciansReadingStudyIdentificationSequenceInterface.h.
◆ DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface() [1/3]
ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface |
( |
| ) |
|
|
inline |
◆ DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface() [2/3]
◆ DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface() [3/3]
ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface |
( |
DCMTree::TreePtrVector | treePtrSeq | ) |
|
|
inline |
◆ ~DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface()
virtual ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::~DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface |
( |
| ) |
|
|
inlinevirtual |
◆ addItem() [1/2]
◆ addItem() [2/2]
◆ getInstitutionAddress() [1/2]
bool ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::getInstitutionAddress |
( |
DCMTree::TreePtr | item, |
|
|
std::string & | parameter ) const |
◆ getInstitutionAddress() [2/2]
bool ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::getInstitutionAddress |
( |
unsigned long | idx, |
|
|
std::string & | parameter ) const |
◆ getInstitutionAddressTag()
std::string ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::getInstitutionAddressTag |
( |
| ) |
const |
|
inline |
◆ getInstitutionCodeSequence()
◆ getInstitutionCodeSequenceTag()
std::string ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::getInstitutionCodeSequenceTag |
( |
| ) |
const |
|
inline |
◆ getInstitutionName() [1/2]
bool ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::getInstitutionName |
( |
DCMTree::TreePtr | item, |
|
|
std::string & | parameter ) const |
◆ getInstitutionName() [2/2]
bool ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::getInstitutionName |
( |
unsigned long | idx, |
|
|
std::string & | parameter ) const |
◆ getInstitutionNameTag()
std::string ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::getInstitutionNameTag |
( |
| ) |
const |
|
inline |
◆ getItem()
◆ getNumberOfItems()
MLint ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::getNumberOfItems |
( |
| ) |
const |
|
inline |
◆ getPersonAddress() [1/2]
bool ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::getPersonAddress |
( |
DCMTree::TreePtr | item, |
|
|
std::string & | parameter ) const |
◆ getPersonAddress() [2/2]
bool ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::getPersonAddress |
( |
unsigned long | idx, |
|
|
std::string & | parameter ) const |
◆ getPersonAddressTag()
std::string ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::getPersonAddressTag |
( |
| ) |
const |
|
inline |
◆ getPersonIdentificationCodeSequence()
◆ getPersonIdentificationCodeSequenceTag()
std::string ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::getPersonIdentificationCodeSequenceTag |
( |
| ) |
const |
|
inline |
◆ getPersonTelephoneNumbers() [1/2]
bool ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::getPersonTelephoneNumbers |
( |
DCMTree::TreePtr | item, |
|
|
std::string & | parameter ) const |
◆ getPersonTelephoneNumbers() [2/2]
bool ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::getPersonTelephoneNumbers |
( |
unsigned long | idx, |
|
|
std::string & | parameter ) const |
◆ getPersonTelephoneNumbersTag()
std::string ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::getPersonTelephoneNumbersTag |
( |
| ) |
const |
|
inline |
◆ getSequence()
◆ hasSequence()
bool ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::hasSequence |
( |
| ) |
const |
|
inline |
◆ insertItem()
bool ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::insertItem |
( |
const size_t | idx | ) |
|
|
inline |
◆ removeItem()
bool ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::removeItem |
( |
const size_t | idx | ) |
|
|
inline |
◆ setInstitutionAddress()
bool ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::setInstitutionAddress |
( |
unsigned long | idx, |
|
|
std::string | parameter ) |
◆ setInstitutionCodeSequence()
◆ setInstitutionName()
bool ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::setInstitutionName |
( |
unsigned long | idx, |
|
|
std::string | parameter ) |
◆ setPersonAddress()
bool ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::setPersonAddress |
( |
unsigned long | idx, |
|
|
std::string | parameter ) |
◆ setPersonIdentificationCodeSequence()
◆ setPersonTelephoneNumbers()
bool ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::setPersonTelephoneNumbers |
( |
unsigned long | idx, |
|
|
std::string | parameter ) |
◆ setSequence()
◆ _itemVec
The documentation for this class was generated from the following file: