
Package ca.uhn.fhir.mdm.rules.json
Class MdmFieldMatchJson
java.lang.Object
ca.uhn.fhir.mdm.rules.json.MdmFieldMatchJson
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IModelJson
Contains all business data for determining if a match exists on a particular field, given:
1. A
MatchTypeEnum which determines the actual similarity values.
2. A given resource type (e.g. Patient)
3. A given FHIRPath expression for finding the particular primitive to be used for comparison. (e.g. name.given)-
Field Summary
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()setFhirPath(String theFhirPath) setMatcher(MdmMatcherJson theMatcher) setResourcePath(String theResourcePath) setResourceType(String theResourceType) setSimilarity(MdmSimilarityJson theSimilarity)
-
Constructor Details
-
MdmFieldMatchJson
public MdmFieldMatchJson()
-
-
Method Details
-
getResourceType
-
setResourceType
-
getResourcePath
-
setResourcePath
-
getName
-
setName
-
getMatcher
-
setMatcher
-
getSimilarity
-
setSimilarity
-
getFhirPath
-
setFhirPath
-