Interface ConfigurationAdapter
-
- All Known Implementing Classes:
ConfigurationAdapterImpl
public interface ConfigurationAdapterMemberMatch adapts the FHIR Server Config to simple outputs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanenabled()indicates if the MemberMatch service is enabled.PropertyGroupgetExtendedStrategyPropertyGroup()gets the extended strategy property groupjava.lang.StringgetStrategyKey()Gets the member strategy key
-
-
-
Method Detail
-
enabled
boolean enabled()
indicates if the MemberMatch service is enabled.- Returns:
-
getStrategyKey
java.lang.String getStrategyKey()
Gets the member strategy key- Returns:
-
getExtendedStrategyPropertyGroup
PropertyGroup getExtendedStrategyPropertyGroup()
gets the extended strategy property group- Returns:
-
-