diff OrthancFramework/Sources/DicomParsing/DicomModification.h @ 4789:51ec061516c9

Fix handling of option "DeidentifyLogs", notably for tags (0010,0010) and (0010,0020)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 09 Sep 2021 13:02:33 +0200
parents 979ae3ea3381
children 7053502fbf97
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomParsing/DicomModification.h	Mon Sep 06 22:13:07 2021 +0200
+++ b/OrthancFramework/Sources/DicomParsing/DicomModification.h	Thu Sep 09 13:02:33 2021 +0200
@@ -252,5 +252,7 @@
     void Replace(const DicomPath& path,
                  const Json::Value& value,   // Encoded using UTF-8
                  bool safeForAnonymization);
+
+    bool IsAlteredTag(const DicomTag& tag) const;
   };
 }