comparison OrthancServer/ServerIndex.h @ 237:16a4ac70bd8a

last change and export
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 30 Nov 2012 15:45:15 +0100
parents c11273198cef
children e4148b0ab1d0
comparison
equal deleted inserted replaced
236:6d9be2b470b4 237:16a4ac70bd8a
100 100
101 bool GetChanges(Json::Value& target, 101 bool GetChanges(Json::Value& target,
102 int64_t since, 102 int64_t since,
103 unsigned int maxResults); 103 unsigned int maxResults);
104 104
105 bool GetLastChange(Json::Value& target);
106
105 void LogExportedResource(const std::string& publicId, 107 void LogExportedResource(const std::string& publicId,
106 const std::string& remoteModality); 108 const std::string& remoteModality);
107 109
108 bool GetExportedResources(Json::Value& target, 110 bool GetExportedResources(Json::Value& target,
109 int64_t since, 111 int64_t since,
110 unsigned int maxResults); 112 unsigned int maxResults);
113
114 bool GetLastExportedResource(Json::Value& target);
115
111 }; 116 };
112 } 117 }