Package ca.uhn.fhir.mdm.rules.matcher
Class MdmMatcherFactory
java.lang.Object
ca.uhn.fhir.mdm.rules.matcher.MdmMatcherFactory
- All Implemented Interfaces:
IMatcherFactory
-
Constructor Summary
ConstructorDescriptionMdmMatcherFactory
(ca.uhn.fhir.context.FhirContext theFhirContext, IMdmSettings theSettings, ca.uhn.fhir.jpa.nickname.INicknameSvc theNicknameSvc) -
Method Summary
Modifier and TypeMethodDescriptiongetFieldMatcherForMatchType
(MatchTypeEnum theMdmMatcherEnum) Retrieves the field matcher for the given MatchTypeEnum
-
Constructor Details
-
MdmMatcherFactory
public MdmMatcherFactory(ca.uhn.fhir.context.FhirContext theFhirContext, IMdmSettings theSettings, ca.uhn.fhir.jpa.nickname.INicknameSvc theNicknameSvc)
-
-
Method Details
-
getFieldMatcherForMatchType
Description copied from interface:IMatcherFactory
Retrieves the field matcher for the given MatchTypeEnum- Specified by:
getFieldMatcherForMatchType
in interfaceIMatcherFactory
-