comparison OrthancServer/Sources/ServerContext.h @ 4460:6831de40acd9

New metadata automatically computed at the series level: "RemoteAET"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Jan 2021 14:20:37 +0100
parents 789676a8c96a
children fe774d8e904b
comparison
equal deleted inserted replaced
4459:16392fe89ce0 4460:6831de40acd9
394 size_t since, 394 size_t since,
395 size_t limit); 395 size_t limit);
396 396
397 bool LookupOrReconstructMetadata(std::string& target, 397 bool LookupOrReconstructMetadata(std::string& target,
398 const std::string& publicId, 398 const std::string& publicId,
399 ResourceType level,
399 MetadataType type); 400 MetadataType type);
400 401
401 402
402 /** 403 /**
403 * Management of the plugins 404 * Management of the plugins