Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
698:aae83e1e31f7 | 699:2929e17f8447 |
---|---|
127 MetadataType type); | 127 MetadataType type); |
128 | 128 |
129 void AddAttachment(int64_t id, | 129 void AddAttachment(int64_t id, |
130 const FileInfo& attachment); | 130 const FileInfo& attachment); |
131 | 131 |
132 void DeleteAttachment(int64_t id, | |
133 FileContentType attachment); | |
134 | |
132 void ListAvailableAttachments(std::list<FileContentType>& result, | 135 void ListAvailableAttachments(std::list<FileContentType>& result, |
133 int64_t id); | 136 int64_t id); |
134 | 137 |
135 bool LookupAttachment(FileInfo& attachment, | 138 bool LookupAttachment(FileInfo& attachment, |
136 int64_t id, | 139 int64_t id, |