Uses of Interface
com.ibm.fhir.operation.davinci.hrex.provider.strategy.MemberMatchStrategy
-
Packages that use MemberMatchStrategy Package Description com.ibm.fhir.operation.davinci.hrex.provider com.ibm.fhir.operation.davinci.hrex.provider.strategy -
-
Uses of MemberMatchStrategy in com.ibm.fhir.operation.davinci.hrex.provider
Methods in com.ibm.fhir.operation.davinci.hrex.provider that return MemberMatchStrategy Modifier and Type Method Description MemberMatchStrategy
MemberMatchFactory. getStrategy(ConfigurationAdapter config)
Gets the strategy for this specific configuration. -
Uses of MemberMatchStrategy in com.ibm.fhir.operation.davinci.hrex.provider.strategy
Classes in com.ibm.fhir.operation.davinci.hrex.provider.strategy that implement MemberMatchStrategy Modifier and Type Class Description class
AbstractMemberMatch
The MemberMatch Strategy Template which controls the order of processing of the methods and provides integral logic for MemberMatch.class
DefaultMemberMatchStrategy
Per the HREX IG, the $member-match operation does the following: 1.
-