MeVisLab Toolbox Reference
|
Class to provide access to DRTCodingSchemeIdentificationSequence. More...
#include <mlDcmDRTCodingSchemeIdentificationSequenceInterface.h>
Classes | |
class | Item |
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.
References mlrange_cast().
|
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.
References mlrange_cast().
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.
References mlrange_cast().
|
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 DRTCodingSchemeIdentificationSequenceItemWrapper::DRTCodingSchemeIdentificationSequenceItemWrapper(), and DRTCodingSchemeIdentificationSequenceItemWrapper::operator=().
|
inline |
Check if the DRTCodingSchemeIdentificationSequence is set.
Definition at line 179 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
Insert an item at the indicated position.
Definition at line 211 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
References mlrange_cast().
Removes the indicated item from the sequence.
Definition at line 223 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.
References mlrange_cast().
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.
References mlrange_cast().
Referenced by DRTCodingSchemeIdentificationSequenceWrapper::DRTCodingSchemeIdentificationSequenceWrapper(), and DRTCodingSchemeIdentificationSequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 235 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.