
Package ca.uhn.fhir.mdm.rules.matcher
Class NameMatcher
java.lang.Object
ca.uhn.fhir.mdm.rules.matcher.NameMatcher
- All Implemented Interfaces:
IMdmFieldMatcher
Similarity measure for two IBase name fields
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NameMatcher
-
-
Method Details
-
matches
public boolean matches(ca.uhn.fhir.context.FhirContext theFhirContext, org.hl7.fhir.instance.model.api.IBase theLeftBase, org.hl7.fhir.instance.model.api.IBase theRightBase, boolean theExact, String theIdentifierSystem) - Specified by:
matches
in interfaceIMdmFieldMatcher
-