ml::DcmDRTConceptNameCodeSequenceInterface Class Reference

Class to provide access to DRTConceptNameCodeSequence. More...

#include <mlDcmDRTConceptNameCodeSequenceInterface.h>

List of all members.

Public Member Functions

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

DRTConceptNameCodeSequence * _dcmSequence
 Reference to the wrapped DcmSequence.


Detailed Description

Class to provide access to DRTConceptNameCodeSequence.

Definition at line 42 of file mlDcmDRTConceptNameCodeSequenceInterface.h.


Constructor & Destructor Documentation

ml::DcmDRTConceptNameCodeSequenceInterface::DcmDRTConceptNameCodeSequenceInterface ( DRTConceptNameCodeSequence *  _dcmSequence = NULL  )  [inline]

Default Constructor.

Definition at line 46 of file mlDcmDRTConceptNameCodeSequenceInterface.h.

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

Default virtual Destructor.

Definition at line 49 of file mlDcmDRTConceptNameCodeSequenceInterface.h.


Member Function Documentation

DRTConceptNameCodeSequence::Item* ml::DcmDRTConceptNameCodeSequenceInterface::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 mlDcmDRTConceptNameCodeSequenceInterface.h.

bool ml::DcmDRTConceptNameCodeSequenceInterface::getCodeMeaning ( DRTConceptNameCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

Definition at line 53 of file mlDcmDRTConceptNameCodeSequenceInterface.h.

bool ml::DcmDRTConceptNameCodeSequenceInterface::getCodeValue ( DRTConceptNameCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

Definition at line 59 of file mlDcmDRTConceptNameCodeSequenceInterface.h.

bool ml::DcmDRTConceptNameCodeSequenceInterface::getCodingSchemeDesignator ( DRTConceptNameCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

Definition at line 65 of file mlDcmDRTConceptNameCodeSequenceInterface.h.

bool ml::DcmDRTConceptNameCodeSequenceInterface::getCodingSchemeVersion ( DRTConceptNameCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

Definition at line 71 of file mlDcmDRTConceptNameCodeSequenceInterface.h.

bool ml::DcmDRTConceptNameCodeSequenceInterface::getContextGroupExtensionCreatorUID ( DRTConceptNameCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

Definition at line 77 of file mlDcmDRTConceptNameCodeSequenceInterface.h.

bool ml::DcmDRTConceptNameCodeSequenceInterface::getContextGroupExtensionFlag ( DRTConceptNameCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

Definition at line 83 of file mlDcmDRTConceptNameCodeSequenceInterface.h.

bool ml::DcmDRTConceptNameCodeSequenceInterface::getContextGroupLocalVersion ( DRTConceptNameCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

Definition at line 89 of file mlDcmDRTConceptNameCodeSequenceInterface.h.

bool ml::DcmDRTConceptNameCodeSequenceInterface::getContextGroupVersion ( DRTConceptNameCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

Definition at line 95 of file mlDcmDRTConceptNameCodeSequenceInterface.h.

bool ml::DcmDRTConceptNameCodeSequenceInterface::getContextIdentifier ( DRTConceptNameCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

Definition at line 101 of file mlDcmDRTConceptNameCodeSequenceInterface.h.

DRTConceptNameCodeSequence::Item* ml::DcmDRTConceptNameCodeSequenceInterface::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 mlDcmDRTConceptNameCodeSequenceInterface.h.

bool ml::DcmDRTConceptNameCodeSequenceInterface::getMappingResource ( DRTConceptNameCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

Definition at line 107 of file mlDcmDRTConceptNameCodeSequenceInterface.h.

MLint ml::DcmDRTConceptNameCodeSequenceInterface::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 mlDcmDRTConceptNameCodeSequenceInterface.h.

DRTConceptNameCodeSequence* ml::DcmDRTConceptNameCodeSequenceInterface::getSequence (  )  const [inline]

Return the DRTConceptNameCodeSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTConceptNameCodeSequence

Definition at line 119 of file mlDcmDRTConceptNameCodeSequenceInterface.h.

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

Check if the DRTConceptNameCodeSequence is set.

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

Definition at line 125 of file mlDcmDRTConceptNameCodeSequenceInterface.h.

bool ml::DcmDRTConceptNameCodeSequenceInterface::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 mlDcmDRTConceptNameCodeSequenceInterface.h.

bool ml::DcmDRTConceptNameCodeSequenceInterface::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 mlDcmDRTConceptNameCodeSequenceInterface.h.

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

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

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

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

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

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

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

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

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

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

void ml::DcmDRTConceptNameCodeSequenceInterface::setSequence ( DRTConceptNameCodeSequence *  dcmSequence  )  [inline]

Set the DRTConceptNameCodeSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTConceptNameCodeSequence

Definition at line 113 of file mlDcmDRTConceptNameCodeSequenceInterface.h.


Member Data Documentation

DRTConceptNameCodeSequence* ml::DcmDRTConceptNameCodeSequenceInterface::_dcmSequence [protected]

Reference to the wrapped DcmSequence.

Definition at line 181 of file mlDcmDRTConceptNameCodeSequenceInterface.h.


The documentation for this class was generated from the following file:

Generated on Sat Sep 3 18:39:45 2011 for MeVisLab Toolbox Reference by  doxygen 1.5.8