Class MdmMatchFinderSvcImpl

java.lang.Object
ca.uhn.fhir.jpa.mdm.svc.MdmMatchFinderSvcImpl
All Implemented Interfaces:
ca.uhn.fhir.mdm.api.IMdmMatchFinderSvc

@Service public class MdmMatchFinderSvcImpl extends Object implements ca.uhn.fhir.mdm.api.IMdmMatchFinderSvc
  • Constructor Details

  • Method Details

    • getMatchedTargets

      @Nonnull @Transactional public List<ca.uhn.fhir.mdm.api.MatchedTarget> getMatchedTargets(String theResourceType, org.hl7.fhir.instance.model.api.IAnyResource theResource, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId)
      Specified by:
      getMatchedTargets in interface ca.uhn.fhir.mdm.api.IMdmMatchFinderSvc