Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h Wed Sep 10 13:16:08 2014 +0200 +++ b/OrthancServer/ServerIndex.h Wed Sep 10 16:38:28 2014 +0200 @@ -225,7 +225,7 @@ DicomTag tag, const std::string& value); - void LookupTagValue(std::list<std::string>& result, + void LookupTagValue(std::list< std::pair<ResourceType, std::string> >& result, const std::string& value); StoreStatus AddAttachment(const FileInfo& attachment,