changeset 486:c5140b5dc8d0

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Dec 2020 09:35:00 +0100
parents 8b45dbd82f1f
children 327acd0232d8
files Plugin/QidoRs.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Plugin/QidoRs.cpp	Tue Dec 22 08:29:53 2020 +0100
+++ b/Plugin/QidoRs.cpp	Tue Dec 22 09:35:00 2020 +0100
@@ -492,7 +492,7 @@
   LOG(INFO) << "Body of the call from QIDO-RS to /tools/find: " << find.toStyledString();
   
   std::string body;
-  Orthanc::Toolbox::WriteJson(body, find, true /* fast */);
+  Orthanc::Toolbox::WriteFastJson(body, find);
   
   Json::Value resources;
   if (!OrthancPlugins::RestApiPost(resources, "/tools/find", body, false) ||