diff OrthancServer/ServerIndex.h @ 238:e4148b0ab1d0

statistics URI
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 30 Nov 2012 16:09:24 +0100
parents 16a4ac70bd8a
children 4bc02e2254ec
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Fri Nov 30 15:45:15 2012 +0100
+++ b/OrthancServer/ServerIndex.h	Fri Nov 30 16:09:24 2012 +0100
@@ -79,9 +79,7 @@
                       const Attachments& attachments,
                       const std::string& remoteAet);
 
-    uint64_t GetTotalCompressedSize();
-
-    uint64_t GetTotalUncompressedSize();
+    void ComputeStatistics(Json::Value& target);                        
 
     bool LookupResource(Json::Value& result,
                         const std::string& publicId,