comparison OrthancServer/QueryRetrieveHandler.cpp @ 2059:8e67325eaa3f

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 30 Jun 2016 20:02:21 +0200
parents 655489d9165d
children e3fd5bc429a2
comparison
equal deleted inserted replaced
2058:43cd2ab060c7 2059:8e67325eaa3f
58 58
59 QueryRetrieveHandler::QueryRetrieveHandler(ServerContext& context) : 59 QueryRetrieveHandler::QueryRetrieveHandler(ServerContext& context) :
60 context_(context), 60 context_(context),
61 localAet_(context.GetDefaultLocalApplicationEntityTitle()), 61 localAet_(context.GetDefaultLocalApplicationEntityTitle()),
62 done_(false), 62 done_(false),
63 level_(ResourceType_Study) 63 level_(ResourceType_Study),
64 answers_(false)
64 { 65 {
65 } 66 }
66 67
67 68
68 void QueryRetrieveHandler::SetModality(const std::string& symbolicName) 69 void QueryRetrieveHandler::SetModality(const std::string& symbolicName)