ml::DcmDRTDeidentificationMethodCodeSequenceInterface Class Reference

Class to provide access to DRTDeidentificationMethodCodeSequence. More...

#include <mlDcmDRTDeidentificationMethodCodeSequenceInterface.h>

List of all members.

Public Member Functions

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

DRTDeidentificationMethodCodeSequence * _dcmSequence
 Reference to the wrapped DcmSequence.


Detailed Description

Class to provide access to DRTDeidentificationMethodCodeSequence.

Definition at line 42 of file mlDcmDRTDeidentificationMethodCodeSequenceInterface.h.


Constructor & Destructor Documentation

ml::DcmDRTDeidentificationMethodCodeSequenceInterface::DcmDRTDeidentificationMethodCodeSequenceInterface ( DRTDeidentificationMethodCodeSequence *  _dcmSequence = NULL  )  [inline]

Default Constructor.

Definition at line 46 of file mlDcmDRTDeidentificationMethodCodeSequenceInterface.h.

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

Default virtual Destructor.

Definition at line 49 of file mlDcmDRTDeidentificationMethodCodeSequenceInterface.h.


Member Function Documentation

DRTDeidentificationMethodCodeSequence::Item* ml::DcmDRTDeidentificationMethodCodeSequenceInterface::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 mlDcmDRTDeidentificationMethodCodeSequenceInterface.h.

bool ml::DcmDRTDeidentificationMethodCodeSequenceInterface::getCodeMeaning ( DRTDeidentificationMethodCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

bool ml::DcmDRTDeidentificationMethodCodeSequenceInterface::getCodeValue ( DRTDeidentificationMethodCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

bool ml::DcmDRTDeidentificationMethodCodeSequenceInterface::getCodingSchemeDesignator ( DRTDeidentificationMethodCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

bool ml::DcmDRTDeidentificationMethodCodeSequenceInterface::getCodingSchemeVersion ( DRTDeidentificationMethodCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

bool ml::DcmDRTDeidentificationMethodCodeSequenceInterface::getContextGroupExtensionCreatorUID ( DRTDeidentificationMethodCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

bool ml::DcmDRTDeidentificationMethodCodeSequenceInterface::getContextGroupExtensionFlag ( DRTDeidentificationMethodCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

bool ml::DcmDRTDeidentificationMethodCodeSequenceInterface::getContextGroupLocalVersion ( DRTDeidentificationMethodCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

bool ml::DcmDRTDeidentificationMethodCodeSequenceInterface::getContextGroupVersion ( DRTDeidentificationMethodCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

bool ml::DcmDRTDeidentificationMethodCodeSequenceInterface::getContextIdentifier ( DRTDeidentificationMethodCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

DRTDeidentificationMethodCodeSequence::Item* ml::DcmDRTDeidentificationMethodCodeSequenceInterface::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 mlDcmDRTDeidentificationMethodCodeSequenceInterface.h.

bool ml::DcmDRTDeidentificationMethodCodeSequenceInterface::getMappingResource ( DRTDeidentificationMethodCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

MLint ml::DcmDRTDeidentificationMethodCodeSequenceInterface::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 mlDcmDRTDeidentificationMethodCodeSequenceInterface.h.

DRTDeidentificationMethodCodeSequence* ml::DcmDRTDeidentificationMethodCodeSequenceInterface::getSequence (  )  const [inline]

Return the DRTDeidentificationMethodCodeSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTDeidentificationMethodCodeSequence

Definition at line 119 of file mlDcmDRTDeidentificationMethodCodeSequenceInterface.h.

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

Check if the DRTDeidentificationMethodCodeSequence is set.

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

Definition at line 125 of file mlDcmDRTDeidentificationMethodCodeSequenceInterface.h.

bool ml::DcmDRTDeidentificationMethodCodeSequenceInterface::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 mlDcmDRTDeidentificationMethodCodeSequenceInterface.h.

bool ml::DcmDRTDeidentificationMethodCodeSequenceInterface::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 mlDcmDRTDeidentificationMethodCodeSequenceInterface.h.

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

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

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

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

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

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

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

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

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

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

void ml::DcmDRTDeidentificationMethodCodeSequenceInterface::setSequence ( DRTDeidentificationMethodCodeSequence *  dcmSequence  )  [inline]

Set the DRTDeidentificationMethodCodeSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTDeidentificationMethodCodeSequence

Definition at line 113 of file mlDcmDRTDeidentificationMethodCodeSequenceInterface.h.


Member Data Documentation

DRTDeidentificationMethodCodeSequence* ml::DcmDRTDeidentificationMethodCodeSequenceInterface::_dcmSequence [protected]

Reference to the wrapped DcmSequence.

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