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. More...
 
 DcmDRTDeviceSequenceInterface (DCMTree::TreePtrVector treePtrSeq)
 
virtual ~DcmDRTDeviceSequenceInterface ()
 Default virtual Destructor. More...
 
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)
 Set the DRTDeviceSequence this interface class provides access to. More...
 
std::vector< DcmDRTDeviceSequenceInterface::ItemgetSequence () const
 Return the DRTDeviceSequence this interface class provides access to. More...
 
bool hasSequence () const
 Check if the DRTDeviceSequence is set. More...
 
MLint getNumberOfItems () const
 Return number of items the internal sequence consists of. More...
 
DcmDRTDeviceSequenceInterface::Item getItem (const size_t idx) const
 Gets the item at the indicated position. More...
 
DcmDRTDeviceSequenceInterface::ItemaddItem ()
 Adds a new item to the sequence. More...
 
void addItem (DcmDRTDeviceSequenceInterface::Item newItem)
 
bool insertItem (const size_t idx)
 Insert an item at the indicated position. More...
 
bool removeItem (const size_t idx)
 Removes the indicated item from the sequence. More...
 

Protected Attributes

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

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.

◆ DcmDRTDeviceSequenceInterface() [3/3]

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

Definition at line 178 of file mlDcmDRTDeviceSequenceInterface.h.

◆ ~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.

◆ addItem() [2/2]

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

Definition at line 348 of file mlDcmDRTDeviceSequenceInterface.h.

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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.

◆ 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

◆ getManufacturerTag()

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

◆ 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

◆ 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.

◆ 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.

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.

◆ 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.

◆ 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.

◆ 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.

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

Member Data Documentation

◆ _itemVec

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

Reference to the wrapped DICOM tree pointer vector.

Definition at line 378 of file mlDcmDRTDeviceSequenceInterface.h.


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