
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) 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
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 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.r5.liquid
Methods in org.hl7.fhir.r5.liquid that return FHIRPathEngineMethods in org.hl7.fhir.r5.liquid with parameters of type FHIRPathEngineModifier and TypeMethodDescriptionBaseTableWrapper.TableColumnFunction.check
(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) BaseTableWrapper.TableDateColumnFunction.check
(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) GlobalObject.GlobalObjectRandomFunction.check
(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) LiquidEngine.checkFunction
(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) boolean
LiquidEngine.conformsToProfile
(FHIRPathEngine engine, Object appContext, Base item, String url) BaseTableWrapper.TableColumnFunction.execute
(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) BaseTableWrapper.TableDateColumnFunction.execute
(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) GlobalObject.GlobalObjectRandomFunction.execute
(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) GlobalObject.executeFunction
(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) 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.model
Methods in org.hl7.fhir.r5.model with parameters of type FHIRPathEngine -
Uses of FHIRPathEngine in org.hl7.fhir.r5.testfactory
Methods in org.hl7.fhir.r5.testfactory with parameters of type FHIRPathEngineModifier and TypeMethodDescriptionTestDataFactory.CellLookupFunction.check
(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) TestDataFactory.TableLookupFunction.check
(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) TestDataHostServices.checkFunction
(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) boolean
TestDataHostServices.conformsToProfile
(FHIRPathEngine engine, Object appContext, Base item, String url) TestDataFactory.CellLookupFunction.execute
(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) TestDataFactory.TableLookupFunction.execute
(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) TestDataHostServices.executeFunction
(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) TestDataHostServices.resolveConstant
(FHIRPathEngine engine, Object appContext, String name, boolean beforeContext, boolean explicitConstant) TestDataHostServices.resolveConstantType
(FHIRPathEngine engine, Object appContext, String name, boolean explicitConstant) TestDataHostServices.resolveFunction
(FHIRPathEngine engine, String functionName) TestDataHostServices.resolveReference
(FHIRPathEngine engine, Object appContext, String url, Base refContext) TestDataHostServices.resolveValueSet
(FHIRPathEngine engine, Object appContext, String url) Constructors in org.hl7.fhir.r5.testfactory with parameters of type FHIRPathEngineModifierConstructorDescriptionProfileBasedFactory
(FHIRPathEngine fpe, String baseDataSource) ProfileBasedFactory
(FHIRPathEngine fpe, String baseDataSource, TableDataProvider data, Map<String, TestDataFactory.DataTable> tables, org.hl7.fhir.utilities.json.model.JsonArray mappings) TestDataFactory
(IWorkerContext context, org.hl7.fhir.utilities.json.model.JsonObject details, LiquidEngine liquid, FHIRPathEngine fpe, String canonical, String rootFolder, String logFolder, Map<String, String> profileMap, Locale locale) -
Uses of FHIRPathEngine in org.hl7.fhir.r5.utils
Subclasses of FHIRPathEngine in org.hl7.fhir.r5.utilsModifier 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.2 -
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) 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.r5.utils.sql with parameters of type FHIRPathEngineModifierConstructorDescriptionValidator
(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
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) 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)