comparison 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
comparison
equal deleted inserted replaced
4788:b47ee86a0d10 4789:51ec061516c9
250 250
251 // New in Orthanc 1.9.4 251 // New in Orthanc 1.9.4
252 void Replace(const DicomPath& path, 252 void Replace(const DicomPath& path,
253 const Json::Value& value, // Encoded using UTF-8 253 const Json::Value& value, // Encoded using UTF-8
254 bool safeForAnonymization); 254 bool safeForAnonymization);
255
256 bool IsAlteredTag(const DicomTag& tag) const;
255 }; 257 };
256 } 258 }