ml::DcmDRTReferencedPatientSequenceInterface Class Reference

Class to provide access to DRTReferencedPatientSequence. More...

#include <mlDcmDRTReferencedPatientSequenceInterface.h>

List of all members.

Public Member Functions

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

DRTReferencedPatientSequence * _dcmSequence
 Reference to the wrapped DcmSequence.


Detailed Description

Class to provide access to DRTReferencedPatientSequence.

Definition at line 42 of file mlDcmDRTReferencedPatientSequenceInterface.h.


Constructor & Destructor Documentation

ml::DcmDRTReferencedPatientSequenceInterface::DcmDRTReferencedPatientSequenceInterface ( DRTReferencedPatientSequence *  _dcmSequence = NULL  )  [inline]

Default Constructor.

Definition at line 46 of file mlDcmDRTReferencedPatientSequenceInterface.h.

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

Default virtual Destructor.

Definition at line 49 of file mlDcmDRTReferencedPatientSequenceInterface.h.


Member Function Documentation

DRTReferencedPatientSequence::Item* ml::DcmDRTReferencedPatientSequenceInterface::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 mlDcmDRTReferencedPatientSequenceInterface.h.

DRTReferencedPatientSequence::Item* ml::DcmDRTReferencedPatientSequenceInterface::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 mlDcmDRTReferencedPatientSequenceInterface.h.

MLint ml::DcmDRTReferencedPatientSequenceInterface::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 mlDcmDRTReferencedPatientSequenceInterface.h.

bool ml::DcmDRTReferencedPatientSequenceInterface::getReferencedSOPClassUID ( DRTReferencedPatientSequence::Item &  item,
std::string &  parameter 
)

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

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

Definition at line 53 of file mlDcmDRTReferencedPatientSequenceInterface.h.

bool ml::DcmDRTReferencedPatientSequenceInterface::getReferencedSOPInstanceUID ( DRTReferencedPatientSequence::Item &  item,
std::string &  parameter 
)

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

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

Definition at line 59 of file mlDcmDRTReferencedPatientSequenceInterface.h.

DRTReferencedPatientSequence* ml::DcmDRTReferencedPatientSequenceInterface::getSequence (  )  const [inline]

Return the DRTReferencedPatientSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTReferencedPatientSequence

Definition at line 71 of file mlDcmDRTReferencedPatientSequenceInterface.h.

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

Check if the DRTReferencedPatientSequence is set.

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

Definition at line 77 of file mlDcmDRTReferencedPatientSequenceInterface.h.

bool ml::DcmDRTReferencedPatientSequenceInterface::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 mlDcmDRTReferencedPatientSequenceInterface.h.

bool ml::DcmDRTReferencedPatientSequenceInterface::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 mlDcmDRTReferencedPatientSequenceInterface.h.

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

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

void ml::DcmDRTReferencedPatientSequenceInterface::setSequence ( DRTReferencedPatientSequence *  dcmSequence  )  [inline]

Set the DRTReferencedPatientSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTReferencedPatientSequence

Definition at line 65 of file mlDcmDRTReferencedPatientSequenceInterface.h.


Member Data Documentation

DRTReferencedPatientSequence* ml::DcmDRTReferencedPatientSequenceInterface::_dcmSequence [protected]

Reference to the wrapped DcmSequence.

Definition at line 133 of file mlDcmDRTReferencedPatientSequenceInterface.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