diff OrthancServer/Sources/Database/StatelessDatabaseOperations.h @ 5238:367e8af46cfd db-protobuf

added "HasLabels" in /system
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Apr 2023 10:02:19 +0200
parents cd2258ca7894
children a7d95f951f8a
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/StatelessDatabaseOperations.h	Wed Apr 05 09:07:47 2023 +0200
+++ b/OrthancServer/Sources/Database/StatelessDatabaseOperations.h	Wed Apr 05 10:02:19 2023 +0200
@@ -765,5 +765,7 @@
                      ResourceType level,
                      const std::string& label,
                      LabelOperation operation);
+
+    bool HasLabelsSupport();
   };
 }