Uses of Class
org.hl7.fhir.r5.fhirpath.FHIRPathEngine
Packages that use FHIRPathEngine
Package
Description
-
Uses of FHIRPathEngine in org.hl7.fhir.r5.comparison
Methods in org.hl7.fhir.r5.comparison with parameters of type FHIRPathEngineModifier and TypeMethodDescriptionComparisonRenderer.checkFunction(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) booleanComparisonRenderer.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
Constructors in org.hl7.fhir.r5.conformance.profile with parameters of type FHIRPathEngineModifierConstructorDescriptionProfileUtilities(IWorkerContext context, List<org.hl7.fhir.utilities.validation.ValidationMessage> messages, ProfileKnowledgeProvider pkp, FHIRPathEngine fpe) -
Uses of FHIRPathEngine in org.hl7.fhir.r5.fhirpath
Methods in org.hl7.fhir.r5.fhirpath with parameters of type FHIRPathEngineModifier 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 functionbooleanFHIRPathEngine.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
Subclasses of FHIRPathEngine in org.hl7.fhir.r5.utilsModifier and TypeClassDescriptionclassDeprecated.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.2Methods in org.hl7.fhir.r5.utils with parameters of type FHIRPathEngineModifier and TypeMethodDescriptionLiquidEngine.checkFunction(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) booleanLiquidEngine.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
Methods in org.hl7.fhir.r5.utils.sql with parameters of type FHIRPathEngineModifier and TypeMethodDescriptionRunner.checkFunction(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) booleanRunner.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.r5.utils.sql with parameters of type FHIRPathEngineModifierConstructorDescriptionValidator(IWorkerContext context, FHIRPathEngine fpe, List<String> prohibitedNames, Boolean arrays, Boolean complexTypes, Boolean needsName) -
Uses of FHIRPathEngine in org.hl7.fhir.r5.utils.structuremap
Methods in org.hl7.fhir.r5.utils.structuremap with parameters of type FHIRPathEngineModifier and TypeMethodDescriptionFHIRPathHostServices.checkFunction(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) booleanFHIRPathHostServices.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)