Class EmptyFieldMatcher
java.lang.Object
ca.uhn.fhir.mdm.rules.matcher.fieldmatchers.EmptyFieldMatcher
- All Implemented Interfaces:
IMdmFieldMatcher
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
True if matcher can/will match empty (null) fields, false otherwise.boolean
matches
(org.hl7.fhir.instance.model.api.IBase theLeftBase, org.hl7.fhir.instance.model.api.IBase theRightBase, MdmMatcherJson theParams) Checks if theLeftBase and theRightBase match, returning true if they do and false otherwise.
-
Constructor Details
-
EmptyFieldMatcher
public EmptyFieldMatcher()
-
-
Method Details
-
matches
public boolean matches(org.hl7.fhir.instance.model.api.IBase theLeftBase, org.hl7.fhir.instance.model.api.IBase theRightBase, MdmMatcherJson theParams) Description copied from interface:IMdmFieldMatcher
Checks if theLeftBase and theRightBase match, returning true if they do and false otherwise.- Specified by:
matches
in interfaceIMdmFieldMatcher
-
isMatchingEmptyFields
Description copied from interface:IMdmFieldMatcher
True if matcher can/will match empty (null) fields, false otherwise.- Specified by:
isMatchingEmptyFields
in interfaceIMdmFieldMatcher
-