Uses of Class
org.hl7.fhir.r5.fhirpath.FHIRPathEngine
Package
Description
-
Uses of FHIRPathEngine in org.hl7.fhir.r5.comparison
Modifier and TypeMethodDescriptionComparisonRenderer.checkFunction
(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) boolean
ComparisonRenderer.conformsToProfile
(FHIRPathEngine engine, Object appContext, Base item, String url) ComparisonRenderer.executeFunction
(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) ComparisonRenderer.resolveConstant
(FHIRPathEngine engine, Object appContext, String name, boolean beforeContext, boolean explicitConstant) ComparisonRenderer.resolveConstantType
(FHIRPathEngine engine, Object appContext, String name, boolean explicitConstant) ComparisonRenderer.resolveFunction
(FHIRPathEngine engine, String functionName) ComparisonRenderer.resolveReference
(FHIRPathEngine engine, Object appContext, String url, Base refContext) ComparisonRenderer.resolveValueSet
(FHIRPathEngine engine, Object appContext, String url) -
Uses of FHIRPathEngine in org.hl7.fhir.r5.conformance.profile
ModifierConstructorDescriptionProfileUtilities
(IWorkerContext context, List<org.hl7.fhir.utilities.validation.ValidationMessage> messages, ProfileKnowledgeProvider pkp, FHIRPathEngine fpe) -
Uses of FHIRPathEngine in org.hl7.fhir.r5.fhirpath
Modifier and TypeMethodDescriptionFHIRPathEngine.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.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.r5.utils
Modifier and TypeClassDescriptionclass
Deprecated.This interface only exists to provide backward compatibility for the following two projects: clinical-reasoning clinical_quality-language Due to a circular dependency, they cannot be updated without a release of HAPI, which requires backwards compatibility with core version 6.1.2.2Modifier 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 refContext) LiquidEngine.resolveValueSet
(FHIRPathEngine engine, Object appContext, String url) -
Uses of FHIRPathEngine in org.hl7.fhir.r5.utils.sql
Modifier 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) ModifierConstructorDescriptionValidator
(IWorkerContext context, FHIRPathEngine fpe, List<String> prohibitedNames, Validator.TrueFalseOrUnknown supportsArrays, Validator.TrueFalseOrUnknown supportsComplexTypes, Validator.TrueFalseOrUnknown supportsNeedsName) -
Uses of FHIRPathEngine in org.hl7.fhir.r5.utils.structuremap
Modifier and TypeMethodDescriptionFHIRPathHostServices.checkFunction
(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) boolean
FHIRPathHostServices.conformsToProfile
(FHIRPathEngine engine, Object appContext, Base item, String url) FHIRPathHostServices.executeFunction
(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) FHIRPathHostServices.resolveConstant
(FHIRPathEngine engine, Object appContext, String name, boolean beforeContext, boolean explicitConstant) FHIRPathHostServices.resolveConstantType
(FHIRPathEngine engine, Object appContext, String name, boolean explicitConstant) FHIRPathHostServices.resolveFunction
(FHIRPathEngine engine, String functionName) FHIRPathHostServices.resolveReference
(FHIRPathEngine engine, Object appContext, String url, Base refContext) FHIRPathHostServices.resolveValueSet
(FHIRPathEngine engine, Object appContext, String url)