Mercurial > hg > orthanc
diff OrthancServer/ResourceFinder.h @ 1361:94ffb597d297
refactoring of C-Find SCP
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 15 May 2015 17:19:33 +0200 |
parents | 0649c5aef34a |
children |
line wrap: on
line diff
--- a/OrthancServer/ResourceFinder.h Fri May 15 15:34:32 2015 +0200 +++ b/OrthancServer/ResourceFinder.h Fri May 15 17:19:33 2015 +0200 @@ -55,8 +55,9 @@ virtual bool HasMainDicomTagsFilter(ResourceType level) const = 0; - virtual bool FilterMainDicomTags(const DicomMap& mainTags, - ResourceType level) const = 0; + virtual bool FilterMainDicomTags(const std::string& resourceId, + ResourceType level, + const DicomMap& mainTags) const = 0; virtual bool HasInstanceFilter() const = 0;