Mercurial > hg > orthanc
diff OrthancServer/Sources/ServerContext.h @ 4376:b002f9abe802 varian
review of changeset 4375:208029732d51
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 17 Dec 2020 11:27:37 +0100 |
parents | 208029732d51 |
children | 7e0d015ad109 |
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerContext.h Tue Dec 15 13:59:01 2020 -0500 +++ b/OrthancServer/Sources/ServerContext.h Thu Dec 17 11:27:37 2020 +0100 @@ -247,11 +247,11 @@ size_t since, size_t limit); - // This DicomModification object is intended to be used as a "rules engine" - // when de-identifying logs for C-Find, C-Get, and C-Move queries + // This DicomModification object is intended to be used as a + // "rules engine" when de-identifying logs for C-Find, C-Get, and + // C-Move queries (new in Orthanc 1.8.2) DicomModification logsDeidentifierRules_; - bool deidentifyDimseQueryLogs_; - DicomVersion deidentifyDimseQueryLogsDicomVersion_; + bool deidentifyLogs_; public: class DicomCacheLocker : public boost::noncopyable @@ -509,6 +509,6 @@ return transcodeDicomProtocol_; } - const std::string& GetDeidentifiedQueryContent(const DicomElement& element) const; + const std::string& GetDeidentifiedContent(const DicomElement& element) const; }; }