diff OrthancFramework/Sources/Enumerations.h @ 4468:9c070a34de18

IApplicationEntityFilter::GetAcceptedTransferSyntaxes()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 25 Jan 2021 15:18:34 +0100
parents f77ee6e6cf47
children 5ffa4e14e4bd
line wrap: on
line diff
--- a/OrthancFramework/Sources/Enumerations.h	Thu Jan 21 19:06:00 2021 +0100
+++ b/OrthancFramework/Sources/Enumerations.h	Mon Jan 25 15:18:34 2021 +0100
@@ -24,6 +24,7 @@
 
 #include "OrthancFramework.h"
 
+#include <set>
 #include <string>
 
 
@@ -894,4 +895,7 @@
   const char* GetResourceTypeText(ResourceType type,
                                   bool isPlural,
                                   bool isLowerCase);
+
+  ORTHANC_PUBLIC
+  void GetAllTransferSyntaxes(std::set<DicomTransferSyntax>& target);
 }