diff OrthancServer/ServerIndex.h @ 1218:efece308018e

report database version in /system
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Nov 2014 15:58:13 +0100
parents 5b2d8c280ac2
children 0f3716b88af7
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Tue Nov 04 16:09:35 2014 +0100
+++ b/OrthancServer/ServerIndex.h	Thu Nov 06 15:58:13 2014 +0100
@@ -234,5 +234,8 @@
 
     void DeleteAttachment(const std::string& publicId,
                           FileContentType type);
+
+    std::string GetGlobalProperty(GlobalProperty property,
+                                  const std::string& defaultValue);
   };
 }