
Uses of Interface
ca.uhn.fhir.mdm.api.IMdmSettings
Packages that use IMdmSettings
Package
Description
-
Uses of IMdmSettings in ca.uhn.fhir.mdm.api
Methods in ca.uhn.fhir.mdm.api with parameters of type IMdmSettingsModifier and TypeMethodDescriptionvoid
IMdmSubmitSvc.setMdmSettings
(IMdmSettings theMdmSettings) This setter exists to allow imported modules to override settings. -
Uses of IMdmSettings in ca.uhn.fhir.mdm.dao
Constructors in ca.uhn.fhir.mdm.dao with parameters of type IMdmSettingsModifierConstructorDescriptionMdmLinkFactory
(IMdmSettings theMdmSettings, IMdmLinkImplFactory<M> theMdmLinkImplFactory) -
Uses of IMdmSettings in ca.uhn.fhir.mdm.provider
Constructors in ca.uhn.fhir.mdm.provider with parameters of type IMdmSettingsModifierConstructorDescriptionMdmControllerHelper
(ca.uhn.fhir.context.FhirContext theFhirContext, ca.uhn.fhir.validation.IResourceLoader theResourceLoader, IMdmMatchFinderSvc theMdmMatchFinderSvc, IMdmSettings theMdmSettings, MessageHelper theMessageHelper, IRequestPartitionHelperSvc theRequestPartitionHelperSvc) MdmProviderDstu3Plus
(ca.uhn.fhir.context.FhirContext theFhirContext, IMdmControllerSvc theMdmControllerSvc, MdmControllerHelper theMdmHelper, IMdmSubmitSvc theMdmSubmitSvc, ca.uhn.fhir.interceptor.api.IInterceptorBroadcaster theIInterceptorBroadcaster, IMdmSettings theIMdmSettings) Constructor -
Uses of IMdmSettings in ca.uhn.fhir.mdm.rules.config
Classes in ca.uhn.fhir.mdm.rules.config that implement IMdmSettings -
Uses of IMdmSettings in ca.uhn.fhir.mdm.rules.matcher
Constructors in ca.uhn.fhir.mdm.rules.matcher with parameters of type IMdmSettingsModifierConstructorDescriptionMdmMatcherFactory
(ca.uhn.fhir.context.FhirContext theFhirContext, IMdmSettings theSettings, ca.uhn.fhir.jpa.nickname.INicknameSvc theNicknameSvc) -
Uses of IMdmSettings in ca.uhn.fhir.mdm.rules.svc
Constructors in ca.uhn.fhir.mdm.rules.svc with parameters of type IMdmSettingsModifierConstructorDescriptionMdmResourceMatcherSvc
(ca.uhn.fhir.context.FhirContext theFhirContext, IMatcherFactory theIMatcherFactory, IMdmSettings theMdmSettings) -
Uses of IMdmSettings in ca.uhn.fhir.mdm.svc
Methods in ca.uhn.fhir.mdm.svc with parameters of type IMdmSettingsModifier and TypeMethodDescriptionvoid
MdmExpandersHolder.setMdmSettings
(IMdmSettings theMdmSettings) Sets the MDM settings and immediately determines which service implementations to use.void
MdmSubmitSvcImpl.setMdmSettings
(IMdmSettings theMdmSettings) -
Uses of IMdmSettings in ca.uhn.fhir.mdm.util
Constructors in ca.uhn.fhir.mdm.util with parameters of type IMdmSettingsModifierConstructorDescriptionEIDHelper
(ca.uhn.fhir.context.FhirContext theFhirContext, IMdmSettings theMdmSettings) GoldenResourceHelper
(ca.uhn.fhir.context.FhirContext theFhirContext, IMdmSettings theMdmSettings, EIDHelper theEIDHelper, MdmPartitionHelper theMdmPartitionHelper) MdmPartitionHelper
(MessageHelper theMessageHelper, IMdmSettings theMdmSettings) MessageHelper
(IMdmSettings theMdmSettings, ca.uhn.fhir.context.FhirContext theFhirContext)