comparison OrthancServer/OrthancFindRequestHandler.cpp @ 1162:1ea4094d077c db-changes

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 17 Sep 2014 13:25:37 +0200
parents 67a6031f09ae
children 6e7e5ed91c2d
comparison
equal deleted inserted replaced
1161:82cbf1480aac 1162:1ea4094d077c
318 { 318 {
319 LOG(INFO) << "Applying exact filter on tag " 319 LOG(INFO) << "Applying exact filter on tag "
320 << FromDcmtkBridge::GetName(tag) << " (value: " << value << ")"; 320 << FromDcmtkBridge::GetName(tag) << " (value: " << value << ")";
321 321
322 std::list<std::string> resources; 322 std::list<std::string> resources;
323 index_.LookupTagValue(resources, tag, value, level_); 323 index_.LookupIdentifier(resources, tag, value, level_);
324 324
325 if (isFilterApplied_) 325 if (isFilterApplied_)
326 { 326 {
327 std::set<std::string> s; 327 std::set<std::string> s;
328 ListToSet(s, resources); 328 ListToSet(s, resources);