comparison Plugins/Engine/OrthancPluginDatabase.h @ 1509:0586ed8897f1

limit and since arguments while retrieving DICOM resources in the REST API
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Aug 2015 10:01:59 +0200
parents 0ac74fa21db8
children c74495267acf
comparison
equal deleted inserted replaced
1508:86394eb9f5bb 1509:0586ed8897f1
113 int64_t id); 113 int64_t id);
114 114
115 virtual void GetAllPublicIds(std::list<std::string>& target, 115 virtual void GetAllPublicIds(std::list<std::string>& target,
116 ResourceType resourceType); 116 ResourceType resourceType);
117 117
118 virtual void GetAllPublicIds(std::list<std::string>& target,
119 ResourceType resourceType,
120 size_t since,
121 size_t limit);
118 122
119 virtual void GetChanges(std::list<ServerIndexChange>& target /*out*/, 123 virtual void GetChanges(std::list<ServerIndexChange>& target /*out*/,
120 bool& done /*out*/, 124 bool& done /*out*/,
121 int64_t since, 125 int64_t since,
122 uint32_t maxResults); 126 uint32_t maxResults);