diff OrthancServer/LuaScripting.cpp @ 3894:8f7ad4989fec transcoding

transcoding to uncompressed transfer syntaxes over DICOM protocol is implemented
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 May 2020 11:13:29 +0200
parents 6498739a3c3c
children 0e3849268a55
line wrap: on
line diff
--- a/OrthancServer/LuaScripting.cpp	Wed May 06 12:48:28 2020 +0200
+++ b/OrthancServer/LuaScripting.cpp	Thu May 07 11:13:29 2020 +0200
@@ -588,7 +588,7 @@
       }
 
       // This is not a C-MOVE: No need to call "StoreScuCommand::SetMoveOriginator()"
-      return lock.AddStoreScuOperation(localAet, modality);
+      return lock.AddStoreScuOperation(context_, localAet, modality);
     }
 
     if (operation == "store-peer")