|
Odil
A C++11 library for the DICOM standard
|
SCP for C-Get services. More...
#include <GetSCP.h>


Classes | |
| class | DataSetGenerator |
| Generator of C-GET responses. More... | |
Public Member Functions | |
| GetSCP (Association &association) | |
| Constructor. More... | |
| GetSCP (Association &association, std::shared_ptr< DataSetGenerator > const &generator) | |
| Constructor. More... | |
| virtual | ~GetSCP () |
| Destructor. More... | |
| DataSetGenerator const & | get_generator () const |
| Return the generator. More... | |
| void | set_generator (std::shared_ptr< DataSetGenerator > const &generator) |
| Set the generator. More... | |
| virtual void | operator() (message::Message const &message) |
| Process a C-Get request. More... | |
| virtual void | operator() (message::Message &&message) |
| Process a C-Get 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 C-Get services.
| odil::GetSCP::GetSCP | ( | Association & | association | ) |
Constructor.
| odil::GetSCP::GetSCP | ( | Association & | association, |
| std::shared_ptr< DataSetGenerator > const & | generator | ||
| ) |
Constructor.
|
virtual |
Destructor.
| DataSetGenerator const& odil::GetSCP::get_generator | ( | ) | const |
Return the generator.
|
virtual |
Process a C-Get request.
Implements odil::SCP.
|
virtual |
Process a C-Get request.
Implements odil::SCP.
| void odil::GetSCP::set_generator | ( | std::shared_ptr< DataSetGenerator > const & | generator | ) |
Set the generator.
1.8.13