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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • 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:
      mergeGoldenResources in interface ca.uhn.fhir.mdm.api.IGoldenResourceMergerSvc