Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.15 KB

File metadata and controls

15 lines (12 loc) · 1.15 KB

# ToolsDicomEchoPostRequest

Properties

Name Type Description Notes
aet string AET of the remote DICOM modality [optional]
check_find bool Issue a dummy C-FIND command after the C-GET SCU, in order to check whether the remote modality knows about Orthanc. This field defaults to the value of the `DicomEchoChecksFind` configuration option. New in Orthanc 1.8.1. [optional]
host string Host address of the remote DICOM modality (typically, an IP address) [optional]
manufacturer string Manufacturer of the remote DICOM modality (check configuration option `DicomModalities` for possible values [optional]
port float TCP port of the remote DICOM modality [optional]
timeout float Timeout for the C-ECHO command, in seconds [optional]
use_dicom_tls bool Whether to use DICOM TLS in the SCU connection initiated by Orthanc (new in Orthanc 1.9.0) [optional]

[Back to Model list] [Back to API list] [Back to README]