comparison 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
comparison
equal deleted inserted replaced
230:ae2367145b49 231:8098448bd827
99 ResourceType expectedType); 99 ResourceType expectedType);
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
105 void LogExportedResource(const std::string& publicId,
106 const std::string& remoteModality);
107
108 bool GetExportedResources(Json::Value& target,
109 int64_t since,
110 unsigned int maxResults);
104 }; 111 };
105 } 112 }