ml::DcmDRTOtherPatientIDsSequenceInterface Class Reference

Class to provide access to DRTOtherPatientIDsSequence. More...

#include <mlDcmDRTOtherPatientIDsSequenceInterface.h>

List of all members.

Public Member Functions

 DcmDRTOtherPatientIDsSequenceInterface (DRTOtherPatientIDsSequence *_dcmSequence=NULL)
 Default Constructor.
virtual ~DcmDRTOtherPatientIDsSequenceInterface ()
 Default virtual Destructor.
bool getIssuerOfPatientID (unsigned long idx, std::string &parameter)
bool getIssuerOfPatientID (DRTOtherPatientIDsSequence::Item &item, std::string &parameter)
std::string getIssuerOfPatientIDTag () const
bool setIssuerOfPatientID (unsigned long idx, std::string &parameter)
bool getPatientID (unsigned long idx, std::string &parameter)
bool getPatientID (DRTOtherPatientIDsSequence::Item &item, std::string &parameter)
std::string getPatientIDTag () const
bool setPatientID (unsigned long idx, std::string &parameter)
bool getTypeOfPatientID (unsigned long idx, std::string &parameter)
bool getTypeOfPatientID (DRTOtherPatientIDsSequence::Item &item, std::string &parameter)
std::string getTypeOfPatientIDTag () const
bool setTypeOfPatientID (unsigned long idx, std::string &parameter)
void setSequence (DRTOtherPatientIDsSequence *dcmSequence)
 Set the DRTOtherPatientIDsSequence this interface class provides access to.
DRTOtherPatientIDsSequence * getSequence () const
 Return the DRTOtherPatientIDsSequence this interface class provides access to.
bool hasSequence () const
 Check if the DRTOtherPatientIDsSequence is set.
MLint getNumberOfItems () const
 Return number of items the internal sequence consists of.
DRTOtherPatientIDsSequence::Item * getItem (const unsigned long idx)
 Return number of items the internal sequence consists of.
DRTOtherPatientIDsSequence::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

DRTOtherPatientIDsSequence * _dcmSequence
 Reference to the wrapped DcmSequence.


Detailed Description

Class to provide access to DRTOtherPatientIDsSequence.

Definition at line 42 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.


Constructor & Destructor Documentation

ml::DcmDRTOtherPatientIDsSequenceInterface::DcmDRTOtherPatientIDsSequenceInterface ( DRTOtherPatientIDsSequence *  _dcmSequence = NULL  )  [inline]

Default Constructor.

Definition at line 46 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.

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

Default virtual Destructor.

Definition at line 49 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.


Member Function Documentation

DRTOtherPatientIDsSequence::Item* ml::DcmDRTOtherPatientIDsSequenceInterface::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 107 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.

bool ml::DcmDRTOtherPatientIDsSequenceInterface::getIssuerOfPatientID ( DRTOtherPatientIDsSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTOtherPatientIDsSequenceInterface::getIssuerOfPatientID ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTOtherPatientIDsSequenceInterface::getIssuerOfPatientIDTag (  )  const [inline]

Definition at line 53 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.

DRTOtherPatientIDsSequence::Item* ml::DcmDRTOtherPatientIDsSequenceInterface::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 98 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.

MLint ml::DcmDRTOtherPatientIDsSequenceInterface::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 89 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.

bool ml::DcmDRTOtherPatientIDsSequenceInterface::getPatientID ( DRTOtherPatientIDsSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTOtherPatientIDsSequenceInterface::getPatientID ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTOtherPatientIDsSequenceInterface::getPatientIDTag (  )  const [inline]

Definition at line 59 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.

DRTOtherPatientIDsSequence* ml::DcmDRTOtherPatientIDsSequenceInterface::getSequence (  )  const [inline]

Return the DRTOtherPatientIDsSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTOtherPatientIDsSequence

Definition at line 77 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.

bool ml::DcmDRTOtherPatientIDsSequenceInterface::getTypeOfPatientID ( DRTOtherPatientIDsSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTOtherPatientIDsSequenceInterface::getTypeOfPatientID ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTOtherPatientIDsSequenceInterface::getTypeOfPatientIDTag (  )  const [inline]

Definition at line 65 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.

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

Check if the DRTOtherPatientIDsSequence is set.

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

Definition at line 83 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.

bool ml::DcmDRTOtherPatientIDsSequenceInterface::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 118 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.

bool ml::DcmDRTOtherPatientIDsSequenceInterface::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 129 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.

bool ml::DcmDRTOtherPatientIDsSequenceInterface::setIssuerOfPatientID ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTOtherPatientIDsSequenceInterface::setPatientID ( unsigned long  idx,
std::string &  parameter 
)

void ml::DcmDRTOtherPatientIDsSequenceInterface::setSequence ( DRTOtherPatientIDsSequence *  dcmSequence  )  [inline]

Set the DRTOtherPatientIDsSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTOtherPatientIDsSequence

Definition at line 71 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.

bool ml::DcmDRTOtherPatientIDsSequenceInterface::setTypeOfPatientID ( unsigned long  idx,
std::string &  parameter 
)


Member Data Documentation

DRTOtherPatientIDsSequence* ml::DcmDRTOtherPatientIDsSequenceInterface::_dcmSequence [protected]

Reference to the wrapped DcmSequence.

Definition at line 139 of file mlDcmDRTOtherPatientIDsSequenceInterface.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