|
MeVisLab Toolbox Reference
|
Class to provide access to DRTRTROIIdentificationCodeSequence. More...
#include <mlDcmDRTRTROIIdentificationCodeSequenceInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTRTROIIdentificationCodeSequenceInterface () | |
| DcmDRTRTROIIdentificationCodeSequenceInterface (std::vector< DcmDRTRTROIIdentificationCodeSequenceInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTRTROIIdentificationCodeSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTRTROIIdentificationCodeSequenceInterface () |
| Default virtual Destructor. | |
| bool | getCodeMeaning (unsigned long idx, std::string ¶meter) const |
| bool | getCodeMeaning (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getCodeMeaningTag () const |
| bool | setCodeMeaning (unsigned long idx, std::string parameter) |
| bool | getCodeValue (unsigned long idx, std::string ¶meter) const |
| bool | getCodeValue (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getCodeValueTag () const |
| bool | setCodeValue (unsigned long idx, std::string parameter) |
| bool | getCodingSchemeDesignator (unsigned long idx, std::string ¶meter) const |
| bool | getCodingSchemeDesignator (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getCodingSchemeDesignatorTag () const |
| bool | setCodingSchemeDesignator (unsigned long idx, std::string parameter) |
| bool | getCodingSchemeVersion (unsigned long idx, std::string ¶meter) const |
| bool | getCodingSchemeVersion (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getCodingSchemeVersionTag () const |
| bool | setCodingSchemeVersion (unsigned long idx, std::string parameter) |
| bool | getContextGroupExtensionCreatorUID (unsigned long idx, std::string ¶meter) const |
| bool | getContextGroupExtensionCreatorUID (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getContextGroupExtensionCreatorUIDTag () const |
| bool | setContextGroupExtensionCreatorUID (unsigned long idx, std::string parameter) |
| bool | getContextGroupExtensionFlag (unsigned long idx, std::string ¶meter) const |
| bool | getContextGroupExtensionFlag (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getContextGroupExtensionFlagTag () const |
| bool | setContextGroupExtensionFlag (unsigned long idx, std::string parameter) |
| bool | getContextGroupLocalVersion (unsigned long idx, std::string ¶meter) const |
| bool | getContextGroupLocalVersion (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getContextGroupLocalVersionTag () const |
| bool | setContextGroupLocalVersion (unsigned long idx, std::string parameter) |
| bool | getContextGroupVersion (unsigned long idx, std::string ¶meter) const |
| bool | getContextGroupVersion (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getContextGroupVersionTag () const |
| bool | setContextGroupVersion (unsigned long idx, std::string parameter) |
| bool | getContextIdentifier (unsigned long idx, std::string ¶meter) const |
| bool | getContextIdentifier (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getContextIdentifierTag () const |
| bool | setContextIdentifier (unsigned long idx, std::string parameter) |
| bool | getMappingResource (unsigned long idx, std::string ¶meter) const |
| bool | getMappingResource (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getMappingResourceTag () const |
| bool | setMappingResource (unsigned long idx, std::string parameter) |
| void | setSequence (std::vector< DcmDRTRTROIIdentificationCodeSequenceInterface::Item > dcmSequence) |
| Set the DRTRTROIIdentificationCodeSequence this interface class provides access to. | |
| std::vector< DcmDRTRTROIIdentificationCodeSequenceInterface::Item > | getSequence () const |
| Return the DRTRTROIIdentificationCodeSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTRTROIIdentificationCodeSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DcmDRTRTROIIdentificationCodeSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTRTROIIdentificationCodeSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTRTROIIdentificationCodeSequenceInterface::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. | |
Protected Attributes | |
| std::vector< DcmDRTRTROIIdentificationCodeSequenceInterface::Item > | _itemVec |
| Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTRTROIIdentificationCodeSequence.
Definition at line 43 of file mlDcmDRTRTROIIdentificationCodeSequenceInterface.h.
|
inline |
Definition at line 123 of file mlDcmDRTRTROIIdentificationCodeSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 126 of file mlDcmDRTRTROIIdentificationCodeSequenceInterface.h.
|
inline |
Definition at line 128 of file mlDcmDRTRTROIIdentificationCodeSequenceInterface.h.
|
inlinevirtual |
Default virtual Destructor.
Definition at line 136 of file mlDcmDRTRTROIIdentificationCodeSequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 233 of file mlDcmDRTRTROIIdentificationCodeSequenceInterface.h.
|
inline |
Definition at line 238 of file mlDcmDRTRTROIIdentificationCodeSequenceInterface.h.
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::getCodeMeaning | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::getCodeMeaning | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 140 of file mlDcmDRTRTROIIdentificationCodeSequenceInterface.h.
Referenced by DRTRTROIIdentificationCodeSequenceWrapper::getCodeMeaningTag().
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::getCodeValue | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::getCodeValue | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 146 of file mlDcmDRTRTROIIdentificationCodeSequenceInterface.h.
Referenced by DRTRTROIIdentificationCodeSequenceWrapper::getCodeValueTag().
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::getCodingSchemeDesignator | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::getCodingSchemeDesignator | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 152 of file mlDcmDRTRTROIIdentificationCodeSequenceInterface.h.
Referenced by DRTRTROIIdentificationCodeSequenceWrapper::getCodingSchemeDesignatorTag().
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::getCodingSchemeVersion | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::getCodingSchemeVersion | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 158 of file mlDcmDRTRTROIIdentificationCodeSequenceInterface.h.
Referenced by DRTRTROIIdentificationCodeSequenceWrapper::getCodingSchemeVersionTag().
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::getContextGroupExtensionCreatorUID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::getContextGroupExtensionCreatorUID | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 164 of file mlDcmDRTRTROIIdentificationCodeSequenceInterface.h.
Referenced by DRTRTROIIdentificationCodeSequenceWrapper::getContextGroupExtensionCreatorUIDTag().
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::getContextGroupExtensionFlag | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::getContextGroupExtensionFlag | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 170 of file mlDcmDRTRTROIIdentificationCodeSequenceInterface.h.
Referenced by DRTRTROIIdentificationCodeSequenceWrapper::getContextGroupExtensionFlagTag().
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::getContextGroupLocalVersion | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::getContextGroupLocalVersion | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 176 of file mlDcmDRTRTROIIdentificationCodeSequenceInterface.h.
Referenced by DRTRTROIIdentificationCodeSequenceWrapper::getContextGroupLocalVersionTag().
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::getContextGroupVersion | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::getContextGroupVersion | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 182 of file mlDcmDRTRTROIIdentificationCodeSequenceInterface.h.
Referenced by DRTRTROIIdentificationCodeSequenceWrapper::getContextGroupVersionTag().
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::getContextIdentifier | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::getContextIdentifier | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 188 of file mlDcmDRTRTROIIdentificationCodeSequenceInterface.h.
Referenced by DRTRTROIIdentificationCodeSequenceWrapper::getContextIdentifierTag().
|
inline |
Gets the item at the indicated position.
Definition at line 224 of file mlDcmDRTRTROIIdentificationCodeSequenceInterface.h.
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::getMappingResource | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::getMappingResource | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 194 of file mlDcmDRTRTROIIdentificationCodeSequenceInterface.h.
Referenced by DRTRTROIIdentificationCodeSequenceWrapper::getMappingResourceTag().
|
inline |
Return number of items the internal sequence consists of.
Definition at line 218 of file mlDcmDRTRTROIIdentificationCodeSequenceInterface.h.
|
inline |
Return the DRTRTROIIdentificationCodeSequence this interface class provides access to.
| dcmSequence | Pointer to DRTRTROIIdentificationCodeSequence |
Definition at line 206 of file mlDcmDRTRTROIIdentificationCodeSequenceInterface.h.
Referenced by DRTRTROIIdentificationCodeSequenceWrapper::DRTRTROIIdentificationCodeSequenceWrapper(), and DRTRTROIIdentificationCodeSequenceWrapper::operator=().
|
inline |
Check if the DRTRTROIIdentificationCodeSequence is set.
Definition at line 212 of file mlDcmDRTRTROIIdentificationCodeSequenceInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 244 of file mlDcmDRTRTROIIdentificationCodeSequenceInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 256 of file mlDcmDRTRTROIIdentificationCodeSequenceInterface.h.
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::setCodeMeaning | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::setCodeValue | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::setCodingSchemeDesignator | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::setCodingSchemeVersion | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::setContextGroupExtensionCreatorUID | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::setContextGroupExtensionFlag | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::setContextGroupLocalVersion | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::setContextGroupVersion | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::setContextIdentifier | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTRTROIIdentificationCodeSequenceInterface::setMappingResource | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
|
inline |
Set the DRTRTROIIdentificationCodeSequence this interface class provides access to.
| dcmSequence | Pointer to DRTRTROIIdentificationCodeSequence |
Definition at line 200 of file mlDcmDRTRTROIIdentificationCodeSequenceInterface.h.
Referenced by DRTRTROIIdentificationCodeSequenceWrapper::DRTRTROIIdentificationCodeSequenceWrapper(), and DRTRTROIIdentificationCodeSequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 268 of file mlDcmDRTRTROIIdentificationCodeSequenceInterface.h.