@Role
public interface MatchFinder
| Modifier and Type | Method and Description |
|---|---|
List<PatientMatch> |
findMatches(List<String> patientIds,
Set<String> serverIds,
boolean onlyUpdatedAfterLastRun)
Finds matches for a given patient updated after the last time the match finder was run.
|
int |
getPriority() |
int getPriority()
List<PatientMatch> findMatches(List<String> patientIds, Set<String> serverIds, boolean onlyUpdatedAfterLastRun)
patientIds - List of local patients IDsserverIds - a list of servers to be used for matches search indicated by their ids. Servers which
are not supported by the given matcher will be silently ignored.onlyUpdatedAfterLastRun - if true, only considers patients updated after the last time matcher was runCopyright © 2011–2019 University of Toronto, Computational Biology Lab. All rights reserved.