ml::DcmDRTCodingSchemeIdentificationSequenceInterface Class Reference

Class to provide access to DRTCodingSchemeIdentificationSequence. More...

#include <mlDcmDRTCodingSchemeIdentificationSequenceInterface.h>

List of all members.

Public Member Functions

 DcmDRTCodingSchemeIdentificationSequenceInterface (DRTCodingSchemeIdentificationSequence *_dcmSequence=NULL)
 Default Constructor.
virtual ~DcmDRTCodingSchemeIdentificationSequenceInterface ()
 Default virtual Destructor.
bool getCodingSchemeDesignator (unsigned long idx, std::string &parameter)
bool getCodingSchemeDesignator (DRTCodingSchemeIdentificationSequence::Item &item, std::string &parameter)
std::string getCodingSchemeDesignatorTag () const
bool setCodingSchemeDesignator (unsigned long idx, std::string &parameter)
bool getCodingSchemeExternalID (unsigned long idx, std::string &parameter)
bool getCodingSchemeExternalID (DRTCodingSchemeIdentificationSequence::Item &item, std::string &parameter)
std::string getCodingSchemeExternalIDTag () const
bool setCodingSchemeExternalID (unsigned long idx, std::string &parameter)
bool getCodingSchemeName (unsigned long idx, std::string &parameter)
bool getCodingSchemeName (DRTCodingSchemeIdentificationSequence::Item &item, std::string &parameter)
std::string getCodingSchemeNameTag () const
bool setCodingSchemeName (unsigned long idx, std::string &parameter)
bool getCodingSchemeRegistry (unsigned long idx, std::string &parameter)
bool getCodingSchemeRegistry (DRTCodingSchemeIdentificationSequence::Item &item, std::string &parameter)
std::string getCodingSchemeRegistryTag () const
bool setCodingSchemeRegistry (unsigned long idx, std::string &parameter)
bool getCodingSchemeResponsibleOrganization (unsigned long idx, std::string &parameter)
bool getCodingSchemeResponsibleOrganization (DRTCodingSchemeIdentificationSequence::Item &item, std::string &parameter)
std::string getCodingSchemeResponsibleOrganizationTag () const
bool setCodingSchemeResponsibleOrganization (unsigned long idx, std::string &parameter)
bool getCodingSchemeUID (unsigned long idx, std::string &parameter)
bool getCodingSchemeUID (DRTCodingSchemeIdentificationSequence::Item &item, std::string &parameter)
std::string getCodingSchemeUIDTag () const
bool setCodingSchemeUID (unsigned long idx, std::string &parameter)
bool getCodingSchemeVersion (unsigned long idx, std::string &parameter)
bool getCodingSchemeVersion (DRTCodingSchemeIdentificationSequence::Item &item, std::string &parameter)
std::string getCodingSchemeVersionTag () const
bool setCodingSchemeVersion (unsigned long idx, std::string &parameter)
void setSequence (DRTCodingSchemeIdentificationSequence *dcmSequence)
 Set the DRTCodingSchemeIdentificationSequence this interface class provides access to.
DRTCodingSchemeIdentificationSequence * getSequence () const
 Return the DRTCodingSchemeIdentificationSequence this interface class provides access to.
bool hasSequence () const
 Check if the DRTCodingSchemeIdentificationSequence is set.
MLint getNumberOfItems () const
 Return number of items the internal sequence consists of.
DRTCodingSchemeIdentificationSequence::Item * getItem (const unsigned long idx)
 Return number of items the internal sequence consists of.
DRTCodingSchemeIdentificationSequence::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

DRTCodingSchemeIdentificationSequence * _dcmSequence
 Reference to the wrapped DcmSequence.


Detailed Description

Class to provide access to DRTCodingSchemeIdentificationSequence.

Definition at line 42 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.


Constructor & Destructor Documentation

ml::DcmDRTCodingSchemeIdentificationSequenceInterface::DcmDRTCodingSchemeIdentificationSequenceInterface ( DRTCodingSchemeIdentificationSequence *  _dcmSequence = NULL  )  [inline]

Default Constructor.

Definition at line 46 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.

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

Default virtual Destructor.

Definition at line 49 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.


Member Function Documentation

DRTCodingSchemeIdentificationSequence::Item* ml::DcmDRTCodingSchemeIdentificationSequenceInterface::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 131 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.

bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeDesignator ( DRTCodingSchemeIdentificationSequence::Item &  item,
std::string &  parameter 
)

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

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

bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeExternalID ( DRTCodingSchemeIdentificationSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeExternalID ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeExternalIDTag (  )  const [inline]

bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeName ( DRTCodingSchemeIdentificationSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeName ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeNameTag (  )  const [inline]

bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeRegistry ( DRTCodingSchemeIdentificationSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeRegistry ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeRegistryTag (  )  const [inline]

bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeResponsibleOrganization ( DRTCodingSchemeIdentificationSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeResponsibleOrganization ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeResponsibleOrganizationTag (  )  const [inline]

bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeUID ( DRTCodingSchemeIdentificationSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeUID ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeUIDTag (  )  const [inline]

bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getCodingSchemeVersion ( DRTCodingSchemeIdentificationSequence::Item &  item,
std::string &  parameter 
)

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

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

DRTCodingSchemeIdentificationSequence::Item* ml::DcmDRTCodingSchemeIdentificationSequenceInterface::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 122 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.

MLint ml::DcmDRTCodingSchemeIdentificationSequenceInterface::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 113 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.

DRTCodingSchemeIdentificationSequence* ml::DcmDRTCodingSchemeIdentificationSequenceInterface::getSequence (  )  const [inline]

Return the DRTCodingSchemeIdentificationSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTCodingSchemeIdentificationSequence

Definition at line 101 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.

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

Check if the DRTCodingSchemeIdentificationSequence is set.

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

Definition at line 107 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.

bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::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 142 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.

bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::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 153 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.

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

bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::setCodingSchemeExternalID ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::setCodingSchemeName ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::setCodingSchemeRegistry ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::setCodingSchemeResponsibleOrganization ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTCodingSchemeIdentificationSequenceInterface::setCodingSchemeUID ( unsigned long  idx,
std::string &  parameter 
)

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

void ml::DcmDRTCodingSchemeIdentificationSequenceInterface::setSequence ( DRTCodingSchemeIdentificationSequence *  dcmSequence  )  [inline]

Set the DRTCodingSchemeIdentificationSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTCodingSchemeIdentificationSequence

Definition at line 95 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.


Member Data Documentation

DRTCodingSchemeIdentificationSequence* ml::DcmDRTCodingSchemeIdentificationSequenceInterface::_dcmSequence [protected]

Reference to the wrapped DcmSequence.

Definition at line 163 of file mlDcmDRTCodingSchemeIdentificationSequenceInterface.h.


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

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