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


Public Member Functions | |
| FindSCP (Association &association) | |
| Constructor. | |
| FindSCP (Association &association, std::shared_ptr< DataSetGenerator > const &generator) | |
| Constructor. | |
| std::shared_ptr< DataSetGenerator const > | get_generator () const |
| Return the generator. | |
| void | set_generator (std::shared_ptr< DataSetGenerator > const &generator) |
| Set the generator. | |
| virtual void | operator() (std::shared_ptr< message::Message > message) |
| Process a C-Find request. | |
| Public Member Functions inherited from odil::SCP | |
| SCP (Association &association) | |
| Create a Service Class Provider. | |
| virtual | ~SCP ()=default |
| 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 C-Find services.
| odil::FindSCP::FindSCP | ( | Association & | association | ) |
Constructor.
| odil::FindSCP::FindSCP | ( | Association & | association, |
| std::shared_ptr< DataSetGenerator > const & | generator ) |
Constructor.
| std::shared_ptr< DataSetGenerator const > odil::FindSCP::get_generator | ( | ) | const |
Return the generator.
|
virtual |
Process a C-Find request.
Implements odil::SCP.
| void odil::FindSCP::set_generator | ( | std::shared_ptr< DataSetGenerator > const & | generator | ) |
Set the generator.