# HG changeset patch # User Sebastien Jodogne # Date 1608626100 -3600 # Node ID c5140b5dc8d0f076b48c6bd7e4adb73734993980 # Parent 8b45dbd82f1fa31b16d580d925ab0a99e007473d fix diff -r 8b45dbd82f1f -r c5140b5dc8d0 Plugin/QidoRs.cpp --- 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) ||