Mercurial > hg > orthanc
diff OrthancServer/Scheduler/StoreScuCommand.h @ 1427:d710ea64f0fd
Custom setting of the local AET during C-Store SCU (both in Lua and in the REST API)
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 29 Jun 2015 12:42:54 +0200 |
parents | 6e7e5ed91c2d |
children | b1291df2f780 |
line wrap: on
line diff
--- a/OrthancServer/Scheduler/StoreScuCommand.h Fri Jun 26 16:30:51 2015 +0200 +++ b/OrthancServer/Scheduler/StoreScuCommand.h Mon Jun 29 12:42:54 2015 +0200 @@ -43,9 +43,11 @@ ServerContext& context_; RemoteModalityParameters modality_; bool ignoreExceptions_; + std::string localAet_; public: StoreScuCommand(ServerContext& context, + const std::string& localAet, const RemoteModalityParameters& modality, bool ignoreExceptions);