# ToolsDicomEchoPostRequest
## Properties
**aet** | Option<**String**> | AET of the remote DICOM modality | [optional]
**check_find** | Option<**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** | Option<**String**> | Host address of the remote DICOM modality (typically, an IP address) | [optional]
**local_aet** | Option<**String**> | Whether to override the default DicomAet in the SCU connection initiated by Orthanc to this modality | [optional]
**manufacturer** | Option<**String**> | Manufacturer of the remote DICOM modality (check configuration option `DicomModalities` for possible values | [optional]
**port** | Option<**f64**> | TCP port of the remote DICOM modality | [optional]
**timeout** | Option<**f64**> | Whether to override the default DicomScuTimeout in the SCU connection initiated by Orthanc to this modality | [optional]
**use_dicom_tls** | Option<**bool**> | Whether to use DICOM TLS in the SCU connection initiated by Orthanc (new in Orthanc 1.9.0) | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)