
Package org.hl7.fhir.r5.testfactory
Class TestDataFactory.TableLookupFunction
java.lang.Object
org.hl7.fhir.r5.fhirpath.FHIRPathEngine.IEvaluationContext.FunctionDefinition
org.hl7.fhir.r5.testfactory.TestDataFactory.TableLookupFunction
- Enclosing class:
TestDataFactory
public static class TestDataFactory.TableLookupFunction
extends FHIRPathEngine.IEvaluationContext.FunctionDefinition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheck
(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) details()
name()
-
Constructor Details
-
TableLookupFunction
public TableLookupFunction()
-
-
Method Details
-
name
- Specified by:
name
in classFHIRPathEngine.IEvaluationContext.FunctionDefinition
-
details
- Specified by:
details
in classFHIRPathEngine.IEvaluationContext.FunctionDefinition
-
check
public TypeDetails check(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) - Specified by:
check
in classFHIRPathEngine.IEvaluationContext.FunctionDefinition
-
execute
public List<Base> execute(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) - Specified by:
execute
in classFHIRPathEngine.IEvaluationContext.FunctionDefinition
-