comparison OrthancServer/ServerIndex.h @ 1162:1ea4094d077c db-changes

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 17 Sep 2014 13:25:37 +0200
parents 0479d02c6778
children 5b2d8c280ac2
comparison
equal deleted inserted replaced
1161:82cbf1480aac 1162:1ea4094d077c
214 /* out */ unsigned int& countStudies, 214 /* out */ unsigned int& countStudies,
215 /* out */ unsigned int& countSeries, 215 /* out */ unsigned int& countSeries,
216 /* out */ unsigned int& countInstances, 216 /* out */ unsigned int& countInstances,
217 const std::string& publicId); 217 const std::string& publicId);
218 218
219 void LookupTagValue(std::list<std::string>& result, 219 void LookupIdentifier(std::list<std::string>& result,
220 DicomTag tag, 220 const DicomTag& tag,
221 const std::string& value, 221 const std::string& value,
222 ResourceType type); 222 ResourceType type);
223 223
224 void LookupTagValue(std::list<std::string>& result, 224 void LookupIdentifier(std::list<std::string>& result,
225 DicomTag tag, 225 const DicomTag& tag,
226 const std::string& value); 226 const std::string& value);
227 227
228 void LookupTagValue(std::list< std::pair<ResourceType, std::string> >& result, 228 void LookupIdentifier(std::list< std::pair<ResourceType, std::string> >& result,
229 const std::string& value); 229 const std::string& value);
230 230
231 StoreStatus AddAttachment(const FileInfo& attachment, 231 StoreStatus AddAttachment(const FileInfo& attachment,
232 const std::string& publicId); 232 const std::string& publicId);
233 233
234 void DeleteAttachment(const std::string& publicId, 234 void DeleteAttachment(const std::string& publicId,