Mercurial > hg > orthanc
diff OrthancServer/DatabaseWrapper.h @ 1006:649d47854314 lua-scripting
proper handling of metadata in Store
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 08 Jul 2014 15:11:00 +0200 |
parents | 1cd3ec544039 |
children | 1ea4094d077c |
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.h Tue Jul 08 14:34:11 2014 +0200 +++ b/OrthancServer/DatabaseWrapper.h Tue Jul 08 15:11:00 2014 +0200 @@ -235,5 +235,8 @@ void LookupTagValue(std::list<int64_t>& result, const std::string& value); + + void GetAllMetadata(std::map<MetadataType, std::string>& result, + int64_t id); }; }