odil
C++11libraryfortheDICOMstandard
|
SCU for C-FIND services. More...
#include <FindSCU.h>
Public Types | |
typedef std::function< void(DataSet &&)> | Callback |
Callback called when a response is received. | |
Public Member Functions | |
FindSCU (Association &association) | |
Constructor. | |
virtual | ~FindSCU () |
Destructor. | |
void | find (DataSet const &query, Callback callback) const |
Perform the C-FIND using an optional callback. | |
void | find (DataSet &&query, Callback callback) const |
Perform the C-FIND using an optional callback. | |
std::vector< DataSet > | find (DataSet const &query) const |
Return a list of datasets matching the query. The user is responsible for the de-allocation of the matches. | |
std::vector< DataSet > | find (DataSet &&query) const |
Return a list of datasets matching the query. The user is responsible for the de-allocation of the matches. | |
![]() | |
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 | |
![]() | |
Association & | _association |
Association with peer. | |
std::string | _affected_sop_class |
Affected SOP class. | |
SCU for C-FIND services.