comparison OrthancServer/ServerToolbox.h @ 1716:2ca7888f8600 db-changes

refactoring DicomIdentifiers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 17 Oct 2015 12:16:27 +0200
parents 5ebd6cbb3da8
children 3926e6317a43
comparison
equal deleted inserted replaced
1715:c3baf74e443f 1716:2ca7888f8600
47 void LogMissingRequiredTag(const DicomMap& summary); 47 void LogMissingRequiredTag(const DicomMap& summary);
48 48
49 void SetMainDicomTags(IDatabaseWrapper& database, 49 void SetMainDicomTags(IDatabaseWrapper& database,
50 int64_t resource, 50 int64_t resource,
51 ResourceType level, 51 ResourceType level,
52 const DicomMap& dicomSummary, 52 const DicomMap& dicomSummary);
53 bool includeIdentifiers);
54 53
55 bool FindOneChildInstance(int64_t& result, 54 bool FindOneChildInstance(int64_t& result,
56 IDatabaseWrapper& database, 55 IDatabaseWrapper& database,
57 int64_t resource, 56 int64_t resource,
58 ResourceType type); 57 ResourceType type);