Uses of Class
ca.uhn.fhir.mdm.rules.json.MdmRulesJson
Package
Description
-
Uses of MdmRulesJson in ca.uhn.fhir.mdm.api
-
Uses of MdmRulesJson in ca.uhn.fhir.mdm.model.mdmevents
Modifier and TypeMethodDescriptionvoid
MdmLinkJson.translateAndSetRule
(MdmRulesJson theRule, Long theVector) -
Uses of MdmRulesJson in ca.uhn.fhir.mdm.rules.config
Modifier and TypeMethodDescriptionMdmSettings.setMdmRules
(MdmRulesJson theMdmRules) void
MdmRuleValidator.validate
(MdmRulesJson theMdmRules) void
MdmRuleValidator.validateMdmTypes
(MdmRulesJson theMdmRulesJson) -
Uses of MdmRulesJson in ca.uhn.fhir.mdm.rules.json
-
Uses of MdmRulesJson in ca.uhn.fhir.mdm.rules.svc
Modifier and TypeMethodDescriptionvoid
MdmResourceMatcherSvc.setMdmRulesJson
(MdmRulesJson theMdmRulesJson) ModifierConstructorDescriptionMdmResourceFieldMatcher
(ca.uhn.fhir.context.FhirContext theFhirContext, IMatcherFactory theIMatcherFactory, MdmFieldMatchJson theMdmFieldMatchJson, MdmRulesJson theMdmRulesJson) -
Uses of MdmRulesJson in ca.uhn.fhir.mdm.util
Modifier and TypeMethodDescriptionstatic ca.uhn.fhir.jpa.searchparam.SearchParameterMap
MdmSearchParamBuildingUtils.buildEidSearchParameterMap
(String theEid, String theResourceType, MdmRulesJson theMdmRules) Creates a SearchParameterMap used for searching for golden resources by EID specifically.