
Uses of Class
ca.uhn.fhir.mdm.rules.json.MdmFieldMatchJson
Packages that use MdmFieldMatchJson
Package
Description
-
Uses of MdmFieldMatchJson in ca.uhn.fhir.mdm.rules.json
Methods in ca.uhn.fhir.mdm.rules.json that return MdmFieldMatchJsonModifier and TypeMethodDescriptionMdmFieldMatchJson.setFhirPath(String theFhirPath) MdmFieldMatchJson.setMatcher(MdmMatcherJson theMatcher) MdmFieldMatchJson.setResourcePath(String theResourcePath) MdmFieldMatchJson.setResourceType(String theResourceType) MdmFieldMatchJson.setSimilarity(MdmSimilarityJson theSimilarity) Methods in ca.uhn.fhir.mdm.rules.json that return types with arguments of type MdmFieldMatchJsonMethods in ca.uhn.fhir.mdm.rules.json with parameters of type MdmFieldMatchJsonModifier and TypeMethodDescriptionvoidMdmRulesJson.addMatchField(MdmFieldMatchJson theMatchRuleName) -
Uses of MdmFieldMatchJson in ca.uhn.fhir.mdm.rules.matcher.util
Method parameters in ca.uhn.fhir.mdm.rules.matcher.util with type arguments of type MdmFieldMatchJsonModifier and TypeMethodDescriptionstatic booleanMatchRuleUtil.canHandleRuleCount(List<MdmFieldMatchJson> theRules) -
Uses of MdmFieldMatchJson in ca.uhn.fhir.mdm.rules.svc
Constructors in ca.uhn.fhir.mdm.rules.svc with parameters of type MdmFieldMatchJsonModifierConstructorDescriptionMdmResourceFieldMatcher(ca.uhn.fhir.context.FhirContext theFhirContext, IMatcherFactory theIMatcherFactory, MdmFieldMatchJson theMdmFieldMatchJson, MdmRulesJson theMdmRulesJson)