Mercurial > hg > orthanc
comparison OrthancServer/Sources/ServerIndex.h @ 4205:d962a2996637
cppcheck
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 17 Sep 2020 17:58:19 +0200 |
parents | 05b8fd21089c |
children | d9473bd5ed43 |
comparison
equal
deleted
inserted
replaced
4204:318c16cfccab | 4205:d962a2996637 |
---|---|
272 | 272 |
273 bool LookupParent(std::string& target, | 273 bool LookupParent(std::string& target, |
274 const std::string& publicId, | 274 const std::string& publicId, |
275 ResourceType parentType); | 275 ResourceType parentType); |
276 | 276 |
277 void ReconstructInstance(ParsedDicomFile& dicom); | 277 void ReconstructInstance(const ParsedDicomFile& dicom); |
278 | 278 |
279 void ApplyLookupResources(std::vector<std::string>& resourcesId, | 279 void ApplyLookupResources(std::vector<std::string>& resourcesId, |
280 std::vector<std::string>* instancesId, // Can be NULL if not needed | 280 std::vector<std::string>* instancesId, // Can be NULL if not needed |
281 const DatabaseLookup& lookup, | 281 const DatabaseLookup& lookup, |
282 ResourceType queryLevel, | 282 ResourceType queryLevel, |