comparison Plugins/Engine/OrthancPluginDatabase.cpp @ 3036:8fd203510d8b db-changes

moving LookupIdentifierQuery to the graveyard
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Dec 2018 16:27:07 +0100
parents 18a2d196414b
children 53d583d2c775
comparison
equal deleted inserted replaced
3034:54e422fe31ce 3036:8fd203510d8b
1161 } 1161 }
1162 } 1162 }
1163 1163
1164 1164
1165 void OrthancPluginDatabase::ApplyLookupResources(std::vector<std::string>& patientsId, 1165 void OrthancPluginDatabase::ApplyLookupResources(std::vector<std::string>& patientsId,
1166 std::vector<std::string>& instancesId, 1166 std::vector<std::string>* instancesId,
1167 const std::vector<DatabaseConstraint>& lookup, 1167 const std::vector<DatabaseConstraint>& lookup,
1168 ResourceType queryLevel, 1168 ResourceType queryLevel,
1169 size_t limit) 1169 size_t limit)
1170 { 1170 {
1171 throw OrthancException(ErrorCode_NotImplemented); 1171 throw OrthancException(ErrorCode_NotImplemented);