MeVisLab Toolbox Reference
ml::DcmDRTDeviceSequenceInterface Class 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 &parameter) const
bool getCodeMeaning (DCMTree::TreePtr item, std::string &parameter) const
std::string getCodeMeaningTag () const
bool setCodeMeaning (unsigned long idx, std::string parameter)
bool getCodeValue (unsigned long idx, std::string &parameter) const
bool getCodeValue (DCMTree::TreePtr item, std::string &parameter) const
std::string getCodeValueTag () const
bool setCodeValue (unsigned long idx, std::string parameter)
bool getCodingSchemeDesignator (unsigned long idx, std::string &parameter) const
bool getCodingSchemeDesignator (DCMTree::TreePtr item, std::string &parameter) const
std::string getCodingSchemeDesignatorTag () const
bool setCodingSchemeDesignator (unsigned long idx, std::string parameter)
bool getCodingSchemeVersion (unsigned long idx, std::string &parameter) const
bool getCodingSchemeVersion (DCMTree::TreePtr item, std::string &parameter) const
std::string getCodingSchemeVersionTag () const
bool setCodingSchemeVersion (unsigned long idx, std::string parameter)
bool getContextGroupExtensionCreatorUID (unsigned long idx, std::string &parameter) const
bool getContextGroupExtensionCreatorUID (DCMTree::TreePtr item, std::string &parameter) const
std::string getContextGroupExtensionCreatorUIDTag () const
bool setContextGroupExtensionCreatorUID (unsigned long idx, std::string parameter)
bool getContextGroupExtensionFlag (unsigned long idx, std::string &parameter) const
bool getContextGroupExtensionFlag (DCMTree::TreePtr item, std::string &parameter) const
std::string getContextGroupExtensionFlagTag () const
bool setContextGroupExtensionFlag (unsigned long idx, std::string parameter)
bool getContextGroupLocalVersion (unsigned long idx, std::string &parameter) const
bool getContextGroupLocalVersion (DCMTree::TreePtr item, std::string &parameter) const
std::string getContextGroupLocalVersionTag () const
bool setContextGroupLocalVersion (unsigned long idx, std::string parameter)
bool getContextGroupVersion (unsigned long idx, std::string &parameter) const
bool getContextGroupVersion (DCMTree::TreePtr item, std::string &parameter) const
std::string getContextGroupVersionTag () const
bool setContextGroupVersion (unsigned long idx, std::string parameter)
bool getContextIdentifier (unsigned long idx, std::string &parameter) const
bool getContextIdentifier (DCMTree::TreePtr item, std::string &parameter) const
std::string getContextIdentifierTag () const
bool setContextIdentifier (unsigned long idx, std::string parameter)
bool getDeviceDescription (unsigned long idx, std::string &parameter) const
bool getDeviceDescription (DCMTree::TreePtr item, std::string &parameter) const
std::string getDeviceDescriptionTag () const
bool setDeviceDescription (unsigned long idx, std::string parameter)
bool getDeviceDiameter (unsigned long idx, std::string &parameter) const
bool getDeviceDiameter (DCMTree::TreePtr item, std::string &parameter) const
std::string getDeviceDiameterTag () const
bool setDeviceDiameter (unsigned long idx, std::string parameter)
bool getDeviceDiameterUnits (unsigned long idx, std::string &parameter) const
bool getDeviceDiameterUnits (DCMTree::TreePtr item, std::string &parameter) const
std::string getDeviceDiameterUnitsTag () const
bool setDeviceDiameterUnits (unsigned long idx, std::string parameter)
bool getDeviceID (unsigned long idx, std::string &parameter) const
bool getDeviceID (DCMTree::TreePtr item, std::string &parameter) const
std::string getDeviceIDTag () const
bool setDeviceID (unsigned long idx, std::string parameter)
bool getDeviceLength (unsigned long idx, std::string &parameter) const
bool getDeviceLength (DCMTree::TreePtr item, std::string &parameter) const
std::string getDeviceLengthTag () const
bool setDeviceLength (unsigned long idx, std::string parameter)
bool getDeviceSerialNumber (unsigned long idx, std::string &parameter) const
bool getDeviceSerialNumber (DCMTree::TreePtr item, std::string &parameter) const
std::string getDeviceSerialNumberTag () const
bool setDeviceSerialNumber (unsigned long idx, std::string parameter)
bool getDeviceVolume (unsigned long idx, std::string &parameter) const
bool getDeviceVolume (DCMTree::TreePtr item, std::string &parameter) const
std::string getDeviceVolumeTag () const
bool setDeviceVolume (unsigned long idx, std::string parameter)
bool getInterMarkerDistance (unsigned long idx, std::string &parameter) const
bool getInterMarkerDistance (DCMTree::TreePtr item, std::string &parameter) const
std::string getInterMarkerDistanceTag () const
bool setInterMarkerDistance (unsigned long idx, std::string parameter)
bool getManufacturer (unsigned long idx, std::string &parameter) const
bool getManufacturer (DCMTree::TreePtr item, std::string &parameter) const
std::string getManufacturerTag () const
bool setManufacturer (unsigned long idx, std::string parameter)
bool getManufacturerModelName (unsigned long idx, std::string &parameter) const
bool getManufacturerModelName (DCMTree::TreePtr item, std::string &parameter) const
std::string getManufacturerModelNameTag () const
bool setManufacturerModelName (unsigned long idx, std::string parameter)
bool getMappingResource (unsigned long idx, std::string &parameter) const
bool getMappingResource (DCMTree::TreePtr item, std::string &parameter) const
std::string getMappingResourceTag () const
bool setMappingResource (unsigned long idx, std::string parameter)
void setSequence (std::vector< DcmDRTDeviceSequenceInterface::Item > dcmSequence)
std::vector< DcmDRTDeviceSequenceInterface::ItemgetSequence () const
bool hasSequence () const
MLint getNumberOfItems () const
DcmDRTDeviceSequenceInterface::Item getItem (const size_t idx) const
DcmDRTDeviceSequenceInterface::ItemaddItem ()
void addItem (DcmDRTDeviceSequenceInterface::Item newItem)
bool insertItem (const size_t idx)
bool removeItem (const size_t idx)

Protected Attributes

std::vector< DcmDRTDeviceSequenceInterface::Item_itemVec
 Reference to the wrapped DICOM tree pointer vector.

Detailed Description

Class to provide access to DRTDeviceSequence.

Definition at line 43 of file mlDcmDRTDeviceSequenceInterface.h.

Constructor & Destructor Documentation

◆ DcmDRTDeviceSequenceInterface() [1/3]

ml::DcmDRTDeviceSequenceInterface::DcmDRTDeviceSequenceInterface ( )
inline

Definition at line 173 of file mlDcmDRTDeviceSequenceInterface.h.

◆ DcmDRTDeviceSequenceInterface() [2/3]

ml::DcmDRTDeviceSequenceInterface::DcmDRTDeviceSequenceInterface ( std::vector< DcmDRTDeviceSequenceInterface::Item > dcmSequence)
inline

Default Constructor.

Definition at line 176 of file mlDcmDRTDeviceSequenceInterface.h.

References _itemVec.

◆ DcmDRTDeviceSequenceInterface() [3/3]

ml::DcmDRTDeviceSequenceInterface::DcmDRTDeviceSequenceInterface ( DCMTree::TreePtrVector treePtrSeq)
inline

Definition at line 178 of file mlDcmDRTDeviceSequenceInterface.h.

References _itemVec.

◆ ~DcmDRTDeviceSequenceInterface()

virtual ml::DcmDRTDeviceSequenceInterface::~DcmDRTDeviceSequenceInterface ( )
inlinevirtual

Default virtual Destructor.

Definition at line 186 of file mlDcmDRTDeviceSequenceInterface.h.

Member Function Documentation

◆ addItem() [1/2]

DcmDRTDeviceSequenceInterface::Item & ml::DcmDRTDeviceSequenceInterface::addItem ( )
inline

Adds a new item to the sequence

Returns
Return the new item which has been added to the sequence

Definition at line 343 of file mlDcmDRTDeviceSequenceInterface.h.

References _itemVec.

◆ addItem() [2/2]

void ml::DcmDRTDeviceSequenceInterface::addItem ( DcmDRTDeviceSequenceInterface::Item newItem)
inline

Definition at line 348 of file mlDcmDRTDeviceSequenceInterface.h.

References _itemVec.

◆ getCodeMeaning() [1/2]

bool ml::DcmDRTDeviceSequenceInterface::getCodeMeaning ( DCMTree::TreePtr item,
std::string & parameter ) const

◆ getCodeMeaning() [2/2]

bool ml::DcmDRTDeviceSequenceInterface::getCodeMeaning ( unsigned long idx,
std::string & parameter ) const

◆ getCodeMeaningTag()

std::string ml::DcmDRTDeviceSequenceInterface::getCodeMeaningTag ( ) const
inline

Definition at line 190 of file mlDcmDRTDeviceSequenceInterface.h.

◆ getCodeValue() [1/2]

bool ml::DcmDRTDeviceSequenceInterface::getCodeValue ( DCMTree::TreePtr item,
std::string & parameter ) const

◆ getCodeValue() [2/2]

bool ml::DcmDRTDeviceSequenceInterface::getCodeValue ( unsigned long idx,
std::string & parameter ) const

◆ getCodeValueTag()

std::string ml::DcmDRTDeviceSequenceInterface::getCodeValueTag ( ) const
inline

Definition at line 196 of file mlDcmDRTDeviceSequenceInterface.h.

◆ getCodingSchemeDesignator() [1/2]

bool ml::DcmDRTDeviceSequenceInterface::getCodingSchemeDesignator ( DCMTree::TreePtr item,
std::string & parameter ) const

◆ getCodingSchemeDesignator() [2/2]

bool ml::DcmDRTDeviceSequenceInterface::getCodingSchemeDesignator ( unsigned long idx,
std::string & parameter ) const

◆ getCodingSchemeDesignatorTag()

std::string ml::DcmDRTDeviceSequenceInterface::getCodingSchemeDesignatorTag ( ) const
inline

Definition at line 202 of file mlDcmDRTDeviceSequenceInterface.h.

◆ getCodingSchemeVersion() [1/2]

bool ml::DcmDRTDeviceSequenceInterface::getCodingSchemeVersion ( DCMTree::TreePtr item,
std::string & parameter ) const

◆ getCodingSchemeVersion() [2/2]

bool ml::DcmDRTDeviceSequenceInterface::getCodingSchemeVersion ( unsigned long idx,
std::string & parameter ) const

◆ getCodingSchemeVersionTag()

std::string ml::DcmDRTDeviceSequenceInterface::getCodingSchemeVersionTag ( ) const
inline

Definition at line 208 of file mlDcmDRTDeviceSequenceInterface.h.

◆ getContextGroupExtensionCreatorUID() [1/2]

bool ml::DcmDRTDeviceSequenceInterface::getContextGroupExtensionCreatorUID ( DCMTree::TreePtr item,
std::string & parameter ) const

◆ getContextGroupExtensionCreatorUID() [2/2]

bool ml::DcmDRTDeviceSequenceInterface::getContextGroupExtensionCreatorUID ( unsigned long idx,
std::string & parameter ) const

◆ getContextGroupExtensionCreatorUIDTag()

std::string ml::DcmDRTDeviceSequenceInterface::getContextGroupExtensionCreatorUIDTag ( ) const
inline

Definition at line 214 of file mlDcmDRTDeviceSequenceInterface.h.

◆ getContextGroupExtensionFlag() [1/2]

bool ml::DcmDRTDeviceSequenceInterface::getContextGroupExtensionFlag ( DCMTree::TreePtr item,
std::string & parameter ) const

◆ getContextGroupExtensionFlag() [2/2]

bool ml::DcmDRTDeviceSequenceInterface::getContextGroupExtensionFlag ( unsigned long idx,
std::string & parameter ) const

◆ getContextGroupExtensionFlagTag()

std::string ml::DcmDRTDeviceSequenceInterface::getContextGroupExtensionFlagTag ( ) const
inline

Definition at line 220 of file mlDcmDRTDeviceSequenceInterface.h.

◆ getContextGroupLocalVersion() [1/2]

bool ml::DcmDRTDeviceSequenceInterface::getContextGroupLocalVersion ( DCMTree::TreePtr item,
std::string & parameter ) const

◆ getContextGroupLocalVersion() [2/2]

bool ml::DcmDRTDeviceSequenceInterface::getContextGroupLocalVersion ( unsigned long idx,
std::string & parameter ) const

◆ getContextGroupLocalVersionTag()

std::string ml::DcmDRTDeviceSequenceInterface::getContextGroupLocalVersionTag ( ) const
inline

Definition at line 226 of file mlDcmDRTDeviceSequenceInterface.h.

◆ getContextGroupVersion() [1/2]

bool ml::DcmDRTDeviceSequenceInterface::getContextGroupVersion ( DCMTree::TreePtr item,
std::string & parameter ) const

◆ getContextGroupVersion() [2/2]

bool ml::DcmDRTDeviceSequenceInterface::getContextGroupVersion ( unsigned long idx,
std::string & parameter ) const

◆ getContextGroupVersionTag()

std::string ml::DcmDRTDeviceSequenceInterface::getContextGroupVersionTag ( ) const
inline

Definition at line 232 of file mlDcmDRTDeviceSequenceInterface.h.

◆ getContextIdentifier() [1/2]

bool ml::DcmDRTDeviceSequenceInterface::getContextIdentifier ( DCMTree::TreePtr item,
std::string & parameter ) const

◆ getContextIdentifier() [2/2]

bool ml::DcmDRTDeviceSequenceInterface::getContextIdentifier ( unsigned long idx,
std::string & parameter ) const

◆ getContextIdentifierTag()

std::string ml::DcmDRTDeviceSequenceInterface::getContextIdentifierTag ( ) const
inline

Definition at line 238 of file mlDcmDRTDeviceSequenceInterface.h.

◆ getDeviceDescription() [1/2]

bool ml::DcmDRTDeviceSequenceInterface::getDeviceDescription ( DCMTree::TreePtr item,
std::string & parameter ) const

◆ getDeviceDescription() [2/2]

bool ml::DcmDRTDeviceSequenceInterface::getDeviceDescription ( unsigned long idx,
std::string & parameter ) const

◆ getDeviceDescriptionTag()

std::string ml::DcmDRTDeviceSequenceInterface::getDeviceDescriptionTag ( ) const
inline

Definition at line 244 of file mlDcmDRTDeviceSequenceInterface.h.

◆ getDeviceDiameter() [1/2]

bool ml::DcmDRTDeviceSequenceInterface::getDeviceDiameter ( DCMTree::TreePtr item,
std::string & parameter ) const

◆ getDeviceDiameter() [2/2]

bool ml::DcmDRTDeviceSequenceInterface::getDeviceDiameter ( unsigned long idx,
std::string & parameter ) const

◆ getDeviceDiameterTag()

std::string ml::DcmDRTDeviceSequenceInterface::getDeviceDiameterTag ( ) const
inline

Definition at line 250 of file mlDcmDRTDeviceSequenceInterface.h.

◆ getDeviceDiameterUnits() [1/2]

bool ml::DcmDRTDeviceSequenceInterface::getDeviceDiameterUnits ( DCMTree::TreePtr item,
std::string & parameter ) const

◆ getDeviceDiameterUnits() [2/2]

bool ml::DcmDRTDeviceSequenceInterface::getDeviceDiameterUnits ( unsigned long idx,
std::string & parameter ) const

◆ getDeviceDiameterUnitsTag()

std::string ml::DcmDRTDeviceSequenceInterface::getDeviceDiameterUnitsTag ( ) const
inline

Definition at line 256 of file mlDcmDRTDeviceSequenceInterface.h.

◆ getDeviceID() [1/2]

bool ml::DcmDRTDeviceSequenceInterface::getDeviceID ( DCMTree::TreePtr item,
std::string & parameter ) const

◆ getDeviceID() [2/2]

bool ml::DcmDRTDeviceSequenceInterface::getDeviceID ( unsigned long idx,
std::string & parameter ) const

◆ getDeviceIDTag()

std::string ml::DcmDRTDeviceSequenceInterface::getDeviceIDTag ( ) const
inline

Definition at line 262 of file mlDcmDRTDeviceSequenceInterface.h.

◆ getDeviceLength() [1/2]

bool ml::DcmDRTDeviceSequenceInterface::getDeviceLength ( DCMTree::TreePtr item,
std::string & parameter ) const

◆ getDeviceLength() [2/2]

bool ml::DcmDRTDeviceSequenceInterface::getDeviceLength ( unsigned long idx,
std::string & parameter ) const

◆ getDeviceLengthTag()

std::string ml::DcmDRTDeviceSequenceInterface::getDeviceLengthTag ( ) const
inline

Definition at line 268 of file mlDcmDRTDeviceSequenceInterface.h.

◆ getDeviceSerialNumber() [1/2]

bool ml::DcmDRTDeviceSequenceInterface::getDeviceSerialNumber ( DCMTree::TreePtr item,
std::string & parameter ) const

◆ getDeviceSerialNumber() [2/2]

bool ml::DcmDRTDeviceSequenceInterface::getDeviceSerialNumber ( unsigned long idx,
std::string & parameter ) const

◆ getDeviceSerialNumberTag()

std::string ml::DcmDRTDeviceSequenceInterface::getDeviceSerialNumberTag ( ) const
inline

Definition at line 274 of file mlDcmDRTDeviceSequenceInterface.h.

◆ getDeviceVolume() [1/2]

bool ml::DcmDRTDeviceSequenceInterface::getDeviceVolume ( DCMTree::TreePtr item,
std::string & parameter ) const

◆ getDeviceVolume() [2/2]

bool ml::DcmDRTDeviceSequenceInterface::getDeviceVolume ( unsigned long idx,
std::string & parameter ) const

◆ getDeviceVolumeTag()

std::string ml::DcmDRTDeviceSequenceInterface::getDeviceVolumeTag ( ) const
inline

Definition at line 280 of file mlDcmDRTDeviceSequenceInterface.h.

◆ getInterMarkerDistance() [1/2]

bool ml::DcmDRTDeviceSequenceInterface::getInterMarkerDistance ( DCMTree::TreePtr item,
std::string & parameter ) const

◆ getInterMarkerDistance() [2/2]

bool ml::DcmDRTDeviceSequenceInterface::getInterMarkerDistance ( unsigned long idx,
std::string & parameter ) const

◆ getInterMarkerDistanceTag()

std::string ml::DcmDRTDeviceSequenceInterface::getInterMarkerDistanceTag ( ) const
inline

Definition at line 286 of file mlDcmDRTDeviceSequenceInterface.h.

◆ getItem()

DcmDRTDeviceSequenceInterface::Item ml::DcmDRTDeviceSequenceInterface::getItem ( const size_t idx) const
inline

Gets the item at the indicated position.

Returns
The requested item, an empty item when the position is invalid

Definition at line 334 of file mlDcmDRTDeviceSequenceInterface.h.

References _itemVec.

◆ getManufacturer() [1/2]

bool ml::DcmDRTDeviceSequenceInterface::getManufacturer ( DCMTree::TreePtr item,
std::string & parameter ) const

◆ getManufacturer() [2/2]

bool ml::DcmDRTDeviceSequenceInterface::getManufacturer ( unsigned long idx,
std::string & parameter ) const

◆ getManufacturerModelName() [1/2]

bool ml::DcmDRTDeviceSequenceInterface::getManufacturerModelName ( DCMTree::TreePtr item,
std::string & parameter ) const

◆ getManufacturerModelName() [2/2]

bool ml::DcmDRTDeviceSequenceInterface::getManufacturerModelName ( unsigned long idx,
std::string & parameter ) const

◆ getManufacturerModelNameTag()

std::string ml::DcmDRTDeviceSequenceInterface::getManufacturerModelNameTag ( ) const
inline

Definition at line 298 of file mlDcmDRTDeviceSequenceInterface.h.

◆ getManufacturerTag()

std::string ml::DcmDRTDeviceSequenceInterface::getManufacturerTag ( ) const
inline

Definition at line 292 of file mlDcmDRTDeviceSequenceInterface.h.

◆ getMappingResource() [1/2]

bool ml::DcmDRTDeviceSequenceInterface::getMappingResource ( DCMTree::TreePtr item,
std::string & parameter ) const

◆ getMappingResource() [2/2]

bool ml::DcmDRTDeviceSequenceInterface::getMappingResource ( unsigned long idx,
std::string & parameter ) const

◆ getMappingResourceTag()

std::string ml::DcmDRTDeviceSequenceInterface::getMappingResourceTag ( ) const
inline

Definition at line 304 of file mlDcmDRTDeviceSequenceInterface.h.

◆ getNumberOfItems()

MLint ml::DcmDRTDeviceSequenceInterface::getNumberOfItems ( ) const
inline

Return number of items the internal sequence consists of.

Returns
Number of items of internal sequence, 0 if internal sequence is NULL.

Definition at line 328 of file mlDcmDRTDeviceSequenceInterface.h.

References _itemVec.

◆ getSequence()

std::vector< DcmDRTDeviceSequenceInterface::Item > ml::DcmDRTDeviceSequenceInterface::getSequence ( ) const
inline

Return the DRTDeviceSequence this interface class provides access to.

Parameters
dcmSequencePointer to DRTDeviceSequence

Definition at line 316 of file mlDcmDRTDeviceSequenceInterface.h.

References _itemVec.

Referenced by DRTDeviceSequenceWrapper::DRTDeviceSequenceWrapper(), and DRTDeviceSequenceWrapper::operator=().

◆ hasSequence()

bool ml::DcmDRTDeviceSequenceInterface::hasSequence ( ) const
inline

Check if the DRTDeviceSequence is set.

Returns
True if internal pointer is set, False else.

Definition at line 322 of file mlDcmDRTDeviceSequenceInterface.h.

References _itemVec.

◆ insertItem()

bool ml::DcmDRTDeviceSequenceInterface::insertItem ( const size_t idx)
inline

Insert an item at the indicated position

Returns
true is the insertion was successful, false if position is invalid

Definition at line 354 of file mlDcmDRTDeviceSequenceInterface.h.

References _itemVec.

◆ removeItem()

bool ml::DcmDRTDeviceSequenceInterface::removeItem ( const size_t idx)
inline

Removes the indicated item from the sequence

Returns
true if the item was deleted successfully, false if the indicated position is invalid

Definition at line 366 of file mlDcmDRTDeviceSequenceInterface.h.

References _itemVec.

◆ setCodeMeaning()

bool ml::DcmDRTDeviceSequenceInterface::setCodeMeaning ( unsigned long idx,
std::string parameter )

◆ setCodeValue()

bool ml::DcmDRTDeviceSequenceInterface::setCodeValue ( unsigned long idx,
std::string parameter )

◆ setCodingSchemeDesignator()

bool ml::DcmDRTDeviceSequenceInterface::setCodingSchemeDesignator ( unsigned long idx,
std::string parameter )

◆ setCodingSchemeVersion()

bool ml::DcmDRTDeviceSequenceInterface::setCodingSchemeVersion ( unsigned long idx,
std::string parameter )

◆ setContextGroupExtensionCreatorUID()

bool ml::DcmDRTDeviceSequenceInterface::setContextGroupExtensionCreatorUID ( unsigned long idx,
std::string parameter )

◆ setContextGroupExtensionFlag()

bool ml::DcmDRTDeviceSequenceInterface::setContextGroupExtensionFlag ( unsigned long idx,
std::string parameter )

◆ setContextGroupLocalVersion()

bool ml::DcmDRTDeviceSequenceInterface::setContextGroupLocalVersion ( unsigned long idx,
std::string parameter )

◆ setContextGroupVersion()

bool ml::DcmDRTDeviceSequenceInterface::setContextGroupVersion ( unsigned long idx,
std::string parameter )

◆ setContextIdentifier()

bool ml::DcmDRTDeviceSequenceInterface::setContextIdentifier ( unsigned long idx,
std::string parameter )

◆ setDeviceDescription()

bool ml::DcmDRTDeviceSequenceInterface::setDeviceDescription ( unsigned long idx,
std::string parameter )

◆ setDeviceDiameter()

bool ml::DcmDRTDeviceSequenceInterface::setDeviceDiameter ( unsigned long idx,
std::string parameter )

◆ setDeviceDiameterUnits()

bool ml::DcmDRTDeviceSequenceInterface::setDeviceDiameterUnits ( unsigned long idx,
std::string parameter )

◆ setDeviceID()

bool ml::DcmDRTDeviceSequenceInterface::setDeviceID ( unsigned long idx,
std::string parameter )

◆ setDeviceLength()

bool ml::DcmDRTDeviceSequenceInterface::setDeviceLength ( unsigned long idx,
std::string parameter )

◆ setDeviceSerialNumber()

bool ml::DcmDRTDeviceSequenceInterface::setDeviceSerialNumber ( unsigned long idx,
std::string parameter )

◆ setDeviceVolume()

bool ml::DcmDRTDeviceSequenceInterface::setDeviceVolume ( unsigned long idx,
std::string parameter )

◆ setInterMarkerDistance()

bool ml::DcmDRTDeviceSequenceInterface::setInterMarkerDistance ( unsigned long idx,
std::string parameter )

◆ setManufacturer()

bool ml::DcmDRTDeviceSequenceInterface::setManufacturer ( unsigned long idx,
std::string parameter )

◆ setManufacturerModelName()

bool ml::DcmDRTDeviceSequenceInterface::setManufacturerModelName ( unsigned long idx,
std::string parameter )

◆ setMappingResource()

bool ml::DcmDRTDeviceSequenceInterface::setMappingResource ( unsigned long idx,
std::string parameter )

◆ setSequence()

void ml::DcmDRTDeviceSequenceInterface::setSequence ( std::vector< DcmDRTDeviceSequenceInterface::Item > dcmSequence)
inline

Set the DRTDeviceSequence this interface class provides access to.

Parameters
dcmSequencePointer to DRTDeviceSequence

Definition at line 310 of file mlDcmDRTDeviceSequenceInterface.h.

References _itemVec.

Member Data Documentation

◆ _itemVec

std::vector<DcmDRTDeviceSequenceInterface::Item> ml::DcmDRTDeviceSequenceInterface::_itemVec
protected

The documentation for this class was generated from the following file: