comparison OrthancServer/QueryRetrieveHandler.cpp @ 2007:655489d9165d

DicomMap::ParseDicomMetaInformation()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 09 Jun 2016 15:46:33 +0200
parents b1291df2f780
children 8e67325eaa3f
comparison
equal deleted inserted replaced
2006:6301bbcbcaed 2007:655489d9165d
82 82
83 void QueryRetrieveHandler::SetQuery(const DicomTag& tag, 83 void QueryRetrieveHandler::SetQuery(const DicomTag& tag,
84 const std::string& value) 84 const std::string& value)
85 { 85 {
86 Invalidate(); 86 Invalidate();
87 query_.SetValue(tag, value); 87 query_.SetValue(tag, value, false);
88 } 88 }
89 89
90 90
91 size_t QueryRetrieveHandler::GetAnswerCount() 91 size_t QueryRetrieveHandler::GetAnswerCount()
92 { 92 {