#include <mlDcmDRTPersonIdentificationCodeSequenceInterface.h>
Public Member Functions | |
| DcmDRTPersonIdentificationCodeSequenceInterface (DRTPersonIdentificationCodeSequence *_dcmSequence=NULL) | |
| Default Constructor. | |
| virtual | ~DcmDRTPersonIdentificationCodeSequenceInterface () |
| Default virtual Destructor. | |
| bool | getCodeMeaning (unsigned long idx, std::string ¶meter) |
| bool | getCodeMeaning (DRTPersonIdentificationCodeSequence::Item &item, std::string ¶meter) |
| std::string | getCodeMeaningTag () const |
| bool | setCodeMeaning (unsigned long idx, std::string ¶meter) |
| bool | getCodeValue (unsigned long idx, std::string ¶meter) |
| bool | getCodeValue (DRTPersonIdentificationCodeSequence::Item &item, std::string ¶meter) |
| std::string | getCodeValueTag () const |
| bool | setCodeValue (unsigned long idx, std::string ¶meter) |
| bool | getCodingSchemeDesignator (unsigned long idx, std::string ¶meter) |
| bool | getCodingSchemeDesignator (DRTPersonIdentificationCodeSequence::Item &item, std::string ¶meter) |
| std::string | getCodingSchemeDesignatorTag () const |
| bool | setCodingSchemeDesignator (unsigned long idx, std::string ¶meter) |
| bool | getCodingSchemeVersion (unsigned long idx, std::string ¶meter) |
| bool | getCodingSchemeVersion (DRTPersonIdentificationCodeSequence::Item &item, std::string ¶meter) |
| std::string | getCodingSchemeVersionTag () const |
| bool | setCodingSchemeVersion (unsigned long idx, std::string ¶meter) |
| bool | getContextGroupExtensionCreatorUID (unsigned long idx, std::string ¶meter) |
| bool | getContextGroupExtensionCreatorUID (DRTPersonIdentificationCodeSequence::Item &item, std::string ¶meter) |
| std::string | getContextGroupExtensionCreatorUIDTag () const |
| bool | setContextGroupExtensionCreatorUID (unsigned long idx, std::string ¶meter) |
| bool | getContextGroupExtensionFlag (unsigned long idx, std::string ¶meter) |
| bool | getContextGroupExtensionFlag (DRTPersonIdentificationCodeSequence::Item &item, std::string ¶meter) |
| std::string | getContextGroupExtensionFlagTag () const |
| bool | setContextGroupExtensionFlag (unsigned long idx, std::string ¶meter) |
| bool | getContextGroupLocalVersion (unsigned long idx, std::string ¶meter) |
| bool | getContextGroupLocalVersion (DRTPersonIdentificationCodeSequence::Item &item, std::string ¶meter) |
| std::string | getContextGroupLocalVersionTag () const |
| bool | setContextGroupLocalVersion (unsigned long idx, std::string ¶meter) |
| bool | getContextGroupVersion (unsigned long idx, std::string ¶meter) |
| bool | getContextGroupVersion (DRTPersonIdentificationCodeSequence::Item &item, std::string ¶meter) |
| std::string | getContextGroupVersionTag () const |
| bool | setContextGroupVersion (unsigned long idx, std::string ¶meter) |
| bool | getContextIdentifier (unsigned long idx, std::string ¶meter) |
| bool | getContextIdentifier (DRTPersonIdentificationCodeSequence::Item &item, std::string ¶meter) |
| std::string | getContextIdentifierTag () const |
| bool | setContextIdentifier (unsigned long idx, std::string ¶meter) |
| bool | getMappingResource (unsigned long idx, std::string ¶meter) |
| bool | getMappingResource (DRTPersonIdentificationCodeSequence::Item &item, std::string ¶meter) |
| std::string | getMappingResourceTag () const |
| bool | setMappingResource (unsigned long idx, std::string ¶meter) |
| void | setSequence (DRTPersonIdentificationCodeSequence *dcmSequence) |
| Set the DRTPersonIdentificationCodeSequence this interface class provides access to. | |
| DRTPersonIdentificationCodeSequence * | getSequence () const |
| Return the DRTPersonIdentificationCodeSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTPersonIdentificationCodeSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DRTPersonIdentificationCodeSequence::Item * | getItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| DRTPersonIdentificationCodeSequence::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 | |
| DRTPersonIdentificationCodeSequence * | _dcmSequence |
| Reference to the wrapped DcmSequence. | |
Definition at line 42 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
| ml::DcmDRTPersonIdentificationCodeSequenceInterface::DcmDRTPersonIdentificationCodeSequenceInterface | ( | DRTPersonIdentificationCodeSequence * | _dcmSequence = NULL |
) | [inline] |
Default Constructor.
Definition at line 46 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
| virtual ml::DcmDRTPersonIdentificationCodeSequenceInterface::~DcmDRTPersonIdentificationCodeSequenceInterface | ( | ) | [inline, virtual] |
Default virtual Destructor.
Definition at line 49 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
| DRTPersonIdentificationCodeSequence::Item* ml::DcmDRTPersonIdentificationCodeSequenceInterface::addItem | ( | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 149 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodeMeaning | ( | DRTPersonIdentificationCodeSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodeMeaning | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodeMeaningTag | ( | ) | const [inline] |
Definition at line 53 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodeValue | ( | DRTPersonIdentificationCodeSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodeValue | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodeValueTag | ( | ) | const [inline] |
Definition at line 59 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodingSchemeDesignator | ( | DRTPersonIdentificationCodeSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodingSchemeDesignator | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodingSchemeDesignatorTag | ( | ) | const [inline] |
Definition at line 65 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodingSchemeVersion | ( | DRTPersonIdentificationCodeSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodingSchemeVersion | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodingSchemeVersionTag | ( | ) | const [inline] |
Definition at line 71 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupExtensionCreatorUID | ( | DRTPersonIdentificationCodeSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupExtensionCreatorUID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupExtensionCreatorUIDTag | ( | ) | const [inline] |
Definition at line 77 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupExtensionFlag | ( | DRTPersonIdentificationCodeSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupExtensionFlag | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupExtensionFlagTag | ( | ) | const [inline] |
Definition at line 83 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupLocalVersion | ( | DRTPersonIdentificationCodeSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupLocalVersion | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupLocalVersionTag | ( | ) | const [inline] |
Definition at line 89 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupVersion | ( | DRTPersonIdentificationCodeSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupVersion | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupVersionTag | ( | ) | const [inline] |
Definition at line 95 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextIdentifier | ( | DRTPersonIdentificationCodeSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextIdentifier | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextIdentifierTag | ( | ) | const [inline] |
Definition at line 101 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
| DRTPersonIdentificationCodeSequence::Item* ml::DcmDRTPersonIdentificationCodeSequenceInterface::getItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 140 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getMappingResource | ( | DRTPersonIdentificationCodeSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getMappingResource | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTPersonIdentificationCodeSequenceInterface::getMappingResourceTag | ( | ) | const [inline] |
Definition at line 107 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
| MLint ml::DcmDRTPersonIdentificationCodeSequenceInterface::getNumberOfItems | ( | ) | const [inline] |
Return number of items the internal sequence consists of.
Definition at line 131 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
| DRTPersonIdentificationCodeSequence* ml::DcmDRTPersonIdentificationCodeSequenceInterface::getSequence | ( | ) | const [inline] |
Return the DRTPersonIdentificationCodeSequence this interface class provides access to.
| dcmSequence | Pointer to DRTPersonIdentificationCodeSequence |
Definition at line 119 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::hasSequence | ( | ) | const [inline] |
Check if the DRTPersonIdentificationCodeSequence is set.
Definition at line 125 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::insertItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 160 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::removeItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 171 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setCodeMeaning | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setCodeValue | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setCodingSchemeDesignator | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setCodingSchemeVersion | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setContextGroupExtensionCreatorUID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setContextGroupExtensionFlag | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setContextGroupLocalVersion | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setContextGroupVersion | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setContextIdentifier | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setMappingResource | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| void ml::DcmDRTPersonIdentificationCodeSequenceInterface::setSequence | ( | DRTPersonIdentificationCodeSequence * | dcmSequence | ) | [inline] |
Set the DRTPersonIdentificationCodeSequence this interface class provides access to.
| dcmSequence | Pointer to DRTPersonIdentificationCodeSequence |
Definition at line 113 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
DRTPersonIdentificationCodeSequence* ml::DcmDRTPersonIdentificationCodeSequenceInterface::_dcmSequence [protected] |
Reference to the wrapped DcmSequence.
Definition at line 181 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
1.5.8