orthanc_client_ogen 1.12.8

Orthanc API client library produced by OpenAPI Generator
Documentation
# ModalitiesIdPutRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**aet** | Option<**String**> | AET of the remote DICOM modality | [optional]
**allow_echo** | Option<**bool**> | Whether to accept C-ECHO SCU commands issued by the remote modality | [optional]
**allow_find** | Option<**bool**> | Whether to accept C-FIND SCU commands issued by the remote modality | [optional]
**allow_find_worklist** | Option<**bool**> | Whether to accept C-FIND SCU commands for worklists issued by the remote modality | [optional]
**allow_get** | Option<**bool**> | Whether to accept C-GET SCU commands issued by the remote modality | [optional]
**allow_move** | Option<**bool**> | Whether to accept C-MOVE SCU commands issued by the remote modality | [optional]
**allow_storage_commitment** | Option<**bool**> | Whether to accept storage commitment requests issued by the remote modality | [optional]
**allow_store** | Option<**bool**> | Whether to accept C-STORE SCU commands issued by the remote modality | [optional]
**allow_transcoding** | Option<**bool**> | Whether to allow transcoding for operations initiated by this modality. This option applies to Orthanc C-GET SCP and to Orthanc C-STORE SCU. It only has an effect if the global option `EnableTranscoding` is set to `true`. | [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)