diff OrthancServer/Resources/Configuration.json @ 4376:b002f9abe802 varian

review of changeset 4375:208029732d51
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Dec 2020 11:27:37 +0100
parents 208029732d51
children 9e2fc6911ac8
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json	Tue Dec 15 13:59:01 2020 -0500
+++ b/OrthancServer/Resources/Configuration.json	Thu Dec 17 11:27:37 2020 +0100
@@ -629,16 +629,16 @@
   // threads share "N" memory pools (known as "arenas"). Setting this
   // option to "0" doesn't call mallopt()", which was the behavior of
   // Orthanc <= 1.8.1.
-  "MallocArenaMax" : 5 
+  "MallocArenaMax" : 5,
 
-  // Deidentify/anonymize the contents of C-Find, C-Get, and C-Move
-  // queries submitted to Orthanc according to Table E.1-1 of the
-  // DICOM standard
-  "DeidentifyDimseQueryLogs": true,
+  // Deidentify/anonymize the contents of the logs (notably C-Find,
+  // C-Get, and C-Move queries submitted to Orthanc) according to
+  // Table E.1-1 of the DICOM standard (new in Orthanc 1.8.2)
+  "DeidentifyLogs" : true,
 
-  // If DeidentifyDimseQueryLogs is true, this sets the DICOM standard
-  // to follow for the deintification/anonymization of the query
+  // If "DeidentifyLogs" is true, this sets the DICOM standard
+  // to follow for the deidentification/anonymization of the query
   // contents. Possible values are those that are specified in the
-  // definition of Orthanc::StringToDicomVersion
-  "DeidentifyDimseQueryLogsDicomVersion": "2017c",
+  // definition of Orthanc::StringToDicomVersion (new in Orthanc 1.8.2)
+  "DeidentifyLogsDicomVersion" : "2017c"
 }