
Uses of Class
org.hl7.fhir.r4.fhirpath.FHIRPathEngine
Packages that use FHIRPathEngine
-
Uses of FHIRPathEngine in org.hl7.fhir.r4.fhirpath
Methods in org.hl7.fhir.r4.fhirpath with parameters of type FHIRPathEngineModifier and TypeMethodDescriptionabstract TypeDetails
FHIRPathEngine.IEvaluationContext.FunctionDefinition.check
(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) FHIRPathEngine.IEvaluationContext.checkFunction
(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) Check the function parameters, and throw an error if they are incorrect, or return the type for the functionboolean
FHIRPathEngine.IEvaluationContext.conformsToProfile
(FHIRPathEngine engine, Object appContext, Base item, String url) FHIRPathEngine.IEvaluationContext.FunctionDefinition.execute
(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) FHIRPathEngine.IEvaluationContext.executeFunction
(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) FHIRPathEngine.IEvaluationContext.resolveConstant
(FHIRPathEngine engine, Object appContext, String name, boolean beforeContext, boolean explicitConstant) A constant reference - e.g.FHIRPathEngine.IEvaluationContext.resolveConstantType
(FHIRPathEngine engine, Object appContext, String name, boolean explicitConstant) FHIRPathEngine.IEvaluationContext.resolveFunction
(FHIRPathEngine engine, String functionName) FHIRPathEngine.IEvaluationContext.resolveReference
(FHIRPathEngine engine, Object appContext, String url, Base refContext) Implementation of resolve() function.FHIRPathEngine.IEvaluationContext.resolveValueSet
(FHIRPathEngine engine, Object appContext, String url) -
Uses of FHIRPathEngine in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils with parameters of type FHIRPathEngineModifier and TypeMethodDescriptionLiquidEngine.checkFunction
(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) boolean
LiquidEngine.conformsToProfile
(FHIRPathEngine engine, Object appContext, Base item, String url) LiquidEngine.executeFunction
(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) LiquidEngine.resolveConstant
(FHIRPathEngine engine, Object appContext, String name, boolean beforeContext, boolean explicitConstant) LiquidEngine.resolveConstantType
(FHIRPathEngine engine, Object appContext, String name, boolean explicitConstant) LiquidEngine.resolveFunction
(FHIRPathEngine engine, String functionName) LiquidEngine.resolveReference
(FHIRPathEngine engine, Object appContext, String url, Base base) LiquidEngine.resolveValueSet
(FHIRPathEngine engine, Object appContext, String url) -
Uses of FHIRPathEngine in org.hl7.fhir.r4.utils.sql
Methods in org.hl7.fhir.r4.utils.sql with parameters of type FHIRPathEngineModifier and TypeMethodDescriptionRunner.checkFunction
(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) boolean
Runner.conformsToProfile
(FHIRPathEngine engine, Object appContext, Base item, String url) Runner.executeFunction
(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) Runner.resolveConstant
(FHIRPathEngine engine, Object appContext, String name, boolean beforeContext, boolean explicitConstant) Runner.resolveConstantType
(FHIRPathEngine engine, Object appContext, String name, boolean explicitConstant) Runner.resolveFunction
(FHIRPathEngine engine, String functionName) Runner.resolveReference
(FHIRPathEngine engine, Object appContext, String url, Base refContext) Runner.resolveValueSet
(FHIRPathEngine engine, Object appContext, String url) Constructors in org.hl7.fhir.r4.utils.sql with parameters of type FHIRPathEngineModifierConstructorDescriptionValidator
(IWorkerContext context, FHIRPathEngine fpe, List<String> prohibitedNames, Validator.TrueFalseOrUnknown supportsArrays, Validator.TrueFalseOrUnknown supportsComplexTypes, Validator.TrueFalseOrUnknown supportsNeedsName)