comparison OrthancServer/Sources/ServerToolbox.h @ 4055:9214e3a7b0a2 framework

moving FromDcmtkTests.cpp from OrthancServer to OrthancFramework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 12:52:09 +0200
parents d25f4c0fa160
children 3af1d763763a
comparison
equal deleted inserted replaced
4054:9c37896a4457 4055:9214e3a7b0a2
45 class IDatabaseWrapper; 45 class IDatabaseWrapper;
46 class IStorageArea; 46 class IStorageArea;
47 47
48 namespace ServerToolbox 48 namespace ServerToolbox
49 { 49 {
50 void SimplifyTags(Json::Value& target,
51 const Json::Value& source,
52 DicomToJsonFormat format);
53
54 bool FindOneChildInstance(int64_t& result, 50 bool FindOneChildInstance(int64_t& result,
55 IDatabaseWrapper& database, 51 IDatabaseWrapper& database,
56 int64_t resource, 52 int64_t resource,
57 ResourceType type); 53 ResourceType type);
58 54