comparison OrthancServer/DatabaseWrapper.h @ 231:8098448bd827

export log
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 30 Nov 2012 12:18:44 +0100
parents 4453a010d0db
children 5368bbe813cf
comparison
equal deleted inserted replaced
230:ae2367145b49 231:8098448bd827
161 161
162 void GetChanges(Json::Value& target, 162 void GetChanges(Json::Value& target,
163 int64_t since, 163 int64_t since,
164 unsigned int maxResults); 164 unsigned int maxResults);
165 165
166 void LogExportedInstance(const std::string& remoteModality, 166 void LogExportedResource(ResourceType resourceType,
167 DicomInstanceHasher& hasher, 167 const std::string& publicId,
168 const boost::posix_time::ptime& date = boost::posix_time::second_clock::local_time()); 168 const std::string& remoteModality,
169 const std::string& patientId,
170 const std::string& studyInstanceUid,
171 const std::string& seriesInstanceUid,
172 const std::string& sopInstanceUid,
173 const boost::posix_time::ptime& date =
174 boost::posix_time::second_clock::local_time());
169 175
176 void GetExportedResources(Json::Value& target,
177 int64_t since,
178 unsigned int maxResults);
179
170 int64_t GetTableRecordCount(const std::string& table); 180 int64_t GetTableRecordCount(const std::string& table);
171 181
172 uint64_t GetTotalCompressedSize(); 182 uint64_t GetTotalCompressedSize();
173 183
174 uint64_t GetTotalUncompressedSize(); 184 uint64_t GetTotalUncompressedSize();