diff OrthancServer/Sources/ServerContext.cpp @ 5060:e69a3ff39bc5

fix reuse of DicomAsJson between lookup and answers
author Alain Mazy <am@osimis.io>
date Mon, 08 Aug 2022 12:42:48 +0200
parents d4e5ca0c9307
children d7274e43ea7c 7547c7dfd017
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerContext.cpp	Mon Aug 08 09:59:07 2022 +0200
+++ b/OrthancServer/Sources/ServerContext.cpp	Mon Aug 08 12:42:48 2022 +0200
@@ -2348,7 +2348,7 @@
                                      const std::string& publicId,
                                      const DicomMap& mainDicomTags,    // optional: the main dicom tags for the resource (if already available)
                                      const std::string& instanceId,    // optional: the id of an instance for the resource (if already available)
-                                      const Json::Value* dicomAsJson,  // optional: the dicom-as-json for the resource (if already available)
+                                     const Json::Value* dicomAsJson,   // optional: the dicom-as-json for the resource (if already available)
                                      ResourceType level,
                                      DicomToJsonFormat format,
                                      const std::set<DicomTag>& requestedTags,