comparison OrthancServer/Sources/QueryRetrieveHandler.cpp @ 4462:da460bef88f8

"/modalities/{...}/query": New string argument "LocalAet"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Jan 2021 17:02:10 +0100
parents d9473bd5ed43
children c494ee5d0101
comparison
equal deleted inserted replaced
4461:22abc6851191 4462:da460bef88f8
113 lock.GetConfiguration().GetDicomModalityUsingSymbolicName(modality_, symbolicName); 113 lock.GetConfiguration().GetDicomModalityUsingSymbolicName(modality_, symbolicName);
114 } 114 }
115 } 115 }
116 116
117 117
118 void QueryRetrieveHandler::SetLocalAet(const std::string& localAet)
119 {
120 Invalidate();
121 localAet_ = localAet;
122 }
123
124
118 void QueryRetrieveHandler::SetLevel(ResourceType level) 125 void QueryRetrieveHandler::SetLevel(ResourceType level)
119 { 126 {
120 Invalidate(); 127 Invalidate();
121 level_ = level; 128 level_ = level;
122 } 129 }