|
odil
C++11libraryfortheDICOMstandard
|
Generator of C-GET responses. More...
#include <GetSCP.h>
Public Member Functions | |
| virtual unsigned int | count () const =0 |
| Return the number of responses. | |
Public Member Functions inherited from odil::SCP::DataSetGenerator | |
| virtual | ~DataSetGenerator ()=0 |
| Destructor. | |
| virtual void | initialize (message::Request const &request)=0 |
| Initialize the generator. | |
| virtual bool | done () const =0 |
| Test whether all elements have been generated. | |
| virtual void | next ()=0 |
| Prepare the next element. | |
| virtual DataSet | get () const =0 |
| Return the current element. | |
Generator of C-GET responses.
1.8.13