
Package ca.uhn.fhir.mdm.api
Interface IMdmSettings
- All Known Implementing Classes:
MdmSettings
public interface IMdmSettings
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintintdefault MdmModeEnumgetMode()booleandefault Stringdefault booleanbooleanbooleanbooleandefault booleanisSupportedMdmType(String theResourceName) default voidsetAutoExpungeGoldenResources(boolean theShouldAutoExpunge) voidsetGoldenResourcePartitionName(String theGoldenResourcePartitionName) voidsetSearchAllPartitionForMatch(boolean theSearchAllPartitionForMatch)
-
Field Details
-
EMPI_CHANNEL_NAME
- See Also:
-
MDM_DEFAULT_CONCURRENT_CONSUMERS
- See Also:
-
-
Method Details
-
isEnabled
boolean isEnabled() -
getConcurrentConsumers
int getConcurrentConsumers() -
getMdmRules
-
isPreventEidUpdates
boolean isPreventEidUpdates() -
isPreventMultipleEids
boolean isPreventMultipleEids() -
getRuleVersion
-
getSurvivorshipRules
-
isSupportedMdmType
-
getSupportedMdmTypes
-
getCandidateSearchLimit
int getCandidateSearchLimit() -
getGoldenResourcePartitionName
-
setGoldenResourcePartitionName
-
getSearchAllPartitionForMatch
boolean getSearchAllPartitionForMatch() -
setSearchAllPartitionForMatch
-
isAutoExpungeGoldenResources
-
setAutoExpungeGoldenResources
-
getMode
-