Mercurial > hg > orthanc
changeset 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 | 783f8a048035 (current diff) 88d16656b8b5 (diff) |
children | 4b721432fa67 |
files | OrthancServer/Sources/OrthancRestApi/OrthancRestModalities.cpp |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancRestApi/OrthancRestModalities.cpp Wed Jun 23 16:23:23 2021 +0200 +++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestModalities.cpp Wed Jun 23 19:00:22 2021 +0200 @@ -1027,8 +1027,6 @@ .SetDescription("Get the original DICOM filter associated with the query/retrieve operation " "whose identifier is provided in the URL") .SetUriArgument("id", "Identifier of the query of interest") - .SetHttpGetArgument("simplify", RestApiCallDocumentation::Type_String, - "If present, format the tags of the DICOM filter in human-readable format", false) .AddAnswerType(MimeType_Json, "Content of the original query"); return; }