Mercurial > hg > orthanc
comparison Plugins/Engine/OrthancPluginDatabase.cpp @ 1750:55d52567bebb db-changes
LookupResource implemented
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 27 Oct 2015 12:45:50 +0100 |
parents | d143db00a794 |
children | 51db4a25a741 |
comparison
equal
deleted
inserted
replaced
1749:99f4a05f39fa | 1750:55d52567bebb |
---|---|
272 target[*it] = value; | 272 target[*it] = value; |
273 } | 273 } |
274 } | 274 } |
275 | 275 |
276 | 276 |
277 void OrthancPluginDatabase::GetAllInternalIds(std::list<int64_t>& target, | |
278 ResourceType resourceType) | |
279 { | |
280 // TODO | |
281 throw OrthancException(ErrorCode_NotImplemented); | |
282 } | |
283 | |
284 | |
277 void OrthancPluginDatabase::GetAllPublicIds(std::list<std::string>& target, | 285 void OrthancPluginDatabase::GetAllPublicIds(std::list<std::string>& target, |
278 ResourceType resourceType) | 286 ResourceType resourceType) |
279 { | 287 { |
280 ResetAnswers(); | 288 ResetAnswers(); |
281 CheckSuccess(backend_.getAllPublicIds(GetContext(), payload_, Plugins::Convert(resourceType))); | 289 CheckSuccess(backend_.getAllPublicIds(GetContext(), payload_, Plugins::Convert(resourceType))); |