comparison OrthancServer/ServerIndex.h @ 2668:d26dd081df97 jobs

saving jobs engine on exit
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 08 Jun 2018 18:08:48 +0200
parents 389d050a2e66
children 8aa6aef11b70
comparison
equal deleted inserted replaced
2667:5fa2f2ce74f0 2668:d26dd081df97
256 FileContentType type); 256 FileContentType type);
257 257
258 void SetGlobalProperty(GlobalProperty property, 258 void SetGlobalProperty(GlobalProperty property,
259 const std::string& value); 259 const std::string& value);
260 260
261 bool LookupGlobalProperty(std::string& value,
262 GlobalProperty property);
263
261 std::string GetGlobalProperty(GlobalProperty property, 264 std::string GetGlobalProperty(GlobalProperty property,
262 const std::string& defaultValue); 265 const std::string& defaultValue);
263 266
264 bool GetMainDicomTags(DicomMap& result, 267 bool GetMainDicomTags(DicomMap& result,
265 const std::string& publicId, 268 const std::string& publicId,