diff OrthancServer/LuaScripting.cpp @ 1907:5011a597b6ce

Support of Move Originator Message ID (0000,1031) in C-Store responses driven by C-Move
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 Jan 2016 11:28:19 +0100
parents b1291df2f780
children ce90d109bb64
line wrap: on
line diff
--- a/OrthancServer/LuaScripting.cpp	Tue Jan 05 17:45:27 2016 +0100
+++ b/OrthancServer/LuaScripting.cpp	Thu Jan 07 11:28:19 2016 +0100
@@ -253,7 +253,8 @@
       LOG(INFO) << "Lua script to send resource " << parameters["Resource"].asString()
                 << " to modality " << modality << " using Store-SCU";
       return new StoreScuCommand(context_, localAet,
-                                 Configuration::GetModalityUsingSymbolicName(modality), true);
+                                 Configuration::GetModalityUsingSymbolicName(modality), 
+                                 true, 0 /* not a C-MOVE */);
     }
 
     if (operation == "store-peer")