Package ca.uhn.fhir.jpa.mdm.svc
Class MdmLinkUpdaterSvcImpl
java.lang.Object
ca.uhn.fhir.jpa.mdm.svc.MdmLinkUpdaterSvcImpl
- All Implemented Interfaces:
ca.uhn.fhir.mdm.api.IMdmLinkUpdaterSvc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnotDuplicateGoldenResource(org.hl7.fhir.instance.model.api.IAnyResource theGoldenResource, org.hl7.fhir.instance.model.api.IAnyResource theTargetGoldenResource, ca.uhn.fhir.mdm.model.MdmTransactionContext theMdmContext) org.hl7.fhir.instance.model.api.IAnyResourceupdateLink(org.hl7.fhir.instance.model.api.IAnyResource theGoldenResource, org.hl7.fhir.instance.model.api.IAnyResource theSourceResource, ca.uhn.fhir.mdm.api.MdmMatchResultEnum theMatchResult, ca.uhn.fhir.mdm.model.MdmTransactionContext theMdmContext)
-
Constructor Details
-
MdmLinkUpdaterSvcImpl
public MdmLinkUpdaterSvcImpl()
-
-
Method Details
-
updateLink
@Transactional public org.hl7.fhir.instance.model.api.IAnyResource updateLink(org.hl7.fhir.instance.model.api.IAnyResource theGoldenResource, org.hl7.fhir.instance.model.api.IAnyResource theSourceResource, ca.uhn.fhir.mdm.api.MdmMatchResultEnum theMatchResult, ca.uhn.fhir.mdm.model.MdmTransactionContext theMdmContext) - Specified by:
updateLinkin interfaceca.uhn.fhir.mdm.api.IMdmLinkUpdaterSvc
-
notDuplicateGoldenResource
@Transactional public void notDuplicateGoldenResource(org.hl7.fhir.instance.model.api.IAnyResource theGoldenResource, org.hl7.fhir.instance.model.api.IAnyResource theTargetGoldenResource, ca.uhn.fhir.mdm.model.MdmTransactionContext theMdmContext) - Specified by:
notDuplicateGoldenResourcein interfaceca.uhn.fhir.mdm.api.IMdmLinkUpdaterSvc
-