Package ca.uhn.fhir.mdm.api
Interface IMdmSettings
- All Known Implementing Classes:
MdmSettings
public interface IMdmSettings
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
default String
default boolean
boolean
boolean
boolean
default boolean
isSupportedMdmType
(String theResourceName) default void
setAutoExpungeGoldenResources
(boolean theShouldAutoExpunge) void
setGoldenResourcePartitionName
(String theGoldenResourcePartitionName) void
setSearchAllPartitionForMatch
(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
-