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