
Package ca.uhn.fhir.mdm.rules.json
Class MdmMatcherJson
java.lang.Object
ca.uhn.fhir.mdm.rules.json.MdmMatcherJson
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IModelJson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getExact()
boolean
boolean
match
(ca.uhn.fhir.context.FhirContext theFhirContext, org.hl7.fhir.instance.model.api.IBase theLeftValue, org.hl7.fhir.instance.model.api.IBase theRightValue) setAlgorithm
(MdmMatcherEnum theAlgorithm) setExact
(boolean theExact) setIdentifierSystem
(String theIdentifierSystem)
-
Constructor Details
-
MdmMatcherJson
public MdmMatcherJson()
-
-
Method Details
-
getAlgorithm
-
setAlgorithm
-
getIdentifierSystem
-
setIdentifierSystem
-
getExact
-
setExact
-
isMatchingEmptyFields
-
match
public boolean match(ca.uhn.fhir.context.FhirContext theFhirContext, org.hl7.fhir.instance.model.api.IBase theLeftValue, org.hl7.fhir.instance.model.api.IBase theRightValue)
-