ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface Class Reference

Class to provide access to DRTPhysiciansReadingStudyIdentificationSequence. More...

#include <mlDcmDRTPhysiciansReadingStudyIdentificationSequenceInterface.h>

List of all members.

Public Member Functions

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

DRTPhysiciansReadingStudyIdentificationSequence * _dcmSequence
 Reference to the wrapped DcmSequence.


Detailed Description

Class to provide access to DRTPhysiciansReadingStudyIdentificationSequence.

Definition at line 44 of file mlDcmDRTPhysiciansReadingStudyIdentificationSequenceInterface.h.


Constructor & Destructor Documentation

ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface ( DRTPhysiciansReadingStudyIdentificationSequence *  _dcmSequence = NULL  )  [inline]

Default Constructor.

Definition at line 48 of file mlDcmDRTPhysiciansReadingStudyIdentificationSequenceInterface.h.

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

Default virtual Destructor.

Definition at line 51 of file mlDcmDRTPhysiciansReadingStudyIdentificationSequenceInterface.h.


Member Function Documentation

DRTPhysiciansReadingStudyIdentificationSequence::Item* ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::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 mlDcmDRTPhysiciansReadingStudyIdentificationSequenceInterface.h.

bool ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::getInstitutionAddress ( DRTPhysiciansReadingStudyIdentificationSequence::Item &  item,
std::string &  parameter 
)

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

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

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

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

bool ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::getInstitutionName ( DRTPhysiciansReadingStudyIdentificationSequence::Item &  item,
std::string &  parameter 
)

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

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

DRTPhysiciansReadingStudyIdentificationSequence::Item* ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::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 mlDcmDRTPhysiciansReadingStudyIdentificationSequenceInterface.h.

MLint ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::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 mlDcmDRTPhysiciansReadingStudyIdentificationSequenceInterface.h.

bool ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::getPersonAddress ( DRTPhysiciansReadingStudyIdentificationSequence::Item &  item,
std::string &  parameter 
)

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

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

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

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

bool ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::getPersonTelephoneNumbers ( DRTPhysiciansReadingStudyIdentificationSequence::Item &  item,
std::string &  parameter 
)

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

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

DRTPhysiciansReadingStudyIdentificationSequence* ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::getSequence (  )  const [inline]

Return the DRTPhysiciansReadingStudyIdentificationSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTPhysiciansReadingStudyIdentificationSequence

Definition at line 93 of file mlDcmDRTPhysiciansReadingStudyIdentificationSequenceInterface.h.

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

Check if the DRTPhysiciansReadingStudyIdentificationSequence is set.

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

Definition at line 99 of file mlDcmDRTPhysiciansReadingStudyIdentificationSequenceInterface.h.

bool ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::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 mlDcmDRTPhysiciansReadingStudyIdentificationSequenceInterface.h.

bool ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::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 mlDcmDRTPhysiciansReadingStudyIdentificationSequenceInterface.h.

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

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

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

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

void ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::setSequence ( DRTPhysiciansReadingStudyIdentificationSequence *  dcmSequence  )  [inline]

Set the DRTPhysiciansReadingStudyIdentificationSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTPhysiciansReadingStudyIdentificationSequence

Definition at line 87 of file mlDcmDRTPhysiciansReadingStudyIdentificationSequenceInterface.h.


Member Data Documentation

DRTPhysiciansReadingStudyIdentificationSequence* ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterface::_dcmSequence [protected]

Reference to the wrapped DcmSequence.

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