diff OrthancServer/Sources/OrthancConfiguration.h @ 4941:96a3e81eba90 more-tags

performance warning
author Alain Mazy <am@osimis.io>
date Wed, 16 Mar 2022 09:50:33 +0100
parents 94a7b681b340
children f377d5643538
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancConfiguration.h	Tue Mar 15 15:57:21 2022 +0100
+++ b/OrthancServer/Sources/OrthancConfiguration.h	Wed Mar 16 09:50:33 2022 +0100
@@ -244,6 +244,8 @@
 
     bool IsInconsistentDicomTagsLogsEnabled() const;
 
+    bool IsStorageAccessOnFindLogsEnabled() const;
+
     static void DefaultExtractDicomSummary(DicomMap& target,
                                            const ParsedDicomFile& dicom);