comparison OrthancServer/ResourceFinder.cpp @ 1728:4941494b5dd8 db-changes

rename LookupIdentifier as LookupIdentifierExact
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Oct 2015 15:03:52 +0200
parents 1ae29c5e52fb
children
comparison
equal deleted inserted replaced
1727:1ae29c5e52fb 1728:4941494b5dd8
158 158
159 LOG(INFO) << "Lookup for identifier tag " 159 LOG(INFO) << "Lookup for identifier tag "
160 << FromDcmtkBridge::GetName(tag) << " (value: " << value << ")"; 160 << FromDcmtkBridge::GetName(tag) << " (value: " << value << ")";
161 161
162 std::list<std::string> resources; 162 std::list<std::string> resources;
163 index_.LookupIdentifier(resources, level_, tag, value); 163 index_.LookupIdentifierExact(resources, level_, tag, value);
164 164
165 if (isFilterApplied_) 165 if (isFilterApplied_)
166 { 166 {
167 std::set<std::string> s; 167 std::set<std::string> s;
168 ListToSet(s, resources); 168 ListToSet(s, resources);