expliot.plugins.dicom.cecho¶
Plugin to check a connection to a DICOM instance.
Classes¶
Test to check a connection to a DICOM instance. |
Module Contents¶
- class expliot.plugins.dicom.cecho.CEcho¶
Bases:
expliot.core.tests.test.Test
Test to check a connection to a DICOM instance.
Output Format: [
- {
“server_implementation_version_name”: b”DicomObjects.NET”, “server_implementation_class_uid”: “1.2.826.0.1.3680043.1.2.100.8.40.120.0”
}, {“cecho_response_status”: “0x0000”} # This is present only if the connection
# is established.
]
- execute()¶
Execute the test.