Class MemberMatchFactory
- java.lang.Object
 - 
- org.linuxforhealth.fhir.operation.davinci.hrex.provider.MemberMatchFactory
 
 
- 
public class MemberMatchFactory extends java.lang.ObjectControls the creation of the MemberMatchProviderStrategy objects using the ServiceLoader. 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MemberMatchFactoryfactory()Gets the factoryMemberMatchStrategygetStrategy(ConfigurationAdapter config)Gets the strategy for this specific configuration. 
 - 
 
- 
- 
Method Detail
- 
factory
public static MemberMatchFactory factory()
Gets the factory- Returns:
 
 
- 
getStrategy
public MemberMatchStrategy getStrategy(ConfigurationAdapter config) throws FHIROperationException
Gets the strategy for this specific configuration.- Parameters:
 config-- Returns:
 - the MemberMatchStrategy or the DefaultMemberMatchStrategy
 - Throws:
 FHIROperationException
 
 - 
 
 -