diff Core/DicomNetworking/DicomStoreUserConnection.h @ 3870:09798f2b985f transcoding

added a Timeout argument to every DICOM command + 'TargetAet' not mandatory anymore in /retrieve
author Alain Mazy <alain@mazy.be>
date Wed, 29 Apr 2020 12:26:51 +0200
parents d5be23fc0106
children 2effa961f67f
line wrap: on
line diff
--- a/Core/DicomNetworking/DicomStoreUserConnection.h	Tue Apr 28 16:46:04 2020 +0200
+++ b/Core/DicomNetworking/DicomStoreUserConnection.h	Wed Apr 29 12:26:51 2020 +0200
@@ -95,6 +95,11 @@
       return parameters_;
     }
 
+    void SetTimeout(int timeout)
+    {
+      parameters_.SetTimeout(timeout);
+    }
+
     void SetCommonClassesProposed(bool proposed)
     {
       proposeCommonClasses_ = proposed;