diff OrthancServer/DicomProtocol/IApplicationEntityFilter.h @ 1806:cd213ebcaefd

UnknownSopClassAccepted option
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 23 Nov 2015 15:24:39 +0100
parents 4f01c9d73f02
children b1291df2f780
line wrap: on
line diff
--- a/OrthancServer/DicomProtocol/IApplicationEntityFilter.h	Fri Nov 20 16:50:01 2015 +0100
+++ b/OrthancServer/DicomProtocol/IApplicationEntityFilter.h	Mon Nov 23 15:24:39 2015 +0100
@@ -58,5 +58,9 @@
                                          const std::string& remoteAet,
                                          const std::string& calledAet,
                                          TransferSyntax syntax) = 0;
+
+    virtual bool IsUnknownSopClassAccepted(const std::string& remoteIp,
+                                           const std::string& remoteAet,
+                                           const std::string& calledAet) = 0;
   };
 }