#include <mlDcmDRTCodingSchemeIdentificationSequenceInterface.h>
Public Member Functions | |
| DcmDRTCodingSchemeIdentificationSequenceInterface (DRTCodingSchemeIdentificationSequence *_dcmSequence=NULL) | |
| Default Constructor. | |
| virtual | ~DcmDRTCodingSchemeIdentificationSequenceInterface () |
| Default virtual Destructor. | |
| bool | getCodingSchemeDesignator (unsigned long idx, std::string ¶meter) |
| bool | getCodingSchemeDesignator (DRTCodingSchemeIdentificationSequence::Item &item, std::string ¶meter) |
| std::string | getCodingSchemeDesignatorTag () const |
| bool | setCodingSchemeDesignator (unsigned long idx, std::string ¶meter) |
| bool | getCodingSchemeExternalID (unsigned long idx, std::string ¶meter) |
| bool | getCodingSchemeExternalID (DRTCodingSchemeIdentificationSequence::Item &item, std::string ¶meter) |
| std::string | getCodingSchemeExternalIDTag () const |
| bool | setCodingSchemeExternalID (unsigned long idx, std::string ¶meter) |
| bool | getCodingSchemeName (unsigned long idx, std::string ¶meter) |
| bool | getCodingSchemeName (DRTCodingSchemeIdentificationSequence::Item &item, std::string ¶meter) |
| std::string | getCodingSchemeNameTag () const |
| bool | setCodingSchemeName (unsigned long idx, std::string ¶meter) |
| bool | getCodingSchemeRegistry (unsigned long idx, std::string ¶meter) |
| bool | getCodingSchemeRegistry (DRTCodingSchemeIdentificationSequence::Item &item, std::string ¶meter) |
| std::string | getCodingSchemeRegistryTag () const |
| bool | setCodingSchemeRegistry (unsigned long idx, std::string ¶meter) |
| bool | getCodingSchemeResponsibleOrganization (unsigned long idx, std::string ¶meter) |
| bool | getCodingSchemeResponsibleOrganization (DRTCodingSchemeIdentificationSequence::Item &item, std::string ¶meter) |
| std::string | getCodingSchemeResponsibleOrganizationTag () const |
| bool | setCodingSchemeResponsibleOrganization (unsigned long idx, std::string ¶meter) |
| bool | getCodingSchemeUID (unsigned long idx, std::string ¶meter) |
| bool | getCodingSchemeUID (DRTCodingSchemeIdentificationSequence::Item &item, std::string ¶meter) |
| std::string | getCodingSchemeUIDTag () const |
| bool | setCodingSchemeUID (unsigned long idx, std::string ¶meter) |
| bool | getCodingSchemeVersion (unsigned long idx, std::string ¶meter) |
| bool | getCodingSchemeVersion (DRTCodingSchemeIdentificationSequence::Item &item, std::string ¶meter) |
| std::string | getCodingSchemeVersionTag () const |
| bool | setCodingSchemeVersion (unsigned long idx, std::string ¶meter) |
| void | setSequence (DRTCodingSchemeIdentificationSequence *dcmSequence) |
| Set the DRTCodingSchemeIdentificationSequence this interface class provides access to. | |
| DRTCodingSchemeIdentificationSequence * | getSequence () const |
| Return the DRTCodingSchemeIdentificationSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTCodingSchemeIdentificationSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DRTCodingSchemeIdentificationSequence::Item * | getItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| DRTCodingSchemeIdentificationSequence::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 | |
| DRTCodingSchemeIdentificationSequence * | _dcmSequence |
| Reference to the wrapped DcmSequence. | |
Definition at line 42 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
| ml::DcmDRTCodingSchemeIdentificationSequenceInterface::DcmDRTCodingSchemeIdentificationSequenceInterface | ( | DRTCodingSchemeIdentificationSequence * | _dcmSequence = NULL |
) | [inline] |
Default Constructor.
Definition at line 46 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
| virtual ml::DcmDRTCodingSchemeIdentificationSequenceInterface::~DcmDRTCodingSchemeIdentificationSequenceInterface | ( | ) | [inline, virtual] |
Default virtual Destructor.
Definition at line 49 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
| DRTCodingSchemeIdentificationSequence::Item* ml::DcmDRTCodingSchemeIdentificationSequenceInterface::addItem | ( | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 131 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeDesignator | ( | DRTCodingSchemeIdentificationSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeDesignator | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeDesignatorTag | ( | ) | const [inline] |
Definition at line 53 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeExternalID | ( | DRTCodingSchemeIdentificationSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeExternalID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeExternalIDTag | ( | ) | const [inline] |
Definition at line 59 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeName | ( | DRTCodingSchemeIdentificationSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeName | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeNameTag | ( | ) | const [inline] |
Definition at line 65 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeRegistry | ( | DRTCodingSchemeIdentificationSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeRegistry | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeRegistryTag | ( | ) | const [inline] |
Definition at line 71 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeResponsibleOrganization | ( | DRTCodingSchemeIdentificationSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeResponsibleOrganization | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeResponsibleOrganizationTag | ( | ) | const [inline] |
Definition at line 77 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeUID | ( | DRTCodingSchemeIdentificationSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeUID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeUIDTag | ( | ) | const [inline] |
Definition at line 83 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeVersion | ( | DRTCodingSchemeIdentificationSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeVersion | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeVersionTag | ( | ) | const [inline] |
Definition at line 89 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
| DRTCodingSchemeIdentificationSequence::Item* ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 122 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
| MLint ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getNumberOfItems | ( | ) | const [inline] |
Return number of items the internal sequence consists of.
Definition at line 113 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
| DRTCodingSchemeIdentificationSequence* ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getSequence | ( | ) | const [inline] |
Return the DRTCodingSchemeIdentificationSequence this interface class provides access to.
| dcmSequence | Pointer to DRTCodingSchemeIdentificationSequence |
Definition at line 101 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::hasSequence | ( | ) | const [inline] |
Check if the DRTCodingSchemeIdentificationSequence is set.
Definition at line 107 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::insertItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 142 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::removeItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 153 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::setCodingSchemeDesignator | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::setCodingSchemeExternalID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::setCodingSchemeName | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::setCodingSchemeRegistry | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::setCodingSchemeResponsibleOrganization | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::setCodingSchemeUID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::setCodingSchemeVersion | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| void ml::DcmDRTCodingSchemeIdentificationSequenceInterface::setSequence | ( | DRTCodingSchemeIdentificationSequence * | dcmSequence | ) | [inline] |
Set the DRTCodingSchemeIdentificationSequence this interface class provides access to.
| dcmSequence | Pointer to DRTCodingSchemeIdentificationSequence |
Definition at line 95 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
DRTCodingSchemeIdentificationSequence* ml::DcmDRTCodingSchemeIdentificationSequenceInterface::_dcmSequence [protected] |
Reference to the wrapped DcmSequence.
Definition at line 163 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
1.5.8