Package ca.uhn.fhir.jpa.mdm.svc
Class GoldenResourceMergerSvcImpl
java.lang.Object
ca.uhn.fhir.jpa.mdm.svc.GoldenResourceMergerSvcImpl
- All Implemented Interfaces:
ca.uhn.fhir.mdm.api.IGoldenResourceMergerSvc
@Service
public class GoldenResourceMergerSvcImpl
extends Object
implements ca.uhn.fhir.mdm.api.IGoldenResourceMergerSvc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IAnyResourcemergeGoldenResources(org.hl7.fhir.instance.model.api.IAnyResource theFromGoldenResource, org.hl7.fhir.instance.model.api.IAnyResource theMergedResource, org.hl7.fhir.instance.model.api.IAnyResource theToGoldenResource, ca.uhn.fhir.mdm.model.MdmTransactionContext theMdmTransactionContext)
-
Constructor Details
-
GoldenResourceMergerSvcImpl
public GoldenResourceMergerSvcImpl()
-
-
Method Details
-
mergeGoldenResources
@Transactional public org.hl7.fhir.instance.model.api.IAnyResource mergeGoldenResources(org.hl7.fhir.instance.model.api.IAnyResource theFromGoldenResource, org.hl7.fhir.instance.model.api.IAnyResource theMergedResource, org.hl7.fhir.instance.model.api.IAnyResource theToGoldenResource, ca.uhn.fhir.mdm.model.MdmTransactionContext theMdmTransactionContext) - Specified by:
mergeGoldenResourcesin interfaceca.uhn.fhir.mdm.api.IGoldenResourceMergerSvc
-