odil
|
SCU for C-GET services. More...
#include <GetSCU.h>
Public Types | |
typedef std::function< void(DataSet const &)> | Callback |
Callback called when a response is received. | |
Public Member Functions | |
GetSCU (Association &association) | |
Constructor. | |
virtual | ~GetSCU () |
Destructor. | |
void | get (DataSet const &query, Callback callback) const |
Perform the C-GET using an optional callback. | |
std::vector< DataSet > | get (DataSet const &query) const |
Return a list of datasets matching the query. | |
![]() | |
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. | |
void | echo () const |
Perform DICOM ping. | |
Additional Inherited Members | |
![]() | |
Association & | _association |
std::string | _affected_sop_class |
Affected SOP class. | |
SCU for C-GET services.