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


Public Member Functions | |
| EchoSCU (Association &association) | |
| Constructor. More... | |
| virtual | ~EchoSCU () |
| Destructor. More... | |
| void | echo () const |
| Perform DICOM ping. More... | |
Public Member Functions inherited from odil::SCU | |
| SCU (Association &association) | |
| Create a default Service Class User. More... | |
| virtual | ~SCU () |
| Destructor. More... | |
| std::string const & | get_affected_sop_class () const |
| Return the affected SOP class. Defaults to "". More... | |
| void | set_affected_sop_class (std::string const &sop_class) |
| Set the affected SOP class. More... | |
Additional Inherited Members | |
Protected Attributes inherited from odil::SCU | |
| Association & | _association |
| Association with peer. More... | |
| std::string | _affected_sop_class |
| Affected SOP class. More... | |
SCU for the C-ECHO services.
| odil::EchoSCU::EchoSCU | ( | Association & | association | ) |
Constructor.
|
virtual |
Destructor.
| void odil::EchoSCU::echo | ( | ) | const |
Perform DICOM ping.
1.8.13