ml::DcmDRTRecordedBlockSequenceInterface Class Reference

Class to provide access to DRTRecordedBlockSequence. More...

#include <mlDcmDRTRecordedBlockSequenceInterface.h>

List of all members.

Public Member Functions

 DcmDRTRecordedBlockSequenceInterface (DRTRecordedBlockSequence *_dcmSequence=NULL)
 Default Constructor.
virtual ~DcmDRTRecordedBlockSequenceInterface ()
 Default virtual Destructor.
bool getAccessoryCode (unsigned long idx, std::string &parameter)
bool getAccessoryCode (DRTRecordedBlockSequence::Item &item, std::string &parameter)
std::string getAccessoryCodeTag () const
bool setAccessoryCode (unsigned long idx, std::string &parameter)
bool getBlockName (unsigned long idx, std::string &parameter)
bool getBlockName (DRTRecordedBlockSequence::Item &item, std::string &parameter)
std::string getBlockNameTag () const
bool setBlockName (unsigned long idx, std::string &parameter)
bool getBlockTrayID (unsigned long idx, std::string &parameter)
bool getBlockTrayID (DRTRecordedBlockSequence::Item &item, std::string &parameter)
std::string getBlockTrayIDTag () const
bool setBlockTrayID (unsigned long idx, std::string &parameter)
bool getReferencedBlockNumber (unsigned long idx, std::string &parameter)
bool getReferencedBlockNumber (DRTRecordedBlockSequence::Item &item, std::string &parameter)
std::string getReferencedBlockNumberTag () const
bool setReferencedBlockNumber (unsigned long idx, std::string &parameter)
void setSequence (DRTRecordedBlockSequence *dcmSequence)
 Set the DRTRecordedBlockSequence this interface class provides access to.
DRTRecordedBlockSequence * getSequence () const
 Return the DRTRecordedBlockSequence this interface class provides access to.
bool hasSequence () const
 Check if the DRTRecordedBlockSequence is set.
MLint getNumberOfItems () const
 Return number of items the internal sequence consists of.
DRTRecordedBlockSequence::Item * getItem (const unsigned long idx)
 Return number of items the internal sequence consists of.
DRTRecordedBlockSequence::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

DRTRecordedBlockSequence * _dcmSequence
 Reference to the wrapped DcmSequence.


Detailed Description

Class to provide access to DRTRecordedBlockSequence.

Definition at line 42 of file mlDcmDRTRecordedBlockSequenceInterface.h.


Constructor & Destructor Documentation

ml::DcmDRTRecordedBlockSequenceInterface::DcmDRTRecordedBlockSequenceInterface ( DRTRecordedBlockSequence *  _dcmSequence = NULL  )  [inline]

Default Constructor.

Definition at line 46 of file mlDcmDRTRecordedBlockSequenceInterface.h.

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

Default virtual Destructor.

Definition at line 49 of file mlDcmDRTRecordedBlockSequenceInterface.h.


Member Function Documentation

DRTRecordedBlockSequence::Item* ml::DcmDRTRecordedBlockSequenceInterface::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 113 of file mlDcmDRTRecordedBlockSequenceInterface.h.

bool ml::DcmDRTRecordedBlockSequenceInterface::getAccessoryCode ( DRTRecordedBlockSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTRecordedBlockSequenceInterface::getAccessoryCode ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTRecordedBlockSequenceInterface::getAccessoryCodeTag (  )  const [inline]

Definition at line 53 of file mlDcmDRTRecordedBlockSequenceInterface.h.

bool ml::DcmDRTRecordedBlockSequenceInterface::getBlockName ( DRTRecordedBlockSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTRecordedBlockSequenceInterface::getBlockName ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTRecordedBlockSequenceInterface::getBlockNameTag (  )  const [inline]

Definition at line 59 of file mlDcmDRTRecordedBlockSequenceInterface.h.

bool ml::DcmDRTRecordedBlockSequenceInterface::getBlockTrayID ( DRTRecordedBlockSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTRecordedBlockSequenceInterface::getBlockTrayID ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTRecordedBlockSequenceInterface::getBlockTrayIDTag (  )  const [inline]

Definition at line 65 of file mlDcmDRTRecordedBlockSequenceInterface.h.

DRTRecordedBlockSequence::Item* ml::DcmDRTRecordedBlockSequenceInterface::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 104 of file mlDcmDRTRecordedBlockSequenceInterface.h.

MLint ml::DcmDRTRecordedBlockSequenceInterface::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 95 of file mlDcmDRTRecordedBlockSequenceInterface.h.

bool ml::DcmDRTRecordedBlockSequenceInterface::getReferencedBlockNumber ( DRTRecordedBlockSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTRecordedBlockSequenceInterface::getReferencedBlockNumber ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTRecordedBlockSequenceInterface::getReferencedBlockNumberTag (  )  const [inline]

Definition at line 71 of file mlDcmDRTRecordedBlockSequenceInterface.h.

DRTRecordedBlockSequence* ml::DcmDRTRecordedBlockSequenceInterface::getSequence (  )  const [inline]

Return the DRTRecordedBlockSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTRecordedBlockSequence

Definition at line 83 of file mlDcmDRTRecordedBlockSequenceInterface.h.

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

Check if the DRTRecordedBlockSequence is set.

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

Definition at line 89 of file mlDcmDRTRecordedBlockSequenceInterface.h.

bool ml::DcmDRTRecordedBlockSequenceInterface::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 124 of file mlDcmDRTRecordedBlockSequenceInterface.h.

bool ml::DcmDRTRecordedBlockSequenceInterface::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 135 of file mlDcmDRTRecordedBlockSequenceInterface.h.

bool ml::DcmDRTRecordedBlockSequenceInterface::setAccessoryCode ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTRecordedBlockSequenceInterface::setBlockName ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTRecordedBlockSequenceInterface::setBlockTrayID ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTRecordedBlockSequenceInterface::setReferencedBlockNumber ( unsigned long  idx,
std::string &  parameter 
)

void ml::DcmDRTRecordedBlockSequenceInterface::setSequence ( DRTRecordedBlockSequence *  dcmSequence  )  [inline]

Set the DRTRecordedBlockSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTRecordedBlockSequence

Definition at line 77 of file mlDcmDRTRecordedBlockSequenceInterface.h.


Member Data Documentation

DRTRecordedBlockSequence* ml::DcmDRTRecordedBlockSequenceInterface::_dcmSequence [protected]

Reference to the wrapped DcmSequence.

Definition at line 145 of file mlDcmDRTRecordedBlockSequenceInterface.h.


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

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