comparison OrthancServer/ServerIndex.cpp @ 3033:5da6d1063d8f db-changes

effectively replacing LookupResource by DatabaseLookup in searches
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Dec 2018 13:58:28 +0100
parents 18a2d196414b
children 54e422fe31ce
comparison
equal deleted inserted replaced
3032:19ebb606910d 3033:5da6d1063d8f
2554 LOG(ERROR) << "EXCEPTION [" << e.What() << "]"; 2554 LOG(ERROR) << "EXCEPTION [" << e.What() << "]";
2555 } 2555 }
2556 } 2556 }
2557 2557
2558 2558
2559
2560 void ServerIndex::NormalizeLookup(std::vector<DatabaseConstraint>& target, 2559 void ServerIndex::NormalizeLookup(std::vector<DatabaseConstraint>& target,
2561 const DatabaseLookup& source, 2560 const DatabaseLookup& source,
2562 ResourceType queryLevel) const 2561 ResourceType queryLevel) const
2563 { 2562 {
2564 assert(mainDicomTagsRegistry_.get() != NULL); 2563 assert(mainDicomTagsRegistry_.get() != NULL);