ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface Class Reference

Class to provide access to DRTPhysiciansOfRecordIdentificationSequence. More...

#include <mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h>

List of all members.

Public Member Functions

 DcmDRTPhysiciansOfRecordIdentificationSequenceInterface (DRTPhysiciansOfRecordIdentificationSequence *_dcmSequence=NULL)
 Default Constructor.
virtual ~DcmDRTPhysiciansOfRecordIdentificationSequenceInterface ()
 Default virtual Destructor.
bool getInstitutionAddress (unsigned long idx, std::string &parameter)
bool getInstitutionAddress (DRTPhysiciansOfRecordIdentificationSequence::Item &item, std::string &parameter)
std::string getInstitutionAddressTag () const
bool setInstitutionAddress (unsigned long idx, std::string &parameter)
bool getInstitutionName (unsigned long idx, std::string &parameter)
bool getInstitutionName (DRTPhysiciansOfRecordIdentificationSequence::Item &item, std::string &parameter)
std::string getInstitutionNameTag () const
bool setInstitutionName (unsigned long idx, std::string &parameter)
bool getPersonAddress (unsigned long idx, std::string &parameter)
bool getPersonAddress (DRTPhysiciansOfRecordIdentificationSequence::Item &item, std::string &parameter)
std::string getPersonAddressTag () const
bool setPersonAddress (unsigned long idx, std::string &parameter)
bool getPersonTelephoneNumbers (unsigned long idx, std::string &parameter)
bool getPersonTelephoneNumbers (DRTPhysiciansOfRecordIdentificationSequence::Item &item, std::string &parameter)
std::string getPersonTelephoneNumbersTag () const
bool setPersonTelephoneNumbers (unsigned long idx, std::string &parameter)
DRTInstitutionCodeSequence & getInstitutionCodeSequence (unsigned long idx)
std::string getInstitutionCodeSequenceTag () const
DRTPersonIdentificationCodeSequence & getPersonIdentificationCodeSequence (unsigned long idx)
std::string getPersonIdentificationCodeSequenceTag () const
void setSequence (DRTPhysiciansOfRecordIdentificationSequence *dcmSequence)
 Set the DRTPhysiciansOfRecordIdentificationSequence this interface class provides access to.
DRTPhysiciansOfRecordIdentificationSequence * getSequence () const
 Return the DRTPhysiciansOfRecordIdentificationSequence this interface class provides access to.
bool hasSequence () const
 Check if the DRTPhysiciansOfRecordIdentificationSequence is set.
MLint getNumberOfItems () const
 Return number of items the internal sequence consists of.
DRTPhysiciansOfRecordIdentificationSequence::Item * getItem (const unsigned long idx)
 Return number of items the internal sequence consists of.
DRTPhysiciansOfRecordIdentificationSequence::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

DRTPhysiciansOfRecordIdentificationSequence * _dcmSequence
 Reference to the wrapped DcmSequence.


Detailed Description

Class to provide access to DRTPhysiciansOfRecordIdentificationSequence.

Definition at line 44 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.


Constructor & Destructor Documentation

ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface ( DRTPhysiciansOfRecordIdentificationSequence *  _dcmSequence = NULL  )  [inline]

Default Constructor.

Definition at line 48 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.

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

Default virtual Destructor.

Definition at line 51 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.


Member Function Documentation

DRTPhysiciansOfRecordIdentificationSequence::Item* ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::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 123 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.

bool ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getInstitutionAddress ( DRTPhysiciansOfRecordIdentificationSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getInstitutionAddress ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getInstitutionAddressTag (  )  const [inline]

DRTInstitutionCodeSequence& ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getInstitutionCodeSequence ( unsigned long  idx  ) 

std::string ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getInstitutionCodeSequenceTag (  )  const [inline]

bool ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getInstitutionName ( DRTPhysiciansOfRecordIdentificationSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getInstitutionName ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getInstitutionNameTag (  )  const [inline]

DRTPhysiciansOfRecordIdentificationSequence::Item* ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::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 114 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.

MLint ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::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 105 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.

bool ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getPersonAddress ( DRTPhysiciansOfRecordIdentificationSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getPersonAddress ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getPersonAddressTag (  )  const [inline]

DRTPersonIdentificationCodeSequence& ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getPersonIdentificationCodeSequence ( unsigned long  idx  ) 

std::string ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getPersonIdentificationCodeSequenceTag (  )  const [inline]

bool ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getPersonTelephoneNumbers ( DRTPhysiciansOfRecordIdentificationSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getPersonTelephoneNumbers ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getPersonTelephoneNumbersTag (  )  const [inline]

DRTPhysiciansOfRecordIdentificationSequence* ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::getSequence (  )  const [inline]

Return the DRTPhysiciansOfRecordIdentificationSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTPhysiciansOfRecordIdentificationSequence

Definition at line 93 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.

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

Check if the DRTPhysiciansOfRecordIdentificationSequence is set.

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

Definition at line 99 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.

bool ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::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 134 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.

bool ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::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 145 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.

bool ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::setInstitutionAddress ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::setInstitutionName ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::setPersonAddress ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::setPersonTelephoneNumbers ( unsigned long  idx,
std::string &  parameter 
)

void ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::setSequence ( DRTPhysiciansOfRecordIdentificationSequence *  dcmSequence  )  [inline]

Set the DRTPhysiciansOfRecordIdentificationSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTPhysiciansOfRecordIdentificationSequence

Definition at line 87 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.h.


Member Data Documentation

DRTPhysiciansOfRecordIdentificationSequence* ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterface::_dcmSequence [protected]

Reference to the wrapped DcmSequence.

Definition at line 155 of file mlDcmDRTPhysiciansOfRecordIdentificationSequenceInterface.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