
Package ca.uhn.fhir.mdm.api
Interface IMdmLinkUpdaterSvc
public interface IMdmLinkUpdaterSvc
-
Method Summary
Modifier and TypeMethodDescriptionvoid
notDuplicateGoldenResource
(org.hl7.fhir.instance.model.api.IAnyResource theGoldenResource, org.hl7.fhir.instance.model.api.IAnyResource theTargetGoldenResource, MdmTransactionContext theMdmContext) org.hl7.fhir.instance.model.api.IAnyResource
updateLink
(org.hl7.fhir.instance.model.api.IAnyResource theGoldenResource, org.hl7.fhir.instance.model.api.IAnyResource theSourceResource, MdmMatchResultEnum theMatchResult, MdmTransactionContext theMdmContext)
-
Method Details
-
updateLink
org.hl7.fhir.instance.model.api.IAnyResource updateLink(org.hl7.fhir.instance.model.api.IAnyResource theGoldenResource, org.hl7.fhir.instance.model.api.IAnyResource theSourceResource, MdmMatchResultEnum theMatchResult, MdmTransactionContext theMdmContext) -
notDuplicateGoldenResource
void notDuplicateGoldenResource(org.hl7.fhir.instance.model.api.IAnyResource theGoldenResource, org.hl7.fhir.instance.model.api.IAnyResource theTargetGoldenResource, MdmTransactionContext theMdmContext)
-