Mercurial > hg > orthanc
diff OrthancServer/DatabaseWrapper.h @ 699:2929e17f8447
add attachments to resources
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 05 Feb 2014 17:49:30 +0100 |
parents | 2d0a347e8cfc |
children | 696dbb4fd390 |
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.h Wed Feb 05 17:20:43 2014 +0100 +++ b/OrthancServer/DatabaseWrapper.h Wed Feb 05 17:49:30 2014 +0100 @@ -129,6 +129,9 @@ void AddAttachment(int64_t id, const FileInfo& attachment); + void DeleteAttachment(int64_t id, + FileContentType attachment); + void ListAvailableAttachments(std::list<FileContentType>& result, int64_t id);