
Package ca.uhn.fhir.mdm.rules.config
Class MdmSettings
java.lang.Object
ca.uhn.fhir.mdm.rules.config.MdmSettings
- All Implemented Interfaces:
IMdmSettings
-
Field Summary
FieldsFields inherited from interface ca.uhn.fhir.mdm.api.IMdmSettings
EMPI_CHANNEL_NAME, MDM_DEFAULT_CONCURRENT_CONSUMERS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetMode()booleanbooleanbooleanbooleanbooleanvoidsetAutoExpungeGoldenResources(boolean theShouldAutoExpunge) voidsetCandidateSearchLimit(int theCandidateSearchLimit) setEnabled(boolean theEnabled) voidsetGoldenResourcePartitionName(String theGoldenResourcePartitionName) voidsetMdmMode(MdmModeEnum theMdmMode) setMdmRules(MdmRulesJson theMdmRules) setPreventEidUpdates(boolean thePreventEidUpdates) setPreventMultipleEids(boolean thePreventMultipleEids) setScriptText(String theScriptText) voidsetSearchAllPartitionForMatch(boolean theSearchAllPartitionForMatch) voidsetSurvivorshipRules(String theSurvivorshipRules) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ca.uhn.fhir.mdm.api.IMdmSettings
getSupportedMdmTypes, isSupportedMdmType
-
Field Details
-
DEFAULT_CANDIDATE_SEARCH_LIMIT
- See Also:
-
-
Constructor Details
-
MdmSettings
-
-
Method Details
-
isEnabled
- Specified by:
isEnabledin interfaceIMdmSettings
-
setEnabled
-
getConcurrentConsumers
- Specified by:
getConcurrentConsumersin interfaceIMdmSettings
-
getScriptText
-
setScriptText
- Throws:
IOException
-
getMdmRules
- Specified by:
getMdmRulesin interfaceIMdmSettings
-
isPreventEidUpdates
- Specified by:
isPreventEidUpdatesin interfaceIMdmSettings
-
setPreventEidUpdates
-
setMdmRules
-
isPreventMultipleEids
- Specified by:
isPreventMultipleEidsin interfaceIMdmSettings
-
getRuleVersion
- Specified by:
getRuleVersionin interfaceIMdmSettings
-
setPreventMultipleEids
-
getSurvivorshipRules
- Specified by:
getSurvivorshipRulesin interfaceIMdmSettings
-
setSurvivorshipRules
-
getCandidateSearchLimit
- Specified by:
getCandidateSearchLimitin interfaceIMdmSettings
-
setCandidateSearchLimit
-
getGoldenResourcePartitionName
- Specified by:
getGoldenResourcePartitionNamein interfaceIMdmSettings
-
setGoldenResourcePartitionName
- Specified by:
setGoldenResourcePartitionNamein interfaceIMdmSettings
-
getSearchAllPartitionForMatch
- Specified by:
getSearchAllPartitionForMatchin interfaceIMdmSettings
-
setSearchAllPartitionForMatch
- Specified by:
setSearchAllPartitionForMatchin interfaceIMdmSettings
-
isAutoExpungeGoldenResources
- Specified by:
isAutoExpungeGoldenResourcesin interfaceIMdmSettings
-
setAutoExpungeGoldenResources
- Specified by:
setAutoExpungeGoldenResourcesin interfaceIMdmSettings
-
setMdmMode
-
getMode
- Specified by:
getModein interfaceIMdmSettings
-