comparison OrthancServer/Sources/ServerEnumerations.h @ 5204:08e0c9c0ab39

added UserMetadata in /system
author Alain Mazy <am@osimis.io>
date Wed, 29 Mar 2023 19:24:09 +0200
parents 0ea402b4d901
children 03501a258d9e
comparison
equal deleted inserted replaced
5200:f8f1c4a9a216 5204:08e0c9c0ab39
214 214
215 MetadataType StringToMetadata(const std::string& str); 215 MetadataType StringToMetadata(const std::string& str);
216 216
217 std::string EnumerationToString(MetadataType type); 217 std::string EnumerationToString(MetadataType type);
218 218
219 void GetRegisteredUserMetadata(std::map<std::string, int>& allEntries);
220
219 void RegisterUserContentType(int contentType, 221 void RegisterUserContentType(int contentType,
220 const std::string& name, 222 const std::string& name,
221 const std::string& mime); 223 const std::string& mime);
222 224
223 FileContentType StringToContentType(const std::string& str); 225 FileContentType StringToContentType(const std::string& str);