Class NameMatcher

java.lang.Object
ca.uhn.fhir.mdm.rules.matcher.NameMatcher
All Implemented Interfaces:
IMdmFieldMatcher

public class NameMatcher extends Object implements IMdmFieldMatcher
Similarity measure for two IBase name fields
  • Constructor Details

  • 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 interface IMdmFieldMatcher