Uses of Class
ca.uhn.fhir.jpa.mdm.svc.candidate.MatchedGoldenResourceCandidate
Packages that use MatchedGoldenResourceCandidate
-
Uses of MatchedGoldenResourceCandidate in ca.uhn.fhir.jpa.mdm.svc.candidate
Methods in ca.uhn.fhir.jpa.mdm.svc.candidate that return MatchedGoldenResourceCandidateMethods in ca.uhn.fhir.jpa.mdm.svc.candidate that return types with arguments of type MatchedGoldenResourceCandidateModifier and TypeMethodDescriptionprotected abstract List<MatchedGoldenResourceCandidate>BaseCandidateFinder.findMatchGoldenResourceCandidates(org.hl7.fhir.instance.model.api.IAnyResource theTarget) protected List<MatchedGoldenResourceCandidate>FindCandidateByEidSvc.findMatchGoldenResourceCandidates(org.hl7.fhir.instance.model.api.IAnyResource theIncomingResource) protected List<MatchedGoldenResourceCandidate>FindCandidateByExampleSvc.findMatchGoldenResourceCandidates(org.hl7.fhir.instance.model.api.IAnyResource theTarget) Attempt to find matching Golden Resources by resolving them from similar Matching target resources.protected List<MatchedGoldenResourceCandidate>FindCandidateByLinkSvc.findMatchGoldenResourceCandidates(org.hl7.fhir.instance.model.api.IAnyResource theTarget) Attempt to find a currently matching Golden Resource, based on the presence of anMdmLinkentity.CandidateList.getCandidates()CandidateList.stream()Methods in ca.uhn.fhir.jpa.mdm.svc.candidate with parameters of type MatchedGoldenResourceCandidateModifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IAnyResourceMdmGoldenResourceFindingSvc.getGoldenResourceFromMatchedGoldenResourceCandidate(MatchedGoldenResourceCandidate theMatchedGoldenResourceCandidate, String theResourceType) Method parameters in ca.uhn.fhir.jpa.mdm.svc.candidate with type arguments of type MatchedGoldenResourceCandidateModifier and TypeMethodDescriptionvoidCandidateList.addAll(List<MatchedGoldenResourceCandidate> theList)