Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
698:aae83e1e31f7 | 699:2929e17f8447 |
---|---|
215 DicomTag tag, | 215 DicomTag tag, |
216 const std::string& value); | 216 const std::string& value); |
217 | 217 |
218 void LookupTagValue(std::list<std::string>& result, | 218 void LookupTagValue(std::list<std::string>& result, |
219 const std::string& value); | 219 const std::string& value); |
220 | |
221 StoreStatus AddAttachment(const FileInfo& attachment, | |
222 const std::string& publicId); | |
223 | |
220 }; | 224 }; |
221 } | 225 } |