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