ml::DcmDRTScheduledProtocolCodeSequenceInterface Class Reference

Class to provide access to DRTScheduledProtocolCodeSequence. More...

#include <mlDcmDRTScheduledProtocolCodeSequenceInterface.h>

List of all members.

Public Member Functions

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

DRTScheduledProtocolCodeSequence * _dcmSequence
 Reference to the wrapped DcmSequence.


Detailed Description

Class to provide access to DRTScheduledProtocolCodeSequence.

Definition at line 43 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.


Constructor & Destructor Documentation

ml::DcmDRTScheduledProtocolCodeSequenceInterface::DcmDRTScheduledProtocolCodeSequenceInterface ( DRTScheduledProtocolCodeSequence *  _dcmSequence = NULL  )  [inline]

Default Constructor.

Definition at line 47 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.

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

Default virtual Destructor.

Definition at line 50 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.


Member Function Documentation

DRTScheduledProtocolCodeSequence::Item* ml::DcmDRTScheduledProtocolCodeSequenceInterface::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 154 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.

bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getCodeMeaning ( DRTScheduledProtocolCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getCodeValue ( DRTScheduledProtocolCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getCodingSchemeDesignator ( DRTScheduledProtocolCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getCodingSchemeVersion ( DRTScheduledProtocolCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getContextGroupExtensionCreatorUID ( DRTScheduledProtocolCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getContextGroupExtensionFlag ( DRTScheduledProtocolCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getContextGroupLocalVersion ( DRTScheduledProtocolCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getContextGroupVersion ( DRTScheduledProtocolCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getContextIdentifier ( DRTScheduledProtocolCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

DRTScheduledProtocolCodeSequence::Item* ml::DcmDRTScheduledProtocolCodeSequenceInterface::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 145 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.

bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getMappingResource ( DRTScheduledProtocolCodeSequence::Item &  item,
std::string &  parameter 
)

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

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

MLint ml::DcmDRTScheduledProtocolCodeSequenceInterface::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 136 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.

DRTProtocolContextSequence& ml::DcmDRTScheduledProtocolCodeSequenceInterface::getProtocolContextSequence ( unsigned long  idx  ) 

std::string ml::DcmDRTScheduledProtocolCodeSequenceInterface::getProtocolContextSequenceTag (  )  const [inline]

DRTScheduledProtocolCodeSequence* ml::DcmDRTScheduledProtocolCodeSequenceInterface::getSequence (  )  const [inline]

Return the DRTScheduledProtocolCodeSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTScheduledProtocolCodeSequence

Definition at line 124 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.

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

Check if the DRTScheduledProtocolCodeSequence is set.

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

Definition at line 130 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.

bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::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 165 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.

bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::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 176 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.

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

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

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

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

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

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

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

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

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

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

void ml::DcmDRTScheduledProtocolCodeSequenceInterface::setSequence ( DRTScheduledProtocolCodeSequence *  dcmSequence  )  [inline]

Set the DRTScheduledProtocolCodeSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTScheduledProtocolCodeSequence

Definition at line 118 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.


Member Data Documentation

DRTScheduledProtocolCodeSequence* ml::DcmDRTScheduledProtocolCodeSequenceInterface::_dcmSequence [protected]

Reference to the wrapped DcmSequence.

Definition at line 186 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.


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

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