Uses of Class
ca.uhn.fhir.mdm.rules.json.MdmMatcherJson
Package
Description
-
Uses of MdmMatcherJson in ca.uhn.fhir.mdm.rules.json
Modifier and TypeMethodDescriptionMdmFieldMatchJson.getMatcher()
MdmMatcherJson.setAlgorithm
(MatchTypeEnum theAlgorithm) MdmMatcherJson.setExact
(boolean theExact) MdmMatcherJson.setIdentifierSystem
(String theIdentifierSystem) -
Uses of MdmMatcherJson in ca.uhn.fhir.mdm.rules.matcher.fieldmatchers
Modifier 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
Modifier 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.