Mercurial > hg > orthanc
diff OrthancServer/Search/LookupResource.h @ 1758:318c2e83c2bd db-changes
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 28 Oct 2015 12:53:45 +0100 |
parents | 03b030680e3d |
children | b1291df2f780 |
line wrap: on
line diff
--- a/OrthancServer/Search/LookupResource.h Wed Oct 28 12:29:12 2015 +0100 +++ b/OrthancServer/Search/LookupResource.h Wed Oct 28 12:53:45 2015 +0100 @@ -97,7 +97,7 @@ void AddDicomConstraint(const DicomTag& tag, const std::string& dicomQuery, - bool caseSensitivePN); + bool caseSensitive); void FindCandidates(std::list<int64_t>& result, IDatabaseWrapper& database) const;