comparison OrthancServer/ServerIndex.h @ 440:23e5b35e3c5c

statistics for patient/studies/series/instances
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 15 May 2013 17:44:15 +0200
parents 7bbe77cb9e12
children 3b735fdf320b
comparison
equal deleted inserted replaced
439:081a44d5110b 440:23e5b35e3c5c
169 const std::string& publicId); 169 const std::string& publicId);
170 170
171 void DeleteChanges(); 171 void DeleteChanges();
172 172
173 void DeleteExportedResources(); 173 void DeleteExportedResources();
174
175 void GetStatistics(Json::Value& target,
176 const std::string& publicId);
174 }; 177 };
175 } 178 }