Mercurial > hg > orthanc
comparison OrthancServer/Sources/QueryRetrieveHandler.h @ 4205:d962a2996637
cppcheck
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 17 Sep 2020 17:58:19 +0200 |
parents | 05b8fd21089c |
children | d9473bd5ed43 |
comparison
equal
deleted
inserted
replaced
4204:318c16cfccab | 4205:d962a2996637 |
---|---|
54 bool findNormalized_; | 54 bool findNormalized_; |
55 | 55 |
56 void Invalidate(); | 56 void Invalidate(); |
57 | 57 |
58 public: | 58 public: |
59 QueryRetrieveHandler(ServerContext& context); | 59 explicit QueryRetrieveHandler(ServerContext& context); |
60 | 60 |
61 void SetModality(const std::string& symbolicName); | 61 void SetModality(const std::string& symbolicName); |
62 | 62 |
63 const RemoteModalityParameters& GetRemoteModality() const | 63 const RemoteModalityParameters& GetRemoteModality() const |
64 { | 64 { |