| 
|   | DcmDRTExposureSequenceInterface () | 
|   | 
|   | DcmDRTExposureSequenceInterface (std::vector< DcmDRTExposureSequenceInterface::Item > dcmSequence) | 
|   | Default Constructor.  
  | 
|   | 
|   | DcmDRTExposureSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | 
|   | 
| virtual  | ~DcmDRTExposureSequenceInterface () | 
|   | Default virtual Destructor.  
  | 
|   | 
| bool  | getDiaphragmPosition (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getDiaphragmPosition (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getDiaphragmPositionTag () const | 
|   | 
| bool  | setDiaphragmPosition (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getExposureTime (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getExposureTime (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getExposureTimeTag () const | 
|   | 
| bool  | setExposureTime (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getFluenceDataScale (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getFluenceDataScale (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getFluenceDataScaleTag () const | 
|   | 
| bool  | setFluenceDataScale (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getFluenceDataSource (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getFluenceDataSource (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getFluenceDataSourceTag () const | 
|   | 
| bool  | setFluenceDataSource (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getKVP (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getKVP (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getKVPTag () const | 
|   | 
| bool  | setKVP (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getMetersetExposure (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getMetersetExposure (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getMetersetExposureTag () const | 
|   | 
| bool  | setMetersetExposure (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getNumberOfBlocks (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getNumberOfBlocks (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getNumberOfBlocksTag () const | 
|   | 
| bool  | setNumberOfBlocks (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getReferencedFrameNumber (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getReferencedFrameNumber (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getReferencedFrameNumberTag () const | 
|   | 
| bool  | setReferencedFrameNumber (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getXRayTubeCurrent (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getXRayTubeCurrent (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getXRayTubeCurrentTag () const | 
|   | 
| bool  | setXRayTubeCurrent (unsigned long idx, std::string parameter) | 
|   | 
| DcmDRTApplicatorSequenceInRTImageModuleInterface  | getApplicatorSequence (unsigned long idx) const | 
|   | 
| std::string  | getApplicatorSequenceTag () const | 
|   | 
| void  | setApplicatorSequence (DcmDRTApplicatorSequenceInRTImageModuleInterface seq, unsigned long idx) | 
|   | 
| DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface  | getBeamLimitingDeviceSequence (unsigned long idx) const | 
|   | 
| std::string  | getBeamLimitingDeviceSequenceTag () const | 
|   | 
| void  | setBeamLimitingDeviceSequence (DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface seq, unsigned long idx) | 
|   | 
| DcmDRTBlockSequenceInRTImageModuleInterface  | getBlockSequence (unsigned long idx) const | 
|   | 
| std::string  | getBlockSequenceTag () const | 
|   | 
| void  | setBlockSequence (DcmDRTBlockSequenceInRTImageModuleInterface seq, unsigned long idx) | 
|   | 
| void  | setSequence (std::vector< DcmDRTExposureSequenceInterface::Item > dcmSequence) | 
|   | Set the DRTExposureSequence this interface class provides access to.  
  | 
|   | 
| std::vector< DcmDRTExposureSequenceInterface::Item >  | getSequence () const | 
|   | Return the DRTExposureSequence this interface class provides access to.  
  | 
|   | 
| bool  | hasSequence () const | 
|   | Check if the DRTExposureSequence is set.  
  | 
|   | 
| MLint  | getNumberOfItems () const | 
|   | Return number of items the internal sequence consists of.  
  | 
|   | 
| DcmDRTExposureSequenceInterface::Item  | getItem (const size_t idx) const | 
|   | Gets the item at the indicated position.  
  | 
|   | 
| DcmDRTExposureSequenceInterface::Item &  | addItem () | 
|   | Adds a new item to the sequence.  
  | 
|   | 
| void  | addItem (DcmDRTExposureSequenceInterface::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 DRTExposureSequence. 
Definition at line 46 of file mlDcmDRTExposureSequenceInterface.h.