Mercurial > hg > orthanc
comparison OrthancServer/Sources/ServerIndex.h @ 4514:5b929e6b3c36
removal of "dicom-as-json" attachments
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 16 Feb 2021 12:18:41 +0100 |
parents | b4c58795f3a8 |
children | 350a22c094f2 |
comparison
equal
deleted
inserted
replaced
4513:1f455b86b054 | 4514:5b929e6b3c36 |
---|---|
216 bool LookupMetadata(std::string& target, | 216 bool LookupMetadata(std::string& target, |
217 const std::string& publicId, | 217 const std::string& publicId, |
218 ResourceType expectedType, | 218 ResourceType expectedType, |
219 MetadataType type); | 219 MetadataType type); |
220 | 220 |
221 void ListAvailableAttachments(std::list<FileContentType>& target, | 221 void ListAvailableAttachments(std::set<FileContentType>& target, |
222 const std::string& publicId, | 222 const std::string& publicId, |
223 ResourceType expectedType); | 223 ResourceType expectedType); |
224 | 224 |
225 bool LookupParent(std::string& target, | 225 bool LookupParent(std::string& target, |
226 const std::string& publicId); | 226 const std::string& publicId); |