ml::DcmDRTChannelSequenceInterface Class Reference

Class to provide access to DRTChannelSequence. More...

#include <mlDcmDRTChannelSequenceInterface.h>

List of all members.

Public Member Functions

 DcmDRTChannelSequenceInterface (DRTChannelSequence *_dcmSequence=NULL)
 Default Constructor.
virtual ~DcmDRTChannelSequenceInterface ()
 Default virtual Destructor.
bool getChannelLength (unsigned long idx, std::string &parameter)
bool getChannelLength (DRTChannelSequence::Item &item, std::string &parameter)
std::string getChannelLengthTag () const
bool setChannelLength (unsigned long idx, std::string &parameter)
bool getChannelNumber (unsigned long idx, std::string &parameter)
bool getChannelNumber (DRTChannelSequence::Item &item, std::string &parameter)
std::string getChannelNumberTag () const
bool setChannelNumber (unsigned long idx, std::string &parameter)
bool getChannelTotalTime (unsigned long idx, std::string &parameter)
bool getChannelTotalTime (DRTChannelSequence::Item &item, std::string &parameter)
std::string getChannelTotalTimeTag () const
bool setChannelTotalTime (unsigned long idx, std::string &parameter)
bool getFinalCumulativeTimeWeight (unsigned long idx, std::string &parameter)
bool getFinalCumulativeTimeWeight (DRTChannelSequence::Item &item, std::string &parameter)
std::string getFinalCumulativeTimeWeightTag () const
bool setFinalCumulativeTimeWeight (unsigned long idx, std::string &parameter)
bool getMaterialID (unsigned long idx, std::string &parameter)
bool getMaterialID (DRTChannelSequence::Item &item, std::string &parameter)
std::string getMaterialIDTag () const
bool setMaterialID (unsigned long idx, std::string &parameter)
bool getNumberOfControlPoints (unsigned long idx, std::string &parameter)
bool getNumberOfControlPoints (DRTChannelSequence::Item &item, std::string &parameter)
std::string getNumberOfControlPointsTag () const
bool setNumberOfControlPoints (unsigned long idx, std::string &parameter)
bool getNumberOfPulses (unsigned long idx, std::string &parameter)
bool getNumberOfPulses (DRTChannelSequence::Item &item, std::string &parameter)
std::string getNumberOfPulsesTag () const
bool setNumberOfPulses (unsigned long idx, std::string &parameter)
bool getPulseRepetitionInterval (unsigned long idx, std::string &parameter)
bool getPulseRepetitionInterval (DRTChannelSequence::Item &item, std::string &parameter)
std::string getPulseRepetitionIntervalTag () const
bool setPulseRepetitionInterval (unsigned long idx, std::string &parameter)
bool getReferencedROINumber (unsigned long idx, std::string &parameter)
bool getReferencedROINumber (DRTChannelSequence::Item &item, std::string &parameter)
std::string getReferencedROINumberTag () const
bool setReferencedROINumber (unsigned long idx, std::string &parameter)
bool getReferencedSourceNumber (unsigned long idx, std::string &parameter)
bool getReferencedSourceNumber (DRTChannelSequence::Item &item, std::string &parameter)
std::string getReferencedSourceNumberTag () const
bool setReferencedSourceNumber (unsigned long idx, std::string &parameter)
bool getSourceApplicatorID (unsigned long idx, std::string &parameter)
bool getSourceApplicatorID (DRTChannelSequence::Item &item, std::string &parameter)
std::string getSourceApplicatorIDTag () const
bool setSourceApplicatorID (unsigned long idx, std::string &parameter)
bool getSourceApplicatorLength (unsigned long idx, std::string &parameter)
bool getSourceApplicatorLength (DRTChannelSequence::Item &item, std::string &parameter)
std::string getSourceApplicatorLengthTag () const
bool setSourceApplicatorLength (unsigned long idx, std::string &parameter)
bool getSourceApplicatorManufacturer (unsigned long idx, std::string &parameter)
bool getSourceApplicatorManufacturer (DRTChannelSequence::Item &item, std::string &parameter)
std::string getSourceApplicatorManufacturerTag () const
bool setSourceApplicatorManufacturer (unsigned long idx, std::string &parameter)
bool getSourceApplicatorName (unsigned long idx, std::string &parameter)
bool getSourceApplicatorName (DRTChannelSequence::Item &item, std::string &parameter)
std::string getSourceApplicatorNameTag () const
bool setSourceApplicatorName (unsigned long idx, std::string &parameter)
bool getSourceApplicatorNumber (unsigned long idx, std::string &parameter)
bool getSourceApplicatorNumber (DRTChannelSequence::Item &item, std::string &parameter)
std::string getSourceApplicatorNumberTag () const
bool setSourceApplicatorNumber (unsigned long idx, std::string &parameter)
bool getSourceApplicatorStepSize (unsigned long idx, std::string &parameter)
bool getSourceApplicatorStepSize (DRTChannelSequence::Item &item, std::string &parameter)
std::string getSourceApplicatorStepSizeTag () const
bool setSourceApplicatorStepSize (unsigned long idx, std::string &parameter)
bool getSourceApplicatorType (unsigned long idx, std::string &parameter)
bool getSourceApplicatorType (DRTChannelSequence::Item &item, std::string &parameter)
std::string getSourceApplicatorTypeTag () const
bool setSourceApplicatorType (unsigned long idx, std::string &parameter)
bool getSourceApplicatorWallNominalThickness (unsigned long idx, std::string &parameter)
bool getSourceApplicatorWallNominalThickness (DRTChannelSequence::Item &item, std::string &parameter)
std::string getSourceApplicatorWallNominalThicknessTag () const
bool setSourceApplicatorWallNominalThickness (unsigned long idx, std::string &parameter)
bool getSourceApplicatorWallNominalTransmission (unsigned long idx, std::string &parameter)
bool getSourceApplicatorWallNominalTransmission (DRTChannelSequence::Item &item, std::string &parameter)
std::string getSourceApplicatorWallNominalTransmissionTag () const
bool setSourceApplicatorWallNominalTransmission (unsigned long idx, std::string &parameter)
bool getSourceMovementType (unsigned long idx, std::string &parameter)
bool getSourceMovementType (DRTChannelSequence::Item &item, std::string &parameter)
std::string getSourceMovementTypeTag () const
bool setSourceMovementType (unsigned long idx, std::string &parameter)
bool getTransferTubeLength (unsigned long idx, std::string &parameter)
bool getTransferTubeLength (DRTChannelSequence::Item &item, std::string &parameter)
std::string getTransferTubeLengthTag () const
bool setTransferTubeLength (unsigned long idx, std::string &parameter)
bool getTransferTubeNumber (unsigned long idx, std::string &parameter)
bool getTransferTubeNumber (DRTChannelSequence::Item &item, std::string &parameter)
std::string getTransferTubeNumberTag () const
bool setTransferTubeNumber (unsigned long idx, std::string &parameter)
DRTBrachyControlPointSequence & getBrachyControlPointSequence (unsigned long idx)
std::string getBrachyControlPointSequenceTag () const
DRTChannelShieldSequence & getChannelShieldSequence (unsigned long idx)
std::string getChannelShieldSequenceTag () const
void setSequence (DRTChannelSequence *dcmSequence)
 Set the DRTChannelSequence this interface class provides access to.
DRTChannelSequence * getSequence () const
 Return the DRTChannelSequence this interface class provides access to.
bool hasSequence () const
 Check if the DRTChannelSequence is set.
MLint getNumberOfItems () const
 Return number of items the internal sequence consists of.
DRTChannelSequence::Item * getItem (const unsigned long idx)
 Return number of items the internal sequence consists of.
DRTChannelSequence::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

DRTChannelSequence * _dcmSequence
 Reference to the wrapped DcmSequence.


Detailed Description

Class to provide access to DRTChannelSequence.

Definition at line 44 of file mlDcmDRTChannelSequenceInterface.h.


Constructor & Destructor Documentation

ml::DcmDRTChannelSequenceInterface::DcmDRTChannelSequenceInterface ( DRTChannelSequence *  _dcmSequence = NULL  )  [inline]

Default Constructor.

Definition at line 48 of file mlDcmDRTChannelSequenceInterface.h.

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

Default virtual Destructor.

Definition at line 51 of file mlDcmDRTChannelSequenceInterface.h.


Member Function Documentation

DRTChannelSequence::Item* ml::DcmDRTChannelSequenceInterface::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 231 of file mlDcmDRTChannelSequenceInterface.h.

DRTBrachyControlPointSequence& ml::DcmDRTChannelSequenceInterface::getBrachyControlPointSequence ( unsigned long  idx  ) 

std::string ml::DcmDRTChannelSequenceInterface::getBrachyControlPointSequenceTag (  )  const [inline]

Definition at line 186 of file mlDcmDRTChannelSequenceInterface.h.

bool ml::DcmDRTChannelSequenceInterface::getChannelLength ( DRTChannelSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::getChannelLength ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTChannelSequenceInterface::getChannelLengthTag (  )  const [inline]

Definition at line 55 of file mlDcmDRTChannelSequenceInterface.h.

bool ml::DcmDRTChannelSequenceInterface::getChannelNumber ( DRTChannelSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::getChannelNumber ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTChannelSequenceInterface::getChannelNumberTag (  )  const [inline]

Definition at line 61 of file mlDcmDRTChannelSequenceInterface.h.

DRTChannelShieldSequence& ml::DcmDRTChannelSequenceInterface::getChannelShieldSequence ( unsigned long  idx  ) 

std::string ml::DcmDRTChannelSequenceInterface::getChannelShieldSequenceTag (  )  const [inline]

Definition at line 190 of file mlDcmDRTChannelSequenceInterface.h.

bool ml::DcmDRTChannelSequenceInterface::getChannelTotalTime ( DRTChannelSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::getChannelTotalTime ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTChannelSequenceInterface::getChannelTotalTimeTag (  )  const [inline]

Definition at line 67 of file mlDcmDRTChannelSequenceInterface.h.

bool ml::DcmDRTChannelSequenceInterface::getFinalCumulativeTimeWeight ( DRTChannelSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::getFinalCumulativeTimeWeight ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTChannelSequenceInterface::getFinalCumulativeTimeWeightTag (  )  const [inline]

Definition at line 73 of file mlDcmDRTChannelSequenceInterface.h.

DRTChannelSequence::Item* ml::DcmDRTChannelSequenceInterface::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 222 of file mlDcmDRTChannelSequenceInterface.h.

bool ml::DcmDRTChannelSequenceInterface::getMaterialID ( DRTChannelSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::getMaterialID ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTChannelSequenceInterface::getMaterialIDTag (  )  const [inline]

Definition at line 79 of file mlDcmDRTChannelSequenceInterface.h.

bool ml::DcmDRTChannelSequenceInterface::getNumberOfControlPoints ( DRTChannelSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::getNumberOfControlPoints ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTChannelSequenceInterface::getNumberOfControlPointsTag (  )  const [inline]

Definition at line 85 of file mlDcmDRTChannelSequenceInterface.h.

MLint ml::DcmDRTChannelSequenceInterface::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 213 of file mlDcmDRTChannelSequenceInterface.h.

bool ml::DcmDRTChannelSequenceInterface::getNumberOfPulses ( DRTChannelSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::getNumberOfPulses ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTChannelSequenceInterface::getNumberOfPulsesTag (  )  const [inline]

Definition at line 91 of file mlDcmDRTChannelSequenceInterface.h.

bool ml::DcmDRTChannelSequenceInterface::getPulseRepetitionInterval ( DRTChannelSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::getPulseRepetitionInterval ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTChannelSequenceInterface::getPulseRepetitionIntervalTag (  )  const [inline]

Definition at line 97 of file mlDcmDRTChannelSequenceInterface.h.

bool ml::DcmDRTChannelSequenceInterface::getReferencedROINumber ( DRTChannelSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::getReferencedROINumber ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTChannelSequenceInterface::getReferencedROINumberTag (  )  const [inline]

Definition at line 103 of file mlDcmDRTChannelSequenceInterface.h.

bool ml::DcmDRTChannelSequenceInterface::getReferencedSourceNumber ( DRTChannelSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::getReferencedSourceNumber ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTChannelSequenceInterface::getReferencedSourceNumberTag (  )  const [inline]

Definition at line 109 of file mlDcmDRTChannelSequenceInterface.h.

DRTChannelSequence* ml::DcmDRTChannelSequenceInterface::getSequence (  )  const [inline]

Return the DRTChannelSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTChannelSequence

Definition at line 201 of file mlDcmDRTChannelSequenceInterface.h.

bool ml::DcmDRTChannelSequenceInterface::getSourceApplicatorID ( DRTChannelSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::getSourceApplicatorID ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTChannelSequenceInterface::getSourceApplicatorIDTag (  )  const [inline]

Definition at line 115 of file mlDcmDRTChannelSequenceInterface.h.

bool ml::DcmDRTChannelSequenceInterface::getSourceApplicatorLength ( DRTChannelSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::getSourceApplicatorLength ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTChannelSequenceInterface::getSourceApplicatorLengthTag (  )  const [inline]

Definition at line 121 of file mlDcmDRTChannelSequenceInterface.h.

bool ml::DcmDRTChannelSequenceInterface::getSourceApplicatorManufacturer ( DRTChannelSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::getSourceApplicatorManufacturer ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTChannelSequenceInterface::getSourceApplicatorManufacturerTag (  )  const [inline]

Definition at line 127 of file mlDcmDRTChannelSequenceInterface.h.

bool ml::DcmDRTChannelSequenceInterface::getSourceApplicatorName ( DRTChannelSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::getSourceApplicatorName ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTChannelSequenceInterface::getSourceApplicatorNameTag (  )  const [inline]

Definition at line 133 of file mlDcmDRTChannelSequenceInterface.h.

bool ml::DcmDRTChannelSequenceInterface::getSourceApplicatorNumber ( DRTChannelSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::getSourceApplicatorNumber ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTChannelSequenceInterface::getSourceApplicatorNumberTag (  )  const [inline]

Definition at line 139 of file mlDcmDRTChannelSequenceInterface.h.

bool ml::DcmDRTChannelSequenceInterface::getSourceApplicatorStepSize ( DRTChannelSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::getSourceApplicatorStepSize ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTChannelSequenceInterface::getSourceApplicatorStepSizeTag (  )  const [inline]

Definition at line 145 of file mlDcmDRTChannelSequenceInterface.h.

bool ml::DcmDRTChannelSequenceInterface::getSourceApplicatorType ( DRTChannelSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::getSourceApplicatorType ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTChannelSequenceInterface::getSourceApplicatorTypeTag (  )  const [inline]

Definition at line 151 of file mlDcmDRTChannelSequenceInterface.h.

bool ml::DcmDRTChannelSequenceInterface::getSourceApplicatorWallNominalThickness ( DRTChannelSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::getSourceApplicatorWallNominalThickness ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTChannelSequenceInterface::getSourceApplicatorWallNominalThicknessTag (  )  const [inline]

Definition at line 157 of file mlDcmDRTChannelSequenceInterface.h.

bool ml::DcmDRTChannelSequenceInterface::getSourceApplicatorWallNominalTransmission ( DRTChannelSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::getSourceApplicatorWallNominalTransmission ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTChannelSequenceInterface::getSourceApplicatorWallNominalTransmissionTag (  )  const [inline]

Definition at line 163 of file mlDcmDRTChannelSequenceInterface.h.

bool ml::DcmDRTChannelSequenceInterface::getSourceMovementType ( DRTChannelSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::getSourceMovementType ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTChannelSequenceInterface::getSourceMovementTypeTag (  )  const [inline]

Definition at line 169 of file mlDcmDRTChannelSequenceInterface.h.

bool ml::DcmDRTChannelSequenceInterface::getTransferTubeLength ( DRTChannelSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::getTransferTubeLength ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTChannelSequenceInterface::getTransferTubeLengthTag (  )  const [inline]

Definition at line 175 of file mlDcmDRTChannelSequenceInterface.h.

bool ml::DcmDRTChannelSequenceInterface::getTransferTubeNumber ( DRTChannelSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::getTransferTubeNumber ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTChannelSequenceInterface::getTransferTubeNumberTag (  )  const [inline]

Definition at line 181 of file mlDcmDRTChannelSequenceInterface.h.

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

Check if the DRTChannelSequence is set.

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

Definition at line 207 of file mlDcmDRTChannelSequenceInterface.h.

bool ml::DcmDRTChannelSequenceInterface::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 242 of file mlDcmDRTChannelSequenceInterface.h.

bool ml::DcmDRTChannelSequenceInterface::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 253 of file mlDcmDRTChannelSequenceInterface.h.

bool ml::DcmDRTChannelSequenceInterface::setChannelLength ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::setChannelNumber ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::setChannelTotalTime ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::setFinalCumulativeTimeWeight ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::setMaterialID ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::setNumberOfControlPoints ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::setNumberOfPulses ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::setPulseRepetitionInterval ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::setReferencedROINumber ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::setReferencedSourceNumber ( unsigned long  idx,
std::string &  parameter 
)

void ml::DcmDRTChannelSequenceInterface::setSequence ( DRTChannelSequence *  dcmSequence  )  [inline]

Set the DRTChannelSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTChannelSequence

Definition at line 195 of file mlDcmDRTChannelSequenceInterface.h.

bool ml::DcmDRTChannelSequenceInterface::setSourceApplicatorID ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::setSourceApplicatorLength ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::setSourceApplicatorManufacturer ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::setSourceApplicatorName ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::setSourceApplicatorNumber ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::setSourceApplicatorStepSize ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::setSourceApplicatorType ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::setSourceApplicatorWallNominalThickness ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::setSourceApplicatorWallNominalTransmission ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::setSourceMovementType ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::setTransferTubeLength ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTChannelSequenceInterface::setTransferTubeNumber ( unsigned long  idx,
std::string &  parameter 
)


Member Data Documentation

DRTChannelSequence* ml::DcmDRTChannelSequenceInterface::_dcmSequence [protected]

Reference to the wrapped DcmSequence.

Definition at line 263 of file mlDcmDRTChannelSequenceInterface.h.


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

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