diff OrthancServer/ServerIndex.h @ 231:8098448bd827

export log
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 30 Nov 2012 12:18:44 +0100
parents 8a26a8e85edf
children 5368bbe813cf
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Fri Nov 30 11:01:29 2012 +0100
+++ b/OrthancServer/ServerIndex.h	Fri Nov 30 12:18:44 2012 +0100
@@ -101,5 +101,12 @@
     bool GetChanges(Json::Value& target,
                     int64_t since,
                     unsigned int maxResults);
+
+    void LogExportedResource(const std::string& publicId,
+                             const std::string& remoteModality);
+
+    bool GetExportedResources(Json::Value& target,
+                              int64_t since,
+                              unsigned int maxResults);
   };
 }