|
MeVisLab Toolbox Reference
|
Class to provide access to DRTCodingSchemeIdentificationSequence. More...
#include <mlDcmDRTCodingSchemeIdentificationSequenceInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTCodingSchemeIdentificationSequenceInterface () | |
| DcmDRTCodingSchemeIdentificationSequenceInterface (std::vector< DcmDRTCodingSchemeIdentificationSequenceInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTCodingSchemeIdentificationSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTCodingSchemeIdentificationSequenceInterface () |
| Default virtual Destructor. | |
| 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 | getCodingSchemeExternalID (unsigned long idx, std::string ¶meter) const |
| bool | getCodingSchemeExternalID (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getCodingSchemeExternalIDTag () const |
| bool | setCodingSchemeExternalID (unsigned long idx, std::string parameter) |
| bool | getCodingSchemeName (unsigned long idx, std::string ¶meter) const |
| bool | getCodingSchemeName (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getCodingSchemeNameTag () const |
| bool | setCodingSchemeName (unsigned long idx, std::string parameter) |
| bool | getCodingSchemeRegistry (unsigned long idx, std::string ¶meter) const |
| bool | getCodingSchemeRegistry (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getCodingSchemeRegistryTag () const |
| bool | setCodingSchemeRegistry (unsigned long idx, std::string parameter) |
| bool | getCodingSchemeResponsibleOrganization (unsigned long idx, std::string ¶meter) const |
| bool | getCodingSchemeResponsibleOrganization (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getCodingSchemeResponsibleOrganizationTag () const |
| bool | setCodingSchemeResponsibleOrganization (unsigned long idx, std::string parameter) |
| bool | getCodingSchemeUID (unsigned long idx, std::string ¶meter) const |
| bool | getCodingSchemeUID (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getCodingSchemeUIDTag () const |
| bool | setCodingSchemeUID (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) |
| void | setSequence (std::vector< DcmDRTCodingSchemeIdentificationSequenceInterface::Item > dcmSequence) |
| Set the DRTCodingSchemeIdentificationSequence this interface class provides access to. | |
| std::vector< DcmDRTCodingSchemeIdentificationSequenceInterface::Item > | getSequence () const |
| Return the DRTCodingSchemeIdentificationSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTCodingSchemeIdentificationSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DcmDRTCodingSchemeIdentificationSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTCodingSchemeIdentificationSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTCodingSchemeIdentificationSequenceInterface::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< DcmDRTCodingSchemeIdentificationSequenceInterface::Item > | _itemVec |
| Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTCodingSchemeIdentificationSequence.
Definition at line 43 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
|
inline |
Definition at line 108 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 111 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
|
inline |
Definition at line 113 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
|
inlinevirtual |
Default virtual Destructor.
Definition at line 121 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 200 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
|
inline |
Definition at line 205 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeDesignator | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeDesignator | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 125 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
Referenced by DRTCodingSchemeIdentificationSequenceWrapper::getCodingSchemeDesignatorTag().
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeExternalID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeExternalID | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 131 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
Referenced by DRTCodingSchemeIdentificationSequenceWrapper::getCodingSchemeExternalIDTag().
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeName | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeName | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 137 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
Referenced by DRTCodingSchemeIdentificationSequenceWrapper::getCodingSchemeNameTag().
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeRegistry | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeRegistry | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 143 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
Referenced by DRTCodingSchemeIdentificationSequenceWrapper::getCodingSchemeRegistryTag().
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeResponsibleOrganization | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeResponsibleOrganization | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 149 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
Referenced by DRTCodingSchemeIdentificationSequenceWrapper::getCodingSchemeResponsibleOrganizationTag().
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeUID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeUID | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 155 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
Referenced by DRTCodingSchemeIdentificationSequenceWrapper::getCodingSchemeUIDTag().
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeVersion | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeVersion | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 161 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
Referenced by DRTCodingSchemeIdentificationSequenceWrapper::getCodingSchemeVersionTag().
|
inline |
Gets the item at the indicated position.
Definition at line 191 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
|
inline |
Return number of items the internal sequence consists of.
Definition at line 185 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
|
inline |
Return the DRTCodingSchemeIdentificationSequence this interface class provides access to.
| dcmSequence | Pointer to DRTCodingSchemeIdentificationSequence |
Definition at line 173 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
Referenced by DRTCodingSchemeIdentificationSequenceWrapper::DRTCodingSchemeIdentificationSequenceWrapper(), and DRTCodingSchemeIdentificationSequenceWrapper::operator=().
|
inline |
Check if the DRTCodingSchemeIdentificationSequence is set.
Definition at line 179 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 211 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 223 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::setCodingSchemeDesignator | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::setCodingSchemeExternalID | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::setCodingSchemeName | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::setCodingSchemeRegistry | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::setCodingSchemeResponsibleOrganization | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::setCodingSchemeUID | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::setCodingSchemeVersion | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
|
inline |
Set the DRTCodingSchemeIdentificationSequence this interface class provides access to.
| dcmSequence | Pointer to DRTCodingSchemeIdentificationSequence |
Definition at line 167 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
Referenced by DRTCodingSchemeIdentificationSequenceWrapper::DRTCodingSchemeIdentificationSequenceWrapper(), and DRTCodingSchemeIdentificationSequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 235 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.