Class FindCandidateByExampleSvc
java.lang.Object
ca.uhn.fhir.jpa.mdm.svc.candidate.BaseCandidateFinder
ca.uhn.fhir.jpa.mdm.svc.candidate.FindCandidateByExampleSvc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<MatchedGoldenResourceCandidate>findMatchGoldenResourceCandidates(org.hl7.fhir.instance.model.api.IAnyResource theTarget) Attempt to find matching Golden Resources by resolving them from similar Matching target resources.protected CandidateStrategyEnum
-
Constructor Details
-
FindCandidateByExampleSvc
public FindCandidateByExampleSvc()
-
-
Method Details
-
findMatchGoldenResourceCandidates
protected List<MatchedGoldenResourceCandidate> findMatchGoldenResourceCandidates(org.hl7.fhir.instance.model.api.IAnyResource theTarget) Attempt to find matching Golden Resources by resolving them from similar Matching target resources. Runs MDM logic over the existing target resources, then finds their entries in the MdmLink table, and returns all the matches found therein.- Specified by:
findMatchGoldenResourceCandidatesin classBaseCandidateFinder- Parameters:
theTarget- theIBaseResourcewhich we want to find candidate Golden Resources for.- Returns:
- an Optional list of
MatchedGoldenResourceCandidateindicating matches.
-
getStrategy
- Specified by:
getStrategyin classBaseCandidateFinder
-