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