ml::DcmDRTReferencedTreatmentRecordSequenceInterface Class Reference

Class to provide access to DRTReferencedTreatmentRecordSequence. More...

#include <mlDcmDRTReferencedTreatmentRecordSequenceInterface.h>

List of all members.

Public Member Functions

 DcmDRTReferencedTreatmentRecordSequenceInterface (DRTReferencedTreatmentRecordSequence *_dcmSequence=NULL)
 Default Constructor.
virtual ~DcmDRTReferencedTreatmentRecordSequenceInterface ()
 Default virtual Destructor.
bool getReferencedSOPClassUID (unsigned long idx, std::string &parameter)
bool getReferencedSOPClassUID (DRTReferencedTreatmentRecordSequence::Item &item, std::string &parameter)
std::string getReferencedSOPClassUIDTag () const
bool setReferencedSOPClassUID (unsigned long idx, std::string &parameter)
bool getReferencedSOPInstanceUID (unsigned long idx, std::string &parameter)
bool getReferencedSOPInstanceUID (DRTReferencedTreatmentRecordSequence::Item &item, std::string &parameter)
std::string getReferencedSOPInstanceUIDTag () const
bool setReferencedSOPInstanceUID (unsigned long idx, std::string &parameter)
void setSequence (DRTReferencedTreatmentRecordSequence *dcmSequence)
 Set the DRTReferencedTreatmentRecordSequence this interface class provides access to.
DRTReferencedTreatmentRecordSequence * getSequence () const
 Return the DRTReferencedTreatmentRecordSequence this interface class provides access to.
bool hasSequence () const
 Check if the DRTReferencedTreatmentRecordSequence is set.
MLint getNumberOfItems () const
 Return number of items the internal sequence consists of.
DRTReferencedTreatmentRecordSequence::Item * getItem (const unsigned long idx)
 Return number of items the internal sequence consists of.
DRTReferencedTreatmentRecordSequence::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

DRTReferencedTreatmentRecordSequence * _dcmSequence
 Reference to the wrapped DcmSequence.


Detailed Description

Class to provide access to DRTReferencedTreatmentRecordSequence.

Definition at line 42 of file mlDcmDRTReferencedTreatmentRecordSequenceInterface.h.


Constructor & Destructor Documentation

ml::DcmDRTReferencedTreatmentRecordSequenceInterface::DcmDRTReferencedTreatmentRecordSequenceInterface ( DRTReferencedTreatmentRecordSequence *  _dcmSequence = NULL  )  [inline]

Default Constructor.

Definition at line 46 of file mlDcmDRTReferencedTreatmentRecordSequenceInterface.h.

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

Default virtual Destructor.

Definition at line 49 of file mlDcmDRTReferencedTreatmentRecordSequenceInterface.h.


Member Function Documentation

DRTReferencedTreatmentRecordSequence::Item* ml::DcmDRTReferencedTreatmentRecordSequenceInterface::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 101 of file mlDcmDRTReferencedTreatmentRecordSequenceInterface.h.

DRTReferencedTreatmentRecordSequence::Item* ml::DcmDRTReferencedTreatmentRecordSequenceInterface::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 92 of file mlDcmDRTReferencedTreatmentRecordSequenceInterface.h.

MLint ml::DcmDRTReferencedTreatmentRecordSequenceInterface::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 83 of file mlDcmDRTReferencedTreatmentRecordSequenceInterface.h.

bool ml::DcmDRTReferencedTreatmentRecordSequenceInterface::getReferencedSOPClassUID ( DRTReferencedTreatmentRecordSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTReferencedTreatmentRecordSequenceInterface::getReferencedSOPClassUID ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTReferencedTreatmentRecordSequenceInterface::getReferencedSOPClassUIDTag (  )  const [inline]

bool ml::DcmDRTReferencedTreatmentRecordSequenceInterface::getReferencedSOPInstanceUID ( DRTReferencedTreatmentRecordSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTReferencedTreatmentRecordSequenceInterface::getReferencedSOPInstanceUID ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTReferencedTreatmentRecordSequenceInterface::getReferencedSOPInstanceUIDTag (  )  const [inline]

DRTReferencedTreatmentRecordSequence* ml::DcmDRTReferencedTreatmentRecordSequenceInterface::getSequence (  )  const [inline]

Return the DRTReferencedTreatmentRecordSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTReferencedTreatmentRecordSequence

Definition at line 71 of file mlDcmDRTReferencedTreatmentRecordSequenceInterface.h.

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

Check if the DRTReferencedTreatmentRecordSequence is set.

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

Definition at line 77 of file mlDcmDRTReferencedTreatmentRecordSequenceInterface.h.

bool ml::DcmDRTReferencedTreatmentRecordSequenceInterface::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 112 of file mlDcmDRTReferencedTreatmentRecordSequenceInterface.h.

bool ml::DcmDRTReferencedTreatmentRecordSequenceInterface::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 123 of file mlDcmDRTReferencedTreatmentRecordSequenceInterface.h.

bool ml::DcmDRTReferencedTreatmentRecordSequenceInterface::setReferencedSOPClassUID ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTReferencedTreatmentRecordSequenceInterface::setReferencedSOPInstanceUID ( unsigned long  idx,
std::string &  parameter 
)

void ml::DcmDRTReferencedTreatmentRecordSequenceInterface::setSequence ( DRTReferencedTreatmentRecordSequence *  dcmSequence  )  [inline]

Set the DRTReferencedTreatmentRecordSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTReferencedTreatmentRecordSequence

Definition at line 65 of file mlDcmDRTReferencedTreatmentRecordSequenceInterface.h.


Member Data Documentation

DRTReferencedTreatmentRecordSequence* ml::DcmDRTReferencedTreatmentRecordSequenceInterface::_dcmSequence [protected]

Reference to the wrapped DcmSequence.

Definition at line 133 of file mlDcmDRTReferencedTreatmentRecordSequenceInterface.h.


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

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