Package ca.uhn.fhir.jpa.mdm.svc
Class MdmLinkCreateSvcImpl
java.lang.Object
ca.uhn.fhir.jpa.mdm.svc.MdmLinkCreateSvcImpl
- All Implemented Interfaces:
ca.uhn.fhir.mdm.api.IMdmLinkCreateSvc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IAnyResourcecreateLink(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
-
MdmLinkCreateSvcImpl
public MdmLinkCreateSvcImpl()
-
-
Method Details
-
createLink
@Transactional public org.hl7.fhir.instance.model.api.IAnyResource createLink(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:
createLinkin interfaceca.uhn.fhir.mdm.api.IMdmLinkCreateSvc
-