| 
|   | DcmDRTRTROIObservationsSequenceInterface () | 
|   | 
|   | DcmDRTRTROIObservationsSequenceInterface (std::vector< DcmDRTRTROIObservationsSequenceInterface::Item > dcmSequence) | 
|   | Default Constructor.  
  | 
|   | 
|   | DcmDRTRTROIObservationsSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | 
|   | 
| virtual  | ~DcmDRTRTROIObservationsSequenceInterface () | 
|   | Default virtual Destructor.  
  | 
|   | 
| bool  | getMaterialID (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getMaterialID (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getMaterialIDTag () const | 
|   | 
| bool  | setMaterialID (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getObservationNumber (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getObservationNumber (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getObservationNumberTag () const | 
|   | 
| bool  | setObservationNumber (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getROIInterpreter (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getROIInterpreter (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getROIInterpreterTag () const | 
|   | 
| bool  | setROIInterpreter (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getROIObservationDescription (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getROIObservationDescription (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getROIObservationDescriptionTag () const | 
|   | 
| bool  | setROIObservationDescription (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getROIObservationLabel (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getROIObservationLabel (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getROIObservationLabelTag () const | 
|   | 
| bool  | setROIObservationLabel (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getRTROIInterpretedType (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getRTROIInterpretedType (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getRTROIInterpretedTypeTag () const | 
|   | 
| bool  | setRTROIInterpretedType (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getReferencedROINumber (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getReferencedROINumber (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getReferencedROINumberTag () const | 
|   | 
| bool  | setReferencedROINumber (unsigned long idx, std::string parameter) | 
|   | 
| DcmDRTROIPhysicalPropertiesSequenceInterface  | getROIPhysicalPropertiesSequence (unsigned long idx) const | 
|   | 
| std::string  | getROIPhysicalPropertiesSequenceTag () const | 
|   | 
| void  | setROIPhysicalPropertiesSequence (DcmDRTROIPhysicalPropertiesSequenceInterface seq, unsigned long idx) | 
|   | 
| DcmDRTRTROIIdentificationCodeSequenceInterface  | getRTROIIdentificationCodeSequence (unsigned long idx) const | 
|   | 
| std::string  | getRTROIIdentificationCodeSequenceTag () const | 
|   | 
| void  | setRTROIIdentificationCodeSequence (DcmDRTRTROIIdentificationCodeSequenceInterface seq, unsigned long idx) | 
|   | 
| DcmDRTRTRelatedROISequenceInterface  | getRTRelatedROISequence (unsigned long idx) const | 
|   | 
| std::string  | getRTRelatedROISequenceTag () const | 
|   | 
| void  | setRTRelatedROISequence (DcmDRTRTRelatedROISequenceInterface seq, unsigned long idx) | 
|   | 
| DcmDRTRelatedRTROIObservationsSequenceInterface  | getRelatedRTROIObservationsSequence (unsigned long idx) const | 
|   | 
| std::string  | getRelatedRTROIObservationsSequenceTag () const | 
|   | 
| void  | setRelatedRTROIObservationsSequence (DcmDRTRelatedRTROIObservationsSequenceInterface seq, unsigned long idx) | 
|   | 
| void  | setSequence (std::vector< DcmDRTRTROIObservationsSequenceInterface::Item > dcmSequence) | 
|   | Set the DRTRTROIObservationsSequence this interface class provides access to.  
  | 
|   | 
| std::vector< DcmDRTRTROIObservationsSequenceInterface::Item >  | getSequence () const | 
|   | Return the DRTRTROIObservationsSequence this interface class provides access to.  
  | 
|   | 
| bool  | hasSequence () const | 
|   | Check if the DRTRTROIObservationsSequence is set.  
  | 
|   | 
| MLint  | getNumberOfItems () const | 
|   | Return number of items the internal sequence consists of.  
  | 
|   | 
| DcmDRTRTROIObservationsSequenceInterface::Item  | getItem (const size_t idx) const | 
|   | Gets the item at the indicated position.  
  | 
|   | 
| DcmDRTRTROIObservationsSequenceInterface::Item &  | addItem () | 
|   | Adds a new item to the sequence.  
  | 
|   | 
| void  | addItem (DcmDRTRTROIObservationsSequenceInterface::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 DRTRTROIObservationsSequence. 
Definition at line 47 of file mlDcmDRTRTROIObservationsSequenceInterface.h.