diff Core/DicomNetworking/IGetRequestHandler.h @ 3955:66879215cbf3 c-get

C-GET: add timeout, fix uninitalized priority, support multiple resources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 May 2020 16:38:33 +0200
parents 67b457283499
children 7f296ae25039
line wrap: on
line diff
--- a/Core/DicomNetworking/IGetRequestHandler.h	Wed May 20 09:52:20 2020 +0200
+++ b/Core/DicomNetworking/IGetRequestHandler.h	Wed May 20 16:38:33 2020 +0200
@@ -60,7 +60,8 @@
     virtual bool Handle(const DicomMap& input,
                         const std::string& originatorIp,
                         const std::string& originatorAet,
-                        const std::string& calledAet) = 0;
+                        const std::string& calledAet,
+                        uint32_t timeout) = 0;
     
     virtual unsigned int GetSubOperationCount() const = 0;