diff 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
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerIndex.h	Fri Feb 12 12:13:19 2021 +0100
+++ b/OrthancServer/Sources/ServerIndex.h	Tue Feb 16 12:18:41 2021 +0100
@@ -218,7 +218,7 @@
                         ResourceType expectedType,
                         MetadataType type);
 
-    void ListAvailableAttachments(std::list<FileContentType>& target,
+    void ListAvailableAttachments(std::set<FileContentType>& target,
                                   const std::string& publicId,
                                   ResourceType expectedType);