Mercurial > hg > orthanc
diff OrthancServer/ServerIndex.h @ 699:2929e17f8447
add attachments to resources
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 05 Feb 2014 17:49:30 +0100 |
parents | dd1ce9a2844c |
children | 7592a48e97e4 |
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h Wed Feb 05 17:20:43 2014 +0100 +++ b/OrthancServer/ServerIndex.h Wed Feb 05 17:49:30 2014 +0100 @@ -217,5 +217,9 @@ void LookupTagValue(std::list<std::string>& result, const std::string& value); + + StoreStatus AddAttachment(const FileInfo& attachment, + const std::string& publicId); + }; }