ml::DcmDRTTreatmentMachineSequenceInterface Class Reference

Class to provide access to DRTTreatmentMachineSequence. More...

#include <mlDcmDRTTreatmentMachineSequenceInterface.h>

List of all members.

Public Member Functions

 DcmDRTTreatmentMachineSequenceInterface (DRTTreatmentMachineSequence *_dcmSequence=NULL)
 Default Constructor.
virtual ~DcmDRTTreatmentMachineSequenceInterface ()
 Default virtual Destructor.
bool getDeviceSerialNumber (unsigned long idx, std::string &parameter)
bool getDeviceSerialNumber (DRTTreatmentMachineSequence::Item &item, std::string &parameter)
std::string getDeviceSerialNumberTag () const
bool setDeviceSerialNumber (unsigned long idx, std::string &parameter)
bool getInstitutionAddress (unsigned long idx, std::string &parameter)
bool getInstitutionAddress (DRTTreatmentMachineSequence::Item &item, std::string &parameter)
std::string getInstitutionAddressTag () const
bool setInstitutionAddress (unsigned long idx, std::string &parameter)
bool getInstitutionName (unsigned long idx, std::string &parameter)
bool getInstitutionName (DRTTreatmentMachineSequence::Item &item, std::string &parameter)
std::string getInstitutionNameTag () const
bool setInstitutionName (unsigned long idx, std::string &parameter)
bool getInstitutionalDepartmentName (unsigned long idx, std::string &parameter)
bool getInstitutionalDepartmentName (DRTTreatmentMachineSequence::Item &item, std::string &parameter)
std::string getInstitutionalDepartmentNameTag () const
bool setInstitutionalDepartmentName (unsigned long idx, std::string &parameter)
bool getManufacturer (unsigned long idx, std::string &parameter)
bool getManufacturer (DRTTreatmentMachineSequence::Item &item, std::string &parameter)
std::string getManufacturerTag () const
bool setManufacturer (unsigned long idx, std::string &parameter)
bool getManufacturerModelName (unsigned long idx, std::string &parameter)
bool getManufacturerModelName (DRTTreatmentMachineSequence::Item &item, std::string &parameter)
std::string getManufacturerModelNameTag () const
bool setManufacturerModelName (unsigned long idx, std::string &parameter)
bool getTreatmentMachineName (unsigned long idx, std::string &parameter)
bool getTreatmentMachineName (DRTTreatmentMachineSequence::Item &item, std::string &parameter)
std::string getTreatmentMachineNameTag () const
bool setTreatmentMachineName (unsigned long idx, std::string &parameter)
void setSequence (DRTTreatmentMachineSequence *dcmSequence)
 Set the DRTTreatmentMachineSequence this interface class provides access to.
DRTTreatmentMachineSequence * getSequence () const
 Return the DRTTreatmentMachineSequence this interface class provides access to.
bool hasSequence () const
 Check if the DRTTreatmentMachineSequence is set.
MLint getNumberOfItems () const
 Return number of items the internal sequence consists of.
DRTTreatmentMachineSequence::Item * getItem (const unsigned long idx)
 Return number of items the internal sequence consists of.
DRTTreatmentMachineSequence::Item * addItem ()
 Return number of items the internal sequence consists of.
bool insertItem (const unsigned long idx)
 Return number of items the internal sequence consists of.
bool removeItem (const unsigned long idx)
 Return number of items the internal sequence consists of.

Protected Attributes

DRTTreatmentMachineSequence * _dcmSequence
 Reference to the wrapped DcmSequence.


Detailed Description

Class to provide access to DRTTreatmentMachineSequence.

Definition at line 42 of file mlDcmDRTTreatmentMachineSequenceInterface.h.


Constructor & Destructor Documentation

ml::DcmDRTTreatmentMachineSequenceInterface::DcmDRTTreatmentMachineSequenceInterface ( DRTTreatmentMachineSequence *  _dcmSequence = NULL  )  [inline]

Default Constructor.

Definition at line 46 of file mlDcmDRTTreatmentMachineSequenceInterface.h.

virtual ml::DcmDRTTreatmentMachineSequenceInterface::~DcmDRTTreatmentMachineSequenceInterface (  )  [inline, virtual]

Default virtual Destructor.

Definition at line 49 of file mlDcmDRTTreatmentMachineSequenceInterface.h.


Member Function Documentation

DRTTreatmentMachineSequence::Item* ml::DcmDRTTreatmentMachineSequenceInterface::addItem (  )  [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 131 of file mlDcmDRTTreatmentMachineSequenceInterface.h.

bool ml::DcmDRTTreatmentMachineSequenceInterface::getDeviceSerialNumber ( DRTTreatmentMachineSequence::Item &  item,
std::string &  parameter 
)

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

std::string ml::DcmDRTTreatmentMachineSequenceInterface::getDeviceSerialNumberTag (  )  const [inline]

Definition at line 53 of file mlDcmDRTTreatmentMachineSequenceInterface.h.

bool ml::DcmDRTTreatmentMachineSequenceInterface::getInstitutionAddress ( DRTTreatmentMachineSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTTreatmentMachineSequenceInterface::getInstitutionAddress ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTTreatmentMachineSequenceInterface::getInstitutionAddressTag (  )  const [inline]

Definition at line 59 of file mlDcmDRTTreatmentMachineSequenceInterface.h.

bool ml::DcmDRTTreatmentMachineSequenceInterface::getInstitutionalDepartmentName ( DRTTreatmentMachineSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTTreatmentMachineSequenceInterface::getInstitutionalDepartmentName ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTTreatmentMachineSequenceInterface::getInstitutionalDepartmentNameTag (  )  const [inline]

Definition at line 71 of file mlDcmDRTTreatmentMachineSequenceInterface.h.

bool ml::DcmDRTTreatmentMachineSequenceInterface::getInstitutionName ( DRTTreatmentMachineSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTTreatmentMachineSequenceInterface::getInstitutionName ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTTreatmentMachineSequenceInterface::getInstitutionNameTag (  )  const [inline]

Definition at line 65 of file mlDcmDRTTreatmentMachineSequenceInterface.h.

DRTTreatmentMachineSequence::Item* ml::DcmDRTTreatmentMachineSequenceInterface::getItem ( const unsigned long  idx  )  [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 122 of file mlDcmDRTTreatmentMachineSequenceInterface.h.

bool ml::DcmDRTTreatmentMachineSequenceInterface::getManufacturer ( DRTTreatmentMachineSequence::Item &  item,
std::string &  parameter 
)

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

bool ml::DcmDRTTreatmentMachineSequenceInterface::getManufacturerModelName ( DRTTreatmentMachineSequence::Item &  item,
std::string &  parameter 
)

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

std::string ml::DcmDRTTreatmentMachineSequenceInterface::getManufacturerModelNameTag (  )  const [inline]

Definition at line 83 of file mlDcmDRTTreatmentMachineSequenceInterface.h.

std::string ml::DcmDRTTreatmentMachineSequenceInterface::getManufacturerTag (  )  const [inline]

Definition at line 77 of file mlDcmDRTTreatmentMachineSequenceInterface.h.

MLint ml::DcmDRTTreatmentMachineSequenceInterface::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 113 of file mlDcmDRTTreatmentMachineSequenceInterface.h.

DRTTreatmentMachineSequence* ml::DcmDRTTreatmentMachineSequenceInterface::getSequence (  )  const [inline]

Return the DRTTreatmentMachineSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTTreatmentMachineSequence

Definition at line 101 of file mlDcmDRTTreatmentMachineSequenceInterface.h.

bool ml::DcmDRTTreatmentMachineSequenceInterface::getTreatmentMachineName ( DRTTreatmentMachineSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTTreatmentMachineSequenceInterface::getTreatmentMachineName ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTTreatmentMachineSequenceInterface::getTreatmentMachineNameTag (  )  const [inline]

Definition at line 89 of file mlDcmDRTTreatmentMachineSequenceInterface.h.

bool ml::DcmDRTTreatmentMachineSequenceInterface::hasSequence (  )  const [inline]

Check if the DRTTreatmentMachineSequence is set.

Returns:
True if internal pointer is set, False else.

Definition at line 107 of file mlDcmDRTTreatmentMachineSequenceInterface.h.

bool ml::DcmDRTTreatmentMachineSequenceInterface::insertItem ( const unsigned long  idx  )  [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 142 of file mlDcmDRTTreatmentMachineSequenceInterface.h.

bool ml::DcmDRTTreatmentMachineSequenceInterface::removeItem ( const unsigned long  idx  )  [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 153 of file mlDcmDRTTreatmentMachineSequenceInterface.h.

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

bool ml::DcmDRTTreatmentMachineSequenceInterface::setInstitutionAddress ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTTreatmentMachineSequenceInterface::setInstitutionalDepartmentName ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTTreatmentMachineSequenceInterface::setInstitutionName ( unsigned long  idx,
std::string &  parameter 
)

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

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

void ml::DcmDRTTreatmentMachineSequenceInterface::setSequence ( DRTTreatmentMachineSequence *  dcmSequence  )  [inline]

Set the DRTTreatmentMachineSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTTreatmentMachineSequence

Definition at line 95 of file mlDcmDRTTreatmentMachineSequenceInterface.h.

bool ml::DcmDRTTreatmentMachineSequenceInterface::setTreatmentMachineName ( unsigned long  idx,
std::string &  parameter 
)


Member Data Documentation

DRTTreatmentMachineSequence* ml::DcmDRTTreatmentMachineSequenceInterface::_dcmSequence [protected]

Reference to the wrapped DcmSequence.

Definition at line 163 of file mlDcmDRTTreatmentMachineSequenceInterface.h.


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

Generated on Sat Sep 3 18:39:48 2011 for MeVisLab Toolbox Reference by  doxygen 1.5.8