Interface MemberMatchStrategy
- 
- All Known Implementing Classes:
 AbstractMemberMatch,DefaultMemberMatchStrategy
public interface MemberMatchStrategyThe Member Match Strategy 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Parametersexecute(FHIROperationContext ctx, Parameters input, FHIRResourceHelpers resourceHelper)takes a set of input parametersjava.lang.StringgetMemberMatchIdentifier()used to uniquely identify the strategy. 
 - 
 
- 
- 
Method Detail
- 
getMemberMatchIdentifier
java.lang.String getMemberMatchIdentifier()
used to uniquely identify the strategy.- Returns:
 - the member match strategy identifier
 
 
- 
execute
Parameters execute(FHIROperationContext ctx, Parameters input, FHIRResourceHelpers resourceHelper) throws FHIROperationException
takes a set of input parameters- Parameters:
 ctx-input-resourceHelper-- Returns:
 - Throws:
 FHIROperationException
 
 - 
 
 -