|
| DcmDRTConceptCodeSequenceInterface () |
|
| DcmDRTConceptCodeSequenceInterface (std::vector< DcmDRTConceptCodeSequenceInterface::Item > dcmSequence) |
| Default Constructor.
|
|
| DcmDRTConceptCodeSequenceInterface (DCMTree::TreePtrVector treePtrSeq) |
|
virtual | ~DcmDRTConceptCodeSequenceInterface () |
| 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< DcmDRTConceptCodeSequenceInterface::Item > dcmSequence) |
| Set the DRTConceptCodeSequence this interface class provides access to.
|
|
std::vector< DcmDRTConceptCodeSequenceInterface::Item > | getSequence () const |
| Return the DRTConceptCodeSequence this interface class provides access to.
|
|
bool | hasSequence () const |
| Check if the DRTConceptCodeSequence is set.
|
|
MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of.
|
|
DcmDRTConceptCodeSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position.
|
|
DcmDRTConceptCodeSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence.
|
|
void | addItem (DcmDRTConceptCodeSequenceInterface::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.
|
|
Class to provide access to DRTConceptCodeSequence.
Definition at line 43 of file mlDcmDRTConceptCodeSequenceInterface.h.