comparison OrthancServer/Sources/OrthancRestApi/OrthancRestModalities.cpp @ 5256:261ce0ed85e6 db-protobuf

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Apr 2023 20:50:43 +0200
parents 0ea402b4d901
children 62bb63346185
comparison
equal deleted inserted replaced
5255:f783b99e4738 5256:261ce0ed85e6
1429 "Allows you to overwrite the destination AET for a specific operation.", false) 1429 "Allows you to overwrite the destination AET for a specific operation.", false)
1430 .SetRequestField(KEY_HOST, RestApiCallDocumentation::Type_String, 1430 .SetRequestField(KEY_HOST, RestApiCallDocumentation::Type_String,
1431 "Host that is used for this commands, defaults to `Host` configuration option. " 1431 "Host that is used for this commands, defaults to `Host` configuration option. "
1432 "Allows you to overwrite the destination host for a specific operation.", false) 1432 "Allows you to overwrite the destination host for a specific operation.", false)
1433 .SetRequestField(KEY_PORT, RestApiCallDocumentation::Type_Number, 1433 .SetRequestField(KEY_PORT, RestApiCallDocumentation::Type_Number,
1434 "Port that is used for this commands, defaults to `Port` configuration option. " 1434 "Port that is used for this command, defaults to `Port` configuration option. "
1435 "Allows you to overwrite the destination port for a specific operation.", false) 1435 "Allows you to overwrite the destination port for a specific operation.", false)
1436 .SetRequestField(KEY_MOVE_ORIGINATOR_AET, RestApiCallDocumentation::Type_String, 1436 .SetRequestField(KEY_MOVE_ORIGINATOR_AET, RestApiCallDocumentation::Type_String,
1437 "Move originator AET that is used for this commands, in order to fake a C-MOVE SCU", false) 1437 "Move originator AET that is used for this commands, in order to fake a C-MOVE SCU", false)
1438 .SetRequestField(KEY_MOVE_ORIGINATOR_ID, RestApiCallDocumentation::Type_Number, 1438 .SetRequestField(KEY_MOVE_ORIGINATOR_ID, RestApiCallDocumentation::Type_Number,
1439 "Move originator ID that is used for this commands, in order to fake a C-MOVE SCU", false) 1439 "Move originator ID that is used for this commands, in order to fake a C-MOVE SCU", false)