Interface MemberMatchStrategy
-
- All Known Implementing Classes:
AbstractMemberMatch
,DefaultMemberMatchStrategy
public interface MemberMatchStrategy
The Member Match Strategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Parameters
execute(FHIROperationContext ctx, Parameters input, FHIRResourceHelpers resourceHelper)
takes a set of input parametersjava.lang.String
getMemberMatchIdentifier()
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
-
-