
Uses of Class
org.hl7.fhir.r5.fhirpath.FHIRPathEngine
Packages that use FHIRPathEngine
Package
Description
- 
Uses of FHIRPathEngine in org.hl7.fhir.r5.comparisonMethods 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, org.hl7.fhir.utilities.fhirpath.FHIRPathConstantEvaluationMode mode) ComparisonRenderer.resolveConstantType(FHIRPathEngine engine, Object appContext, String name, org.hl7.fhir.utilities.fhirpath.FHIRPathConstantEvaluationMode mode) 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.profileMethods in org.hl7.fhir.r5.conformance.profile that return FHIRPathEngineConstructors 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.elementmodelConstructors in org.hl7.fhir.r5.elementmodel with parameters of type FHIRPathEngine
- 
Uses of FHIRPathEngine in org.hl7.fhir.r5.fhirpathMethods in org.hl7.fhir.r5.fhirpath with parameters of type FHIRPathEngineModifier and TypeMethodDescriptionabstract TypeDetailsFHIRPathFunctionDefinition.check(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) BaseHostServices.checkFunction(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) IHostApplicationServices.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 functionbooleanIHostApplicationServices.conformsToProfile(FHIRPathEngine engine, Object appContext, Base item, String url) FHIRPathFunctionDefinition.execute(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) BaseHostServices.executeFunction(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) IHostApplicationServices.executeFunction(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) BaseHostServices.resolveConstant(FHIRPathEngine engine, Object appContext, String name, org.hl7.fhir.utilities.fhirpath.FHIRPathConstantEvaluationMode mode) IHostApplicationServices.resolveConstant(FHIRPathEngine engine, Object appContext, String name, org.hl7.fhir.utilities.fhirpath.FHIRPathConstantEvaluationMode mode) A constant reference - e.g. a reference to a name that must be resolved in context.BaseHostServices.resolveConstantType(FHIRPathEngine engine, Object appContext, String name, org.hl7.fhir.utilities.fhirpath.FHIRPathConstantEvaluationMode mode) IHostApplicationServices.resolveConstantType(FHIRPathEngine engine, Object appContext, String name, org.hl7.fhir.utilities.fhirpath.FHIRPathConstantEvaluationMode mode) Compile time support for a constant reference - e.g. a reference to a name that must be resolved in context.BaseHostServices.resolveFunction(FHIRPathEngine engine, String functionName) IHostApplicationServices.resolveFunction(FHIRPathEngine engine, String functionName) IHostApplicationServices.resolveReference(FHIRPathEngine engine, Object appContext, String url, Base refContext) Implementation of resolve() function.IHostApplicationServices.resolveValueSet(FHIRPathEngine engine, Object appContext, String url) 
- 
Uses of FHIRPathEngine in org.hl7.fhir.r5.liquidMethods 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) booleanLiquidEngine.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, org.hl7.fhir.utilities.fhirpath.FHIRPathConstantEvaluationMode mode) LiquidEngine.resolveConstantType(FHIRPathEngine engine, Object appContext, String name, org.hl7.fhir.utilities.fhirpath.FHIRPathConstantEvaluationMode mode) 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.modelMethods in org.hl7.fhir.r5.model with parameters of type FHIRPathEngine
- 
Uses of FHIRPathEngine in org.hl7.fhir.r5.renderers.mappingsConstructors in org.hl7.fhir.r5.renderers.mappings with parameters of type FHIRPathEngineModifierConstructorDescriptionStructureDefinitionMappingProvider(RenderingContext context, StructureDefinition dest, boolean reverse, StructureDefinition sd, StructureDefinition.StructureDefinitionMappingComponent map, FHIRPathEngine fpe) 
- 
Uses of FHIRPathEngine in org.hl7.fhir.r5.terminologiesMethods in org.hl7.fhir.r5.terminologies with parameters of type FHIRPathEngineModifier and TypeMethodDescriptionTerminologyFunctions.ExpandFunction.check(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) TerminologyFunctions.TranslateFunction.check(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) TerminologyFunctions.ValidateVSFunction.check(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) TerminologyFunctions.ExpandFunction.execute(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) TerminologyFunctions.TranslateFunction.execute(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) TerminologyFunctions.ValidateVSFunction.execute(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) protected org.hl7.fhir.exceptions.FHIRExceptionTerminologyFunctions.TerminologyFunctionBase.makeException(FHIRPathEngine engine, ExpressionNode holder, String constName, Object... args) protected org.hl7.fhir.exceptions.FHIRExceptionTerminologyFunctions.TerminologyFunctionBase.makeExceptionPlural(FHIRPathEngine engine, Integer num, String constName, Object... args) 
- 
Uses of FHIRPathEngine in org.hl7.fhir.r5.testfactoryMethods 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) booleanTestDataHostServices.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.resolveConstant(FHIRPathEngine engine, Object appContext, String name, org.hl7.fhir.utilities.fhirpath.FHIRPathConstantEvaluationMode mode) TestDataHostServices.resolveConstantType(FHIRPathEngine engine, Object appContext, String name, org.hl7.fhir.utilities.fhirpath.FHIRPathConstantEvaluationMode mode) 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.sqlMethods 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, org.hl7.fhir.utilities.fhirpath.FHIRPathConstantEvaluationMode mode) Runner.resolveConstantType(FHIRPathEngine engine, Object appContext, String name, org.hl7.fhir.utilities.fhirpath.FHIRPathConstantEvaluationMode mode) 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.structuremapMethods 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, org.hl7.fhir.utilities.fhirpath.FHIRPathConstantEvaluationMode mode) FHIRPathHostServices.resolveConstantType(FHIRPathEngine engine, Object appContext, String name, org.hl7.fhir.utilities.fhirpath.FHIRPathConstantEvaluationMode mode) FHIRPathHostServices.resolveFunction(FHIRPathEngine engine, String functionName) FHIRPathHostServices.resolveReference(FHIRPathEngine engine, Object appContext, String url, Base refContext) FHIRPathHostServices.resolveValueSet(FHIRPathEngine engine, Object appContext, String url)