
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 TypeMethodDescriptionboolean
EmptyFieldMatcher.matches
(org.hl7.fhir.instance.model.api.IBase theLeftBase, org.hl7.fhir.instance.model.api.IBase theRightBase, MdmMatcherJson theParams) boolean
ExtensionMatcher.matches
(org.hl7.fhir.instance.model.api.IBase theLeftBase, org.hl7.fhir.instance.model.api.IBase theRightBase, MdmMatcherJson theParams) boolean
HapiDateMatcher.matches
(org.hl7.fhir.instance.model.api.IBase theLeftBase, org.hl7.fhir.instance.model.api.IBase theRightBase, MdmMatcherJson theParams) boolean
HapiStringMatcher.matches
(org.hl7.fhir.instance.model.api.IBase theLeftBase, org.hl7.fhir.instance.model.api.IBase theRightBase, MdmMatcherJson theExtraMatchParams) boolean
IdentifierMatcher.matches
(org.hl7.fhir.instance.model.api.IBase theLeftBase, org.hl7.fhir.instance.model.api.IBase theRightBase, MdmMatcherJson theParams) boolean
NameMatcher.matches
(org.hl7.fhir.instance.model.api.IBase theLeftBase, org.hl7.fhir.instance.model.api.IBase theRightBase, MdmMatcherJson theParams) boolean
NicknameMatcher.matches
(org.hl7.fhir.instance.model.api.IBase theLeftBase, org.hl7.fhir.instance.model.api.IBase theRightBase, MdmMatcherJson theParams) boolean
NumericMatcher.matches
(org.hl7.fhir.instance.model.api.IBase theLeftBase, org.hl7.fhir.instance.model.api.IBase theRightBase, MdmMatcherJson theParams) boolean
PhoneticEncoderMatcher.matches
(org.hl7.fhir.instance.model.api.IBase theLeftBase, org.hl7.fhir.instance.model.api.IBase theRightBase, MdmMatcherJson theParams) boolean
SubstringStringMatcher.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 TypeMethodDescriptionboolean
IMdmFieldMatcher.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.