| 
|   | DcmDRTProcedureCodeSequenceInterface () | 
|   | 
|   | DcmDRTProcedureCodeSequenceInterface (std::vector< DcmDRTProcedureCodeSequenceInterface::Item > dcmSequence) | 
|   | Default Constructor.  
  | 
|   | 
|   | DcmDRTProcedureCodeSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | 
|   | 
| virtual  | ~DcmDRTProcedureCodeSequenceInterface () | 
|   | Default virtual Destructor.  
  | 
|   | 
| bool  | getCodeMeaning (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getCodeMeaning (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getCodeMeaningTag () const | 
|   | 
| bool  | setCodeMeaning (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getCodeValue (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getCodeValue (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getCodeValueTag () const | 
|   | 
| bool  | setCodeValue (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getCodingSchemeDesignator (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getCodingSchemeDesignator (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getCodingSchemeDesignatorTag () const | 
|   | 
| bool  | setCodingSchemeDesignator (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getCodingSchemeVersion (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getCodingSchemeVersion (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getCodingSchemeVersionTag () const | 
|   | 
| bool  | setCodingSchemeVersion (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getContextGroupExtensionCreatorUID (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getContextGroupExtensionCreatorUID (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getContextGroupExtensionCreatorUIDTag () const | 
|   | 
| bool  | setContextGroupExtensionCreatorUID (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getContextGroupExtensionFlag (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getContextGroupExtensionFlag (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getContextGroupExtensionFlagTag () const | 
|   | 
| bool  | setContextGroupExtensionFlag (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getContextGroupLocalVersion (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getContextGroupLocalVersion (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getContextGroupLocalVersionTag () const | 
|   | 
| bool  | setContextGroupLocalVersion (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getContextGroupVersion (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getContextGroupVersion (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getContextGroupVersionTag () const | 
|   | 
| bool  | setContextGroupVersion (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getContextIdentifier (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getContextIdentifier (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getContextIdentifierTag () const | 
|   | 
| bool  | setContextIdentifier (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getMappingResource (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getMappingResource (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getMappingResourceTag () const | 
|   | 
| bool  | setMappingResource (unsigned long idx, std::string parameter) | 
|   | 
| void  | setSequence (std::vector< DcmDRTProcedureCodeSequenceInterface::Item > dcmSequence) | 
|   | Set the DRTProcedureCodeSequence this interface class provides access to.  
  | 
|   | 
| std::vector< DcmDRTProcedureCodeSequenceInterface::Item >  | getSequence () const | 
|   | Return the DRTProcedureCodeSequence this interface class provides access to.  
  | 
|   | 
| bool  | hasSequence () const | 
|   | Check if the DRTProcedureCodeSequence is set.  
  | 
|   | 
| MLint  | getNumberOfItems () const | 
|   | Return number of items the internal sequence consists of.  
  | 
|   | 
| DcmDRTProcedureCodeSequenceInterface::Item  | getItem (const size_t idx) const | 
|   | Gets the item at the indicated position.  
  | 
|   | 
| DcmDRTProcedureCodeSequenceInterface::Item &  | addItem () | 
|   | Adds a new item to the sequence.  
  | 
|   | 
| void  | addItem (DcmDRTProcedureCodeSequenceInterface::Item newItem) | 
|   | 
| bool  | insertItem (const size_t idx) | 
|   | Insert an item at the indicated position.  
  | 
|   | 
| bool  | removeItem (const size_t idx) | 
|   | Removes the indicated item from the sequence.  
  | 
|   | 
Class to provide access to DRTProcedureCodeSequence. 
Definition at line 43 of file mlDcmDRTProcedureCodeSequenceInterface.h.