Package ca.uhn.fhir.jpa.mdm.svc
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<ca.uhn.fhir.mdm.api.MatchedTarget>getMatchedTargets(String theResourceType, org.hl7.fhir.instance.model.api.IAnyResource theResource, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId)
-
Constructor Details
-
MdmMatchFinderSvcImpl
public MdmMatchFinderSvcImpl()
-
-
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:
getMatchedTargetsin interfaceca.uhn.fhir.mdm.api.IMdmMatchFinderSvc
-