ml::DcmDRTPersonIdentificationCodeSequenceInterface Class Reference

Class to provide access to DRTPersonIdentificationCodeSequence. More...

#include <mlDcmDRTPersonIdentificationCodeSequenceInterface.h>

List of all members.

Public Member Functions

 DcmDRTPersonIdentificationCodeSequenceInterface (DRTPersonIdentificationCodeSequence *_dcmSequence=NULL)
 Default Constructor.
virtual ~DcmDRTPersonIdentificationCodeSequenceInterface ()
 Default virtual Destructor.
bool getCodeMeaning (unsigned long idx, std::string &parameter)
bool getCodeMeaning (DRTPersonIdentificationCodeSequence::Item &item, std::string &parameter)
std::string getCodeMeaningTag () const
bool setCodeMeaning (unsigned long idx, std::string &parameter)
bool getCodeValue (unsigned long idx, std::string &parameter)
bool getCodeValue (DRTPersonIdentificationCodeSequence::Item &item, std::string &parameter)
std::string getCodeValueTag () const
bool setCodeValue (unsigned long idx, std::string &parameter)
bool getCodingSchemeDesignator (unsigned long idx, std::string &parameter)
bool getCodingSchemeDesignator (DRTPersonIdentificationCodeSequence::Item &item, std::string &parameter)
std::string getCodingSchemeDesignatorTag () const
bool setCodingSchemeDesignator (unsigned long idx, std::string &parameter)
bool getCodingSchemeVersion (unsigned long idx, std::string &parameter)
bool getCodingSchemeVersion (DRTPersonIdentificationCodeSequence::Item &item, std::string &parameter)
std::string getCodingSchemeVersionTag () const
bool setCodingSchemeVersion (unsigned long idx, std::string &parameter)
bool getContextGroupExtensionCreatorUID (unsigned long idx, std::string &parameter)
bool getContextGroupExtensionCreatorUID (DRTPersonIdentificationCodeSequence::Item &item, std::string &parameter)
std::string getContextGroupExtensionCreatorUIDTag () const
bool setContextGroupExtensionCreatorUID (unsigned long idx, std::string &parameter)
bool getContextGroupExtensionFlag (unsigned long idx, std::string &parameter)
bool getContextGroupExtensionFlag (DRTPersonIdentificationCodeSequence::Item &item, std::string &parameter)
std::string getContextGroupExtensionFlagTag () const
bool setContextGroupExtensionFlag (unsigned long idx, std::string &parameter)
bool getContextGroupLocalVersion (unsigned long idx, std::string &parameter)
bool getContextGroupLocalVersion (DRTPersonIdentificationCodeSequence::Item &item, std::string &parameter)
std::string getContextGroupLocalVersionTag () const
bool setContextGroupLocalVersion (unsigned long idx, std::string &parameter)
bool getContextGroupVersion (unsigned long idx, std::string &parameter)
bool getContextGroupVersion (DRTPersonIdentificationCodeSequence::Item &item, std::string &parameter)
std::string getContextGroupVersionTag () const
bool setContextGroupVersion (unsigned long idx, std::string &parameter)
bool getContextIdentifier (unsigned long idx, std::string &parameter)
bool getContextIdentifier (DRTPersonIdentificationCodeSequence::Item &item, std::string &parameter)
std::string getContextIdentifierTag () const
bool setContextIdentifier (unsigned long idx, std::string &parameter)
bool getMappingResource (unsigned long idx, std::string &parameter)
bool getMappingResource (DRTPersonIdentificationCodeSequence::Item &item, std::string &parameter)
std::string getMappingResourceTag () const
bool setMappingResource (unsigned long idx, std::string &parameter)
void setSequence (DRTPersonIdentificationCodeSequence *dcmSequence)
 Set the DRTPersonIdentificationCodeSequence this interface class provides access to.
DRTPersonIdentificationCodeSequence * getSequence () const
 Return the DRTPersonIdentificationCodeSequence this interface class provides access to.
bool hasSequence () const
 Check if the DRTPersonIdentificationCodeSequence is set.
MLint getNumberOfItems () const
 Return number of items the internal sequence consists of.
DRTPersonIdentificationCodeSequence::Item * getItem (const unsigned long idx)
 Return number of items the internal sequence consists of.
DRTPersonIdentificationCodeSequence::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

DRTPersonIdentificationCodeSequence * _dcmSequence
 Reference to the wrapped DcmSequence.


Detailed Description

Class to provide access to DRTPersonIdentificationCodeSequence.

Definition at line 42 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.


Constructor & Destructor Documentation

ml::DcmDRTPersonIdentificationCodeSequenceInterface::DcmDRTPersonIdentificationCodeSequenceInterface ( DRTPersonIdentificationCodeSequence *  _dcmSequence = NULL  )  [inline]

Default Constructor.

Definition at line 46 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.

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

Default virtual Destructor.

Definition at line 49 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.


Member Function Documentation

DRTPersonIdentificationCodeSequence::Item* ml::DcmDRTPersonIdentificationCodeSequenceInterface::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 149 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodeMeaning ( DRTPersonIdentificationCodeSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodeMeaning ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodeMeaningTag (  )  const [inline]

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodeValue ( DRTPersonIdentificationCodeSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodeValue ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodeValueTag (  )  const [inline]

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodingSchemeDesignator ( DRTPersonIdentificationCodeSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodingSchemeDesignator ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodingSchemeDesignatorTag (  )  const [inline]

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodingSchemeVersion ( DRTPersonIdentificationCodeSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodingSchemeVersion ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodingSchemeVersionTag (  )  const [inline]

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupExtensionCreatorUID ( DRTPersonIdentificationCodeSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupExtensionCreatorUID ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupExtensionCreatorUIDTag (  )  const [inline]

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupExtensionFlag ( DRTPersonIdentificationCodeSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupExtensionFlag ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupExtensionFlagTag (  )  const [inline]

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupLocalVersion ( DRTPersonIdentificationCodeSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupLocalVersion ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupLocalVersionTag (  )  const [inline]

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupVersion ( DRTPersonIdentificationCodeSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupVersion ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupVersionTag (  )  const [inline]

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextIdentifier ( DRTPersonIdentificationCodeSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextIdentifier ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextIdentifierTag (  )  const [inline]

DRTPersonIdentificationCodeSequence::Item* ml::DcmDRTPersonIdentificationCodeSequenceInterface::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 140 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getMappingResource ( DRTPersonIdentificationCodeSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getMappingResource ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTPersonIdentificationCodeSequenceInterface::getMappingResourceTag (  )  const [inline]

MLint ml::DcmDRTPersonIdentificationCodeSequenceInterface::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 131 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.

DRTPersonIdentificationCodeSequence* ml::DcmDRTPersonIdentificationCodeSequenceInterface::getSequence (  )  const [inline]

Return the DRTPersonIdentificationCodeSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTPersonIdentificationCodeSequence

Definition at line 119 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.

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

Check if the DRTPersonIdentificationCodeSequence is set.

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

Definition at line 125 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::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 160 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::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 171 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setCodeMeaning ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setCodeValue ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setCodingSchemeDesignator ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setCodingSchemeVersion ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setContextGroupExtensionCreatorUID ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setContextGroupExtensionFlag ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setContextGroupLocalVersion ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setContextGroupVersion ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setContextIdentifier ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setMappingResource ( unsigned long  idx,
std::string &  parameter 
)

void ml::DcmDRTPersonIdentificationCodeSequenceInterface::setSequence ( DRTPersonIdentificationCodeSequence *  dcmSequence  )  [inline]

Set the DRTPersonIdentificationCodeSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTPersonIdentificationCodeSequence

Definition at line 113 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.


Member Data Documentation

DRTPersonIdentificationCodeSequence* ml::DcmDRTPersonIdentificationCodeSequenceInterface::_dcmSequence [protected]

Reference to the wrapped DcmSequence.

Definition at line 181 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.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