|
MeVisLab Toolbox Reference
|
Class to provide access to DRTDeviceSequence. More...
#include <mlDcmDRTDeviceSequenceInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTDeviceSequenceInterface () | |
| DcmDRTDeviceSequenceInterface (std::vector< DcmDRTDeviceSequenceInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTDeviceSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTDeviceSequenceInterface () |
| 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 | getDeviceDescription (unsigned long idx, std::string ¶meter) const |
| bool | getDeviceDescription (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getDeviceDescriptionTag () const |
| bool | setDeviceDescription (unsigned long idx, std::string parameter) |
| bool | getDeviceDiameter (unsigned long idx, std::string ¶meter) const |
| bool | getDeviceDiameter (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getDeviceDiameterTag () const |
| bool | setDeviceDiameter (unsigned long idx, std::string parameter) |
| bool | getDeviceDiameterUnits (unsigned long idx, std::string ¶meter) const |
| bool | getDeviceDiameterUnits (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getDeviceDiameterUnitsTag () const |
| bool | setDeviceDiameterUnits (unsigned long idx, std::string parameter) |
| bool | getDeviceID (unsigned long idx, std::string ¶meter) const |
| bool | getDeviceID (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getDeviceIDTag () const |
| bool | setDeviceID (unsigned long idx, std::string parameter) |
| bool | getDeviceLength (unsigned long idx, std::string ¶meter) const |
| bool | getDeviceLength (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getDeviceLengthTag () const |
| bool | setDeviceLength (unsigned long idx, std::string parameter) |
| bool | getDeviceSerialNumber (unsigned long idx, std::string ¶meter) const |
| bool | getDeviceSerialNumber (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getDeviceSerialNumberTag () const |
| bool | setDeviceSerialNumber (unsigned long idx, std::string parameter) |
| bool | getDeviceVolume (unsigned long idx, std::string ¶meter) const |
| bool | getDeviceVolume (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getDeviceVolumeTag () const |
| bool | setDeviceVolume (unsigned long idx, std::string parameter) |
| bool | getInterMarkerDistance (unsigned long idx, std::string ¶meter) const |
| bool | getInterMarkerDistance (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getInterMarkerDistanceTag () const |
| bool | setInterMarkerDistance (unsigned long idx, std::string parameter) |
| bool | getManufacturer (unsigned long idx, std::string ¶meter) const |
| bool | getManufacturer (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getManufacturerTag () const |
| bool | setManufacturer (unsigned long idx, std::string parameter) |
| bool | getManufacturerModelName (unsigned long idx, std::string ¶meter) const |
| bool | getManufacturerModelName (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getManufacturerModelNameTag () const |
| bool | setManufacturerModelName (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< DcmDRTDeviceSequenceInterface::Item > dcmSequence) |
| Set the DRTDeviceSequence this interface class provides access to. | |
| std::vector< DcmDRTDeviceSequenceInterface::Item > | getSequence () const |
| Return the DRTDeviceSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTDeviceSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DcmDRTDeviceSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTDeviceSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTDeviceSequenceInterface::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< DcmDRTDeviceSequenceInterface::Item > | _itemVec |
| Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTDeviceSequence.
Definition at line 43 of file mlDcmDRTDeviceSequenceInterface.h.
|
inline |
Definition at line 173 of file mlDcmDRTDeviceSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 176 of file mlDcmDRTDeviceSequenceInterface.h.
|
inline |
Definition at line 178 of file mlDcmDRTDeviceSequenceInterface.h.
|
inlinevirtual |
Default virtual Destructor.
Definition at line 186 of file mlDcmDRTDeviceSequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 343 of file mlDcmDRTDeviceSequenceInterface.h.
|
inline |
Definition at line 348 of file mlDcmDRTDeviceSequenceInterface.h.
| bool ml::DcmDRTDeviceSequenceInterface::getCodeMeaning | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDeviceSequenceInterface::getCodeMeaning | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 190 of file mlDcmDRTDeviceSequenceInterface.h.
Referenced by DRTDeviceSequenceWrapper::getCodeMeaningTag().
| bool ml::DcmDRTDeviceSequenceInterface::getCodeValue | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDeviceSequenceInterface::getCodeValue | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 196 of file mlDcmDRTDeviceSequenceInterface.h.
Referenced by DRTDeviceSequenceWrapper::getCodeValueTag().
| bool ml::DcmDRTDeviceSequenceInterface::getCodingSchemeDesignator | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDeviceSequenceInterface::getCodingSchemeDesignator | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 202 of file mlDcmDRTDeviceSequenceInterface.h.
Referenced by DRTDeviceSequenceWrapper::getCodingSchemeDesignatorTag().
| bool ml::DcmDRTDeviceSequenceInterface::getCodingSchemeVersion | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDeviceSequenceInterface::getCodingSchemeVersion | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 208 of file mlDcmDRTDeviceSequenceInterface.h.
Referenced by DRTDeviceSequenceWrapper::getCodingSchemeVersionTag().
| bool ml::DcmDRTDeviceSequenceInterface::getContextGroupExtensionCreatorUID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDeviceSequenceInterface::getContextGroupExtensionCreatorUID | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 214 of file mlDcmDRTDeviceSequenceInterface.h.
Referenced by DRTDeviceSequenceWrapper::getContextGroupExtensionCreatorUIDTag().
| bool ml::DcmDRTDeviceSequenceInterface::getContextGroupExtensionFlag | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDeviceSequenceInterface::getContextGroupExtensionFlag | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 220 of file mlDcmDRTDeviceSequenceInterface.h.
Referenced by DRTDeviceSequenceWrapper::getContextGroupExtensionFlagTag().
| bool ml::DcmDRTDeviceSequenceInterface::getContextGroupLocalVersion | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDeviceSequenceInterface::getContextGroupLocalVersion | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 226 of file mlDcmDRTDeviceSequenceInterface.h.
Referenced by DRTDeviceSequenceWrapper::getContextGroupLocalVersionTag().
| bool ml::DcmDRTDeviceSequenceInterface::getContextGroupVersion | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDeviceSequenceInterface::getContextGroupVersion | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 232 of file mlDcmDRTDeviceSequenceInterface.h.
Referenced by DRTDeviceSequenceWrapper::getContextGroupVersionTag().
| bool ml::DcmDRTDeviceSequenceInterface::getContextIdentifier | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDeviceSequenceInterface::getContextIdentifier | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 238 of file mlDcmDRTDeviceSequenceInterface.h.
Referenced by DRTDeviceSequenceWrapper::getContextIdentifierTag().
| bool ml::DcmDRTDeviceSequenceInterface::getDeviceDescription | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDeviceSequenceInterface::getDeviceDescription | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 244 of file mlDcmDRTDeviceSequenceInterface.h.
Referenced by DRTDeviceSequenceWrapper::getDeviceDescriptionTag().
| bool ml::DcmDRTDeviceSequenceInterface::getDeviceDiameter | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDeviceSequenceInterface::getDeviceDiameter | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 250 of file mlDcmDRTDeviceSequenceInterface.h.
Referenced by DRTDeviceSequenceWrapper::getDeviceDiameterTag().
| bool ml::DcmDRTDeviceSequenceInterface::getDeviceDiameterUnits | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDeviceSequenceInterface::getDeviceDiameterUnits | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 256 of file mlDcmDRTDeviceSequenceInterface.h.
Referenced by DRTDeviceSequenceWrapper::getDeviceDiameterUnitsTag().
| bool ml::DcmDRTDeviceSequenceInterface::getDeviceID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDeviceSequenceInterface::getDeviceID | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 262 of file mlDcmDRTDeviceSequenceInterface.h.
Referenced by DRTDeviceSequenceWrapper::getDeviceIDTag().
| bool ml::DcmDRTDeviceSequenceInterface::getDeviceLength | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDeviceSequenceInterface::getDeviceLength | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 268 of file mlDcmDRTDeviceSequenceInterface.h.
Referenced by DRTDeviceSequenceWrapper::getDeviceLengthTag().
| bool ml::DcmDRTDeviceSequenceInterface::getDeviceSerialNumber | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDeviceSequenceInterface::getDeviceSerialNumber | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 274 of file mlDcmDRTDeviceSequenceInterface.h.
Referenced by DRTDeviceSequenceWrapper::getDeviceSerialNumberTag().
| bool ml::DcmDRTDeviceSequenceInterface::getDeviceVolume | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDeviceSequenceInterface::getDeviceVolume | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 280 of file mlDcmDRTDeviceSequenceInterface.h.
Referenced by DRTDeviceSequenceWrapper::getDeviceVolumeTag().
| bool ml::DcmDRTDeviceSequenceInterface::getInterMarkerDistance | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDeviceSequenceInterface::getInterMarkerDistance | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 286 of file mlDcmDRTDeviceSequenceInterface.h.
Referenced by DRTDeviceSequenceWrapper::getInterMarkerDistanceTag().
|
inline |
Gets the item at the indicated position.
Definition at line 334 of file mlDcmDRTDeviceSequenceInterface.h.
| bool ml::DcmDRTDeviceSequenceInterface::getManufacturer | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDeviceSequenceInterface::getManufacturer | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDeviceSequenceInterface::getManufacturerModelName | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDeviceSequenceInterface::getManufacturerModelName | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 298 of file mlDcmDRTDeviceSequenceInterface.h.
Referenced by DRTDeviceSequenceWrapper::getManufacturerModelNameTag().
|
inline |
Definition at line 292 of file mlDcmDRTDeviceSequenceInterface.h.
Referenced by DRTDeviceSequenceWrapper::getManufacturerTag().
| bool ml::DcmDRTDeviceSequenceInterface::getMappingResource | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDeviceSequenceInterface::getMappingResource | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 304 of file mlDcmDRTDeviceSequenceInterface.h.
Referenced by DRTDeviceSequenceWrapper::getMappingResourceTag().
|
inline |
Return number of items the internal sequence consists of.
Definition at line 328 of file mlDcmDRTDeviceSequenceInterface.h.
|
inline |
Return the DRTDeviceSequence this interface class provides access to.
| dcmSequence | Pointer to DRTDeviceSequence |
Definition at line 316 of file mlDcmDRTDeviceSequenceInterface.h.
Referenced by DRTDeviceSequenceWrapper::DRTDeviceSequenceWrapper(), and DRTDeviceSequenceWrapper::operator=().
|
inline |
Check if the DRTDeviceSequence is set.
Definition at line 322 of file mlDcmDRTDeviceSequenceInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 354 of file mlDcmDRTDeviceSequenceInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 366 of file mlDcmDRTDeviceSequenceInterface.h.
| bool ml::DcmDRTDeviceSequenceInterface::setCodeMeaning | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDeviceSequenceInterface::setCodeValue | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDeviceSequenceInterface::setCodingSchemeDesignator | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDeviceSequenceInterface::setCodingSchemeVersion | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDeviceSequenceInterface::setContextGroupExtensionCreatorUID | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDeviceSequenceInterface::setContextGroupExtensionFlag | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDeviceSequenceInterface::setContextGroupLocalVersion | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDeviceSequenceInterface::setContextGroupVersion | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDeviceSequenceInterface::setContextIdentifier | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDeviceSequenceInterface::setDeviceDescription | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDeviceSequenceInterface::setDeviceDiameter | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDeviceSequenceInterface::setDeviceDiameterUnits | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDeviceSequenceInterface::setDeviceID | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDeviceSequenceInterface::setDeviceLength | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDeviceSequenceInterface::setDeviceSerialNumber | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDeviceSequenceInterface::setDeviceVolume | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDeviceSequenceInterface::setInterMarkerDistance | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDeviceSequenceInterface::setManufacturer | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDeviceSequenceInterface::setManufacturerModelName | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDeviceSequenceInterface::setMappingResource | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
|
inline |
Set the DRTDeviceSequence this interface class provides access to.
| dcmSequence | Pointer to DRTDeviceSequence |
Definition at line 310 of file mlDcmDRTDeviceSequenceInterface.h.
Referenced by DRTDeviceSequenceWrapper::DRTDeviceSequenceWrapper(), and DRTDeviceSequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 378 of file mlDcmDRTDeviceSequenceInterface.h.