|
odil
C++11libraryfortheDICOMstandard
|
SCP for N-Set services. More...
#include <NSetSCP.h>
Public Types | |
| typedef std::function< Value::Integer(message::NSetRequest const &)> | Callback |
| Callback called when a request is received, shall throw an SCP::Exception on error. | |
Public Member Functions | |
| NSetSCP (Association &association) | |
| Constructor. | |
| NSetSCP (Association &association, Callback const &callback) | |
| Constructor. | |
| virtual | ~NSetSCP () |
| Destructor. | |
| Callback const & | get_callback () const |
| Return the callback. | |
| void | set_callback (Callback const &callback) |
| Set the callback. | |
| virtual void | operator() (message::Message const &message) |
| Process a N-Set request. | |
| virtual void | operator() (message::Message &&message) |
| Process a N-Set request. | |
Public Member Functions inherited from odil::SCP | |
| SCP (Association &association) | |
| Create a Service Class Provider. | |
| virtual | ~SCP () |
| Destructor. | |
| void | receive_and_process () |
| Receive and process a message. | |
Additional Inherited Members | |
Protected Attributes inherited from odil::SCP | |
| Association & | _association |
| Association with peer. | |
SCP for N-Set services.
1.8.13