Mercurial > hg > orthanc
changeset 4718:88d16656b8b5
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 23 Jun 2021 19:00:07 +0200 |
parents | 758fe3ffb336 |
children | b11900508dc0 85102d5cc936 cf4a80a7e1a2 |
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:22:58 2021 +0200 +++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestModalities.cpp Wed Jun 23 19:00:07 2021 +0200 @@ -1039,8 +1039,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; }