
Uses of Class
ca.uhn.fhir.mdm.rules.json.MdmMatcherJson
Packages that use MdmMatcherJson
Package
Description
-
Uses of MdmMatcherJson in ca.uhn.fhir.mdm.rules.json
Methods in ca.uhn.fhir.mdm.rules.json that return MdmMatcherJsonModifier and TypeMethodDescriptionMdmFieldMatchJson.getMatcher()MdmMatcherJson.setAlgorithm(MatchTypeEnum theAlgorithm) MdmMatcherJson.setExact(boolean theExact) MdmMatcherJson.setIdentifierSystem(String theIdentifierSystem) Methods in ca.uhn.fhir.mdm.rules.json with parameters of type MdmMatcherJson -
Uses of MdmMatcherJson in ca.uhn.fhir.mdm.rules.matcher.fieldmatchers
Methods in ca.uhn.fhir.mdm.rules.matcher.fieldmatchers with parameters of type MdmMatcherJsonModifier and TypeMethodDescriptionbooleanEmptyFieldMatcher.matches(org.hl7.fhir.instance.model.api.IBase theLeftBase, org.hl7.fhir.instance.model.api.IBase theRightBase, MdmMatcherJson theParams) booleanExtensionMatcher.matches(org.hl7.fhir.instance.model.api.IBase theLeftBase, org.hl7.fhir.instance.model.api.IBase theRightBase, MdmMatcherJson theParams) booleanHapiDateMatcher.matches(org.hl7.fhir.instance.model.api.IBase theLeftBase, org.hl7.fhir.instance.model.api.IBase theRightBase, MdmMatcherJson theParams) booleanHapiStringMatcher.matches(org.hl7.fhir.instance.model.api.IBase theLeftBase, org.hl7.fhir.instance.model.api.IBase theRightBase, MdmMatcherJson theExtraMatchParams) booleanIdentifierMatcher.matches(org.hl7.fhir.instance.model.api.IBase theLeftBase, org.hl7.fhir.instance.model.api.IBase theRightBase, MdmMatcherJson theParams) booleanNameMatcher.matches(org.hl7.fhir.instance.model.api.IBase theLeftBase, org.hl7.fhir.instance.model.api.IBase theRightBase, MdmMatcherJson theParams) booleanNicknameMatcher.matches(org.hl7.fhir.instance.model.api.IBase theLeftBase, org.hl7.fhir.instance.model.api.IBase theRightBase, MdmMatcherJson theParams) booleanNumericMatcher.matches(org.hl7.fhir.instance.model.api.IBase theLeftBase, org.hl7.fhir.instance.model.api.IBase theRightBase, MdmMatcherJson theParams) booleanPhoneticEncoderMatcher.matches(org.hl7.fhir.instance.model.api.IBase theLeftBase, org.hl7.fhir.instance.model.api.IBase theRightBase, MdmMatcherJson theParams) booleanSubstringStringMatcher.matches(org.hl7.fhir.instance.model.api.IBase theLeftBase, org.hl7.fhir.instance.model.api.IBase theRightBase, MdmMatcherJson theParams) -
Uses of MdmMatcherJson in ca.uhn.fhir.mdm.rules.matcher.models
Methods in ca.uhn.fhir.mdm.rules.matcher.models with parameters of type MdmMatcherJsonModifier and TypeMethodDescriptionbooleanIMdmFieldMatcher.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.