odil
C++11libraryfortheDICOMstandard
|
SCP for C-Move services. More...
#include <MoveSCP.h>
Classes | |
class | DataSetGenerator |
Generator of C-MOVE responses. More... | |
Public Member Functions | |
MoveSCP (Association &association) | |
Constructor. | |
MoveSCP (Association &association, std::shared_ptr< DataSetGenerator > const &generator) | |
Constructor. | |
virtual | ~MoveSCP () |
Destructor. | |
DataSetGenerator const & | get_generator () const |
Return the generator. | |
void | set_generator (std::shared_ptr< DataSetGenerator > const &generator) |
Set the generator. | |
virtual void | operator() (message::Message const &message) |
Process a C-Get request. | |
virtual void | operator() (message::Message &&message) |
Process a C-Get request. | |
![]() | |
SCP (Association &association) | |
Create a Service Class Provider. | |
virtual | ~SCP () |
Destructor. | |
void | receive_and_process () |
Receive and process a message. | |
Additional Inherited Members | |
![]() | |
Association & | _association |
Association with peer. | |
SCP for C-Move services.