|
Odil
A C++11 library for the DICOM standard
|
SCU for C-FIND services. More...
#include <FindSCU.h>


Public Types | |
| typedef std::function< void(std::shared_ptr< DataSet >)> | Callback |
| Callback called when a response is received. | |
Public Member Functions | |
| FindSCU (Association &association) | |
| Constructor. | |
| void | find (std::shared_ptr< DataSet > query, Callback callback) const |
| Perform the C-FIND using an optional callback. | |
| Value::DataSets | find (std::shared_ptr< DataSet > query) const |
| Return a list of datasets matching the query. | |
| Public Member Functions inherited from odil::SCU | |
| SCU (Association &association) | |
| Create a default Service Class User. | |
| virtual | ~SCU () |
| Destructor. | |
| std::string const & | get_affected_sop_class () const |
| Return the affected SOP class. Defaults to "". | |
| void | set_affected_sop_class (std::string const &sop_class) |
| Set the affected SOP class. | |
Additional Inherited Members | |
| Protected Attributes inherited from odil::SCU | |
| Association & | _association |
| Association with peer. | |
| std::string | _affected_sop_class |
| Affected SOP class. | |
SCU for C-FIND services.
| typedef std::function<void(std::shared_ptr<DataSet>)> odil::FindSCU::Callback |
Callback called when a response is received.
| odil::FindSCU::FindSCU | ( | Association & | association | ) |
Constructor.
| Value::DataSets odil::FindSCU::find | ( | std::shared_ptr< DataSet > | query | ) | const |
Return a list of datasets matching the query.
Perform the C-FIND using an optional callback.