# HG changeset patch # User Alain Mazy # Date 1716385145 -7200 # Node ID 6ad8e2afd4fb1d147f710b283c957c47c041de06 # Parent 0e16e677fe645e63837fa8bb3db0051dda332bed added missing LocalAet & Timeout documentation diff -r 0e16e677fe64 -r 6ad8e2afd4fb OrthancServer/Sources/OrthancRestApi/OrthancRestModalities.cpp --- a/OrthancServer/Sources/OrthancRestApi/OrthancRestModalities.cpp Tue May 21 17:09:57 2024 +0200 +++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestModalities.cpp Wed May 22 15:39:05 2024 +0200 @@ -115,7 +115,11 @@ .SetRequestField("Manufacturer", RestApiCallDocumentation::Type_String, "Manufacturer of the remote DICOM " "modality (check configuration option `DicomModalities` for possible values", false) .SetRequestField("UseDicomTls", RestApiCallDocumentation::Type_Boolean, "Whether to use DICOM TLS " - "in the SCU connection initiated by Orthanc (new in Orthanc 1.9.0)", false); + "in the SCU connection initiated by Orthanc (new in Orthanc 1.9.0)", false) + .SetRequestField("LocalAet", RestApiCallDocumentation::Type_String, "Whether to override the default DicomAet " + "in the SCU connection initiated by Orthanc to this modality", false) + .SetRequestField("Timeout", RestApiCallDocumentation::Type_Number, "Whether to override the default DicomScuTimeout " + "in the SCU connection initiated by Orthanc to this modality", false); if (includePermissions) {