comparison 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
comparison
equal deleted inserted replaced
237:16a4ac70bd8a 238:e4148b0ab1d0
77 77
78 StoreStatus Store(const DicomMap& dicomSummary, 78 StoreStatus Store(const DicomMap& dicomSummary,
79 const Attachments& attachments, 79 const Attachments& attachments,
80 const std::string& remoteAet); 80 const std::string& remoteAet);
81 81
82 uint64_t GetTotalCompressedSize(); 82 void ComputeStatistics(Json::Value& target);
83
84 uint64_t GetTotalUncompressedSize();
85 83
86 bool LookupResource(Json::Value& result, 84 bool LookupResource(Json::Value& result,
87 const std::string& publicId, 85 const std::string& publicId,
88 ResourceType expectedType); 86 ResourceType expectedType);
89 87