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