Mercurial > hg > orthanc
diff OrthancServer/OrthancRestApi/OrthancRestModalities.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 | f9f2aa1cc594 |
line wrap: on
line diff
--- a/OrthancServer/OrthancRestApi/OrthancRestModalities.cpp Tue Jan 05 17:45:27 2016 +0100 +++ b/OrthancServer/OrthancRestApi/OrthancRestModalities.cpp Thu Jan 07 11:28:19 2016 +0100 @@ -695,7 +695,8 @@ for (std::list<std::string>::const_iterator it = instances.begin(); it != instances.end(); ++it) { - job.AddCommand(new StoreScuCommand(context, localAet, p, false)).AddInput(*it); + job.AddCommand(new StoreScuCommand(context, localAet, p, false, + 0 /* not a C-MOVE */)).AddInput(*it); } job.SetDescription("HTTP request: Store-SCU to peer \"" + remote + "\"");