ml::DcmDRTConceptCodeSequenceInterface Class Reference

Class to provide access to DRTConceptCodeSequence. More...

#include <mlDcmDRTConceptCodeSequenceInterface.h>

List of all members.

Public Member Functions

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

DRTConceptCodeSequence * _dcmSequence
 Reference to the wrapped DcmSequence.


Detailed Description

Class to provide access to DRTConceptCodeSequence.

Definition at line 42 of file mlDcmDRTConceptCodeSequenceInterface.h.


Constructor & Destructor Documentation

ml::DcmDRTConceptCodeSequenceInterface::DcmDRTConceptCodeSequenceInterface ( DRTConceptCodeSequence *  _dcmSequence = NULL  )  [inline]

Default Constructor.

Definition at line 46 of file mlDcmDRTConceptCodeSequenceInterface.h.

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

Default virtual Destructor.

Definition at line 49 of file mlDcmDRTConceptCodeSequenceInterface.h.


Member Function Documentation

DRTConceptCodeSequence::Item* ml::DcmDRTConceptCodeSequenceInterface::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 mlDcmDRTConceptCodeSequenceInterface.h.

bool ml::DcmDRTConceptCodeSequenceInterface::getCodeMeaning ( DRTConceptCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

Definition at line 53 of file mlDcmDRTConceptCodeSequenceInterface.h.

bool ml::DcmDRTConceptCodeSequenceInterface::getCodeValue ( DRTConceptCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

Definition at line 59 of file mlDcmDRTConceptCodeSequenceInterface.h.

bool ml::DcmDRTConceptCodeSequenceInterface::getCodingSchemeDesignator ( DRTConceptCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

Definition at line 65 of file mlDcmDRTConceptCodeSequenceInterface.h.

bool ml::DcmDRTConceptCodeSequenceInterface::getCodingSchemeVersion ( DRTConceptCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

Definition at line 71 of file mlDcmDRTConceptCodeSequenceInterface.h.

bool ml::DcmDRTConceptCodeSequenceInterface::getContextGroupExtensionCreatorUID ( DRTConceptCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

Definition at line 77 of file mlDcmDRTConceptCodeSequenceInterface.h.

bool ml::DcmDRTConceptCodeSequenceInterface::getContextGroupExtensionFlag ( DRTConceptCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

Definition at line 83 of file mlDcmDRTConceptCodeSequenceInterface.h.

bool ml::DcmDRTConceptCodeSequenceInterface::getContextGroupLocalVersion ( DRTConceptCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

Definition at line 89 of file mlDcmDRTConceptCodeSequenceInterface.h.

bool ml::DcmDRTConceptCodeSequenceInterface::getContextGroupVersion ( DRTConceptCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

Definition at line 95 of file mlDcmDRTConceptCodeSequenceInterface.h.

bool ml::DcmDRTConceptCodeSequenceInterface::getContextIdentifier ( DRTConceptCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

Definition at line 101 of file mlDcmDRTConceptCodeSequenceInterface.h.

DRTConceptCodeSequence::Item* ml::DcmDRTConceptCodeSequenceInterface::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 mlDcmDRTConceptCodeSequenceInterface.h.

bool ml::DcmDRTConceptCodeSequenceInterface::getMappingResource ( DRTConceptCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

Definition at line 107 of file mlDcmDRTConceptCodeSequenceInterface.h.

MLint ml::DcmDRTConceptCodeSequenceInterface::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 mlDcmDRTConceptCodeSequenceInterface.h.

DRTConceptCodeSequence* ml::DcmDRTConceptCodeSequenceInterface::getSequence (  )  const [inline]

Return the DRTConceptCodeSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTConceptCodeSequence

Definition at line 119 of file mlDcmDRTConceptCodeSequenceInterface.h.

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

Check if the DRTConceptCodeSequence is set.

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

Definition at line 125 of file mlDcmDRTConceptCodeSequenceInterface.h.

bool ml::DcmDRTConceptCodeSequenceInterface::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 mlDcmDRTConceptCodeSequenceInterface.h.

bool ml::DcmDRTConceptCodeSequenceInterface::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 mlDcmDRTConceptCodeSequenceInterface.h.

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

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

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

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

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

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

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

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

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

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

void ml::DcmDRTConceptCodeSequenceInterface::setSequence ( DRTConceptCodeSequence *  dcmSequence  )  [inline]

Set the DRTConceptCodeSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTConceptCodeSequence

Definition at line 113 of file mlDcmDRTConceptCodeSequenceInterface.h.


Member Data Documentation

DRTConceptCodeSequence* ml::DcmDRTConceptCodeSequenceInterface::_dcmSequence [protected]

Reference to the wrapped DcmSequence.

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