diff 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
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerIndex.h	Wed Jan 20 13:30:54 2021 +0100
+++ b/OrthancServer/Sources/ServerIndex.h	Wed Jan 20 14:20:37 2021 +0100
@@ -204,10 +204,12 @@
                         MetadataType type);
 
     void GetAllMetadata(std::map<MetadataType, std::string>& target,
-                        const std::string& publicId);
+                        const std::string& publicId,
+                        ResourceType expectedType);
 
     bool LookupMetadata(std::string& target,
                         const std::string& publicId,
+                        ResourceType expectedType,
                         MetadataType type);
 
     void ListAvailableAttachments(std::list<FileContentType>& target,