Class FindCandidateByLinkSvc
java.lang.Object
ca.uhn.fhir.jpa.mdm.svc.candidate.BaseCandidateFinder
ca.uhn.fhir.jpa.mdm.svc.candidate.FindCandidateByLinkSvc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<MatchedGoldenResourceCandidate>findMatchGoldenResourceCandidates(org.hl7.fhir.instance.model.api.IAnyResource theTarget) Attempt to find a currently matching Golden Resource, based on the presence of anMdmLinkentity.protected CandidateStrategyEnum
-
Constructor Details
-
FindCandidateByLinkSvc
public FindCandidateByLinkSvc()
-
-
Method Details
-
findMatchGoldenResourceCandidates
protected List<MatchedGoldenResourceCandidate> findMatchGoldenResourceCandidates(org.hl7.fhir.instance.model.api.IAnyResource theTarget) Attempt to find a currently matching Golden Resource, based on the presence of anMdmLinkentity.- Specified by:
findMatchGoldenResourceCandidatesin classBaseCandidateFinder- Parameters:
theTarget- theIAnyResourcethat we want to find candidate Golden Resources for.- Returns:
- an Optional list of
MatchedGoldenResourceCandidateindicating matches.
-
getStrategy
- Specified by:
getStrategyin classBaseCandidateFinder
-