diff OrthancServer/Resources/Configuration.json @ 4424:83371ccdfe80

openapi documentation is now completed
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Dec 2020 19:28:53 +0100
parents 1d93700f5e23
children 4a4e33c9082d
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json	Tue Dec 29 16:51:28 2020 +0100
+++ b/OrthancServer/Resources/Configuration.json	Tue Dec 29 19:28:53 2020 +0100
@@ -672,9 +672,9 @@
   // Table E.1-1 of the DICOM standard (new in Orthanc 1.8.2)
   "DeidentifyLogs" : true,
 
-  // 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 (new in Orthanc 1.8.2)
+  // If "DeidentifyLogs" is true, this sets the DICOM standard to
+  // follow for the deidentification/anonymization of the query
+  // contents. Possible values are "2008" and "2017c" (new in Orthanc
+  // 1.8.2)
   "DeidentifyLogsDicomVersion" : "2017c"
 }