comparison OrthancServer/Sources/ServerIndex.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 d9473bd5ed43
children 6f99949b2878
comparison
equal deleted inserted replaced
4459:16392fe89ce0 4460:6831de40acd9
202 202
203 void DeleteMetadata(const std::string& publicId, 203 void DeleteMetadata(const std::string& publicId,
204 MetadataType type); 204 MetadataType type);
205 205
206 void GetAllMetadata(std::map<MetadataType, std::string>& target, 206 void GetAllMetadata(std::map<MetadataType, std::string>& target,
207 const std::string& publicId); 207 const std::string& publicId,
208 ResourceType expectedType);
208 209
209 bool LookupMetadata(std::string& target, 210 bool LookupMetadata(std::string& target,
210 const std::string& publicId, 211 const std::string& publicId,
212 ResourceType expectedType,
211 MetadataType type); 213 MetadataType type);
212 214
213 void ListAvailableAttachments(std::list<FileContentType>& target, 215 void ListAvailableAttachments(std::list<FileContentType>& target,
214 const std::string& publicId, 216 const std::string& publicId,
215 ResourceType expectedType); 217 ResourceType expectedType);