Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPluginDatabase.cpp Tue Oct 27 10:54:51 2015 +0100 +++ b/Plugins/Engine/OrthancPluginDatabase.cpp Tue Oct 27 12:45:50 2015 +0100 @@ -274,6 +274,14 @@ } + void OrthancPluginDatabase::GetAllInternalIds(std::list<int64_t>& target, + ResourceType resourceType) + { + // TODO + throw OrthancException(ErrorCode_NotImplemented); + } + + void OrthancPluginDatabase::GetAllPublicIds(std::list<std::string>& target, ResourceType resourceType) {