comparison OrthancServer/Sources/OrthancRestApi/OrthancRestModalities.cpp @ 4718:88d16656b8b5

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Jun 2021 19:00:07 +0200
parents 569d9ef165b1
children b11900508dc0 4e2247df6327
comparison
equal deleted inserted replaced
4716:758fe3ffb336 4718:88d16656b8b5
1037 .SetTag("Networking") 1037 .SetTag("Networking")
1038 .SetSummary("Get original query arguments") 1038 .SetSummary("Get original query arguments")
1039 .SetDescription("Get the original DICOM filter associated with the query/retrieve operation " 1039 .SetDescription("Get the original DICOM filter associated with the query/retrieve operation "
1040 "whose identifier is provided in the URL") 1040 "whose identifier is provided in the URL")
1041 .SetUriArgument("id", "Identifier of the query of interest") 1041 .SetUriArgument("id", "Identifier of the query of interest")
1042 .SetHttpGetArgument("simplify", RestApiCallDocumentation::Type_String,
1043 "If present, format the tags of the DICOM filter in human-readable format", false)
1044 .AddAnswerType(MimeType_Json, "Content of the original query"); 1042 .AddAnswerType(MimeType_Json, "Content of the original query");
1045 return; 1043 return;
1046 } 1044 }
1047 1045
1048 QueryAccessor query(call); 1046 QueryAccessor query(call);