
Class HapiStringMatcher
java.lang.Object
ca.uhn.fhir.mdm.rules.matcher.fieldmatchers.HapiStringMatcher
- All Implemented Interfaces:
IMdmFieldMatcher
Similarity measure for two IBase fields whose similarity can be measured by their String representations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(org.hl7.fhir.instance.model.api.IBase theLeftBase, org.hl7.fhir.instance.model.api.IBase theRightBase, MdmMatcherJson theExtraMatchParams) Checks if theLeftBase and theRightBase match, returning true if they do and false otherwise.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ca.uhn.fhir.mdm.rules.matcher.models.IMdmFieldMatcher
isMatchingEmptyFields
-
Constructor Details
-
HapiStringMatcher
public HapiStringMatcher()
-
-
Method Details
-
matches
public boolean matches(org.hl7.fhir.instance.model.api.IBase theLeftBase, org.hl7.fhir.instance.model.api.IBase theRightBase, MdmMatcherJson theExtraMatchParams) Description copied from interface:IMdmFieldMatcherChecks if theLeftBase and theRightBase match, returning true if they do and false otherwise.- Specified by:
matchesin interfaceIMdmFieldMatcher
-