diff OrthancServer/Scheduler/StoreScuCommand.h @ 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 f9f2aa1cc594
line wrap: on
line diff
--- a/OrthancServer/Scheduler/StoreScuCommand.h	Tue Jan 05 17:45:27 2016 +0100
+++ b/OrthancServer/Scheduler/StoreScuCommand.h	Thu Jan 07 11:28:19 2016 +0100
@@ -44,12 +44,15 @@
     RemoteModalityParameters modality_;
     bool ignoreExceptions_;
     std::string localAet_;
+    uint16_t moveMessageID_;
 
   public:
     StoreScuCommand(ServerContext& context,
                     const std::string& localAet,
                     const RemoteModalityParameters& modality,
-                    bool ignoreExceptions);
+                    bool ignoreExceptions,
+                    uint16_t moveMessageID /* only makes sense if this 
+                                              command results from a C-MOVE */);
 
     virtual bool Apply(ListOfStrings& outputs,
                        const ListOfStrings& inputs);