
Package ca.uhn.fhir.mdm.rules.json
Class MdmSimilarityJson
java.lang.Object
ca.uhn.fhir.mdm.rules.json.MdmSimilarityJson
- All Implemented Interfaces:
 ca.uhn.fhir.model.api.IModelJson
- 
Field Summary
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleangetExact()match(ca.uhn.fhir.context.FhirContext theFhirContext, org.hl7.fhir.instance.model.api.IBase theLeftValue, org.hl7.fhir.instance.model.api.IBase theRightValue) setAlgorithm(MdmSimilarityEnum theAlgorithm) setExact(boolean theExact) setMatchThreshold(double theMatchThreshold)  
- 
Constructor Details
- 
MdmSimilarityJson
public MdmSimilarityJson() 
 - 
 - 
Method Details
- 
getAlgorithm
 - 
setAlgorithm
 - 
getMatchThreshold
 - 
setMatchThreshold
 - 
getExact
 - 
setExact
 - 
match
public MdmMatchEvaluation match(ca.uhn.fhir.context.FhirContext theFhirContext, org.hl7.fhir.instance.model.api.IBase theLeftValue, org.hl7.fhir.instance.model.api.IBase theRightValue)  
 -