comparison OrthancServer/ServerIndex.h @ 1139:f167b672db94

/tools/lookup URI to map DICOM UIDs to Orthanc identifiers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Sep 2014 16:38:28 +0200
parents 649d47854314
children 0479d02c6778
comparison
equal deleted inserted replaced
1138:4c4fdee093de 1139:f167b672db94
223 223
224 void LookupTagValue(std::list<std::string>& result, 224 void LookupTagValue(std::list<std::string>& result,
225 DicomTag tag, 225 DicomTag tag,
226 const std::string& value); 226 const std::string& value);
227 227
228 void LookupTagValue(std::list<std::string>& result, 228 void LookupTagValue(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