diff OrthancServer/Resources/Configuration.json @ 4375:208029732d51 varian

New config option "DeidentifyDimseQueryLogs"
author Mark Poscablo <Mark.Poscablo@varian.com>
date Tue, 15 Dec 2020 13:59:01 -0500
parents 6a39ca7083b9
children b002f9abe802
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json	Thu Dec 17 10:55:32 2020 +0100
+++ b/OrthancServer/Resources/Configuration.json	Tue Dec 15 13:59:01 2020 -0500
@@ -630,4 +630,15 @@
   // option to "0" doesn't call mallopt()", which was the behavior of
   // Orthanc <= 1.8.1.
   "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,
+
+  // If DeidentifyDimseQueryLogs is true, this sets the DICOM standard
+  // to follow for the deintification/anonymization of the query
+  // contents. Possible values are those that are specified in the
+  // definition of Orthanc::StringToDicomVersion
+  "DeidentifyDimseQueryLogsDicomVersion": "2017c",
 }