comparison OrthancServer/Sources/OrthancRestApi/OrthancRestModalities.cpp @ 4719:b11900508dc0 openssl-3.x

integration mainline->openssl-3.x
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Jun 2021 19:00:22 +0200
parents f0038043fb97 88d16656b8b5
children c1d6ce00be3f
comparison
equal deleted inserted replaced
4717:783f8a048035 4719:b11900508dc0
1025 .SetTag("Networking") 1025 .SetTag("Networking")
1026 .SetSummary("Get original query arguments") 1026 .SetSummary("Get original query arguments")
1027 .SetDescription("Get the original DICOM filter associated with the query/retrieve operation " 1027 .SetDescription("Get the original DICOM filter associated with the query/retrieve operation "
1028 "whose identifier is provided in the URL") 1028 "whose identifier is provided in the URL")
1029 .SetUriArgument("id", "Identifier of the query of interest") 1029 .SetUriArgument("id", "Identifier of the query of interest")
1030 .SetHttpGetArgument("simplify", RestApiCallDocumentation::Type_String,
1031 "If present, format the tags of the DICOM filter in human-readable format", false)
1032 .AddAnswerType(MimeType_Json, "Content of the original query"); 1030 .AddAnswerType(MimeType_Json, "Content of the original query");
1033 return; 1031 return;
1034 } 1032 }
1035 1033
1036 QueryAccessor query(call); 1034 QueryAccessor query(call);