odil
C++11libraryfortheDICOMstandard
|
Generator of C-MOVE responses. More...
#include <MoveSCP.h>
Public Member Functions | |
virtual unsigned int | count () const =0 |
Return the number of responses. | |
virtual Association | get_association (message::CMoveRequest const &) const =0 |
Return the sub-association to send responses on. | |
![]() | |
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-MOVE responses.