diff OrthancServer/DatabaseWrapper.h @ 204:7f4acf490179

changes api
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Nov 2012 11:27:57 +0100
parents 1650557bd81a
children 4453a010d0db
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.h	Tue Nov 27 17:50:24 2012 +0100
+++ b/OrthancServer/DatabaseWrapper.h	Wed Nov 28 11:27:57 2012 +0100
@@ -159,6 +159,10 @@
                    ResourceType resourceType,
                    const boost::posix_time::ptime& date = boost::posix_time::second_clock::local_time());
 
+    void GetChanges(Json::Value& target,
+                    int64_t since,
+                    unsigned int maxResults);
+
     void LogExportedInstance(const std::string& remoteModality,
                              DicomInstanceHasher& hasher,
                              const boost::posix_time::ptime& date = boost::posix_time::second_clock::local_time());