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