Method: DICOM::DClient#echo
- Defined in:
- lib/dicom/d_client.rb
#echo ⇒ Object
Tests the connection to the server by performing a C-ECHO procedure.
71 72 73 74 75 |
# File 'lib/dicom/d_client.rb', line 71 def echo # Verification SOP Class: set_default_presentation_context(VERIFICATION_SOP) perform_echo end |