Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
1426:2cf9a12c995a | 1427:d710ea64f0fd |
---|---|
41 { | 41 { |
42 private: | 42 private: |
43 ServerContext& context_; | 43 ServerContext& context_; |
44 RemoteModalityParameters modality_; | 44 RemoteModalityParameters modality_; |
45 bool ignoreExceptions_; | 45 bool ignoreExceptions_; |
46 std::string localAet_; | |
46 | 47 |
47 public: | 48 public: |
48 StoreScuCommand(ServerContext& context, | 49 StoreScuCommand(ServerContext& context, |
50 const std::string& localAet, | |
49 const RemoteModalityParameters& modality, | 51 const RemoteModalityParameters& modality, |
50 bool ignoreExceptions); | 52 bool ignoreExceptions); |
51 | 53 |
52 virtual bool Apply(ListOfStrings& outputs, | 54 virtual bool Apply(ListOfStrings& outputs, |
53 const ListOfStrings& inputs); | 55 const ListOfStrings& inputs); |