diff OrthancServer/Sources/ServerContext.cpp @ 5334:5b2a5cc64cb1

upgraded anonymization to Basic Profile of PS 3.15-2023b Table E.1-1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Jun 2023 15:12:39 +0200
parents 816968b5a031
children b376abae664a
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerContext.cpp	Tue Jun 27 10:39:17 2023 +0200
+++ b/OrthancServer/Sources/ServerContext.cpp	Tue Jun 27 15:12:39 2023 +0200
@@ -406,7 +406,7 @@
           CLOG(INFO, DICOM) << "Deidentification of log contents (notably for DIMSE queries) is enabled";
 
           DicomVersion version = StringToDicomVersion(
-              lock.GetConfiguration().GetStringParameter("DeidentifyLogsDicomVersion", "2021b"));
+              lock.GetConfiguration().GetStringParameter("DeidentifyLogsDicomVersion", "2023b"));
           CLOG(INFO, DICOM) << "Version of DICOM standard used for deidentification is "
                             << EnumerationToString(version);