comparison OrthancServer/DatabaseWrapper.h @ 233:c11273198cef

rename
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 30 Nov 2012 14:30:05 +0100
parents 5368bbe813cf
children 16a4ac70bd8a
comparison
equal deleted inserted replaced
232:5368bbe813cf 233:c11273198cef
111 void AddAttachment(int64_t id, 111 void AddAttachment(int64_t id,
112 const FileInfo& attachment); 112 const FileInfo& attachment);
113 113
114 bool LookupAttachment(FileInfo& attachment, 114 bool LookupAttachment(FileInfo& attachment,
115 int64_t id, 115 int64_t id,
116 FileType contentType); 116 FileContentType contentType);
117 117
118 void SetMainDicomTags(int64_t id, 118 void SetMainDicomTags(int64_t id,
119 const DicomMap& tags); 119 const DicomMap& tags);
120 120
121 void GetMainDicomTags(DicomMap& map, 121 void GetMainDicomTags(DicomMap& map,