comparison Plugins/Engine/OrthancPluginDatabase.cpp @ 3074:495c5edce708 db-changes

new extension for database plugin SDK: lookupResources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 02 Jan 2019 15:50:44 +0100
parents ce272138f15e
children ead8576a02ef
comparison
equal deleted inserted replaced
3073:0e9d1731b1b0 3074:495c5edce708
1127 tmp.element = tag.GetElement(); 1127 tmp.element = tag.GetElement();
1128 tmp.value = value.c_str(); 1128 tmp.value = value.c_str();
1129 1129
1130 ResetAnswers(); 1130 ResetAnswers();
1131 CheckSuccess(extensions_.lookupIdentifier3(GetContext(), payload_, Plugins::Convert(level), 1131 CheckSuccess(extensions_.lookupIdentifier3(GetContext(), payload_, Plugins::Convert(level),
1132 &tmp, Plugins::Convert(type))); 1132 &tmp, Compatibility::Convert(type)));
1133 ForwardAnswers(result); 1133 ForwardAnswers(result);
1134 } 1134 }
1135 1135
1136 1136
1137 void OrthancPluginDatabase::LookupIdentifierRange(std::list<int64_t>& result, 1137 void OrthancPluginDatabase::LookupIdentifierRange(std::list<int64_t>& result,