Uses of Interface
org.hl7.fhir.r4.fhirpath.FHIRPathEngine.IEvaluationContext
Packages that use FHIRPathEngine.IEvaluationContext
-
Uses of FHIRPathEngine.IEvaluationContext in org.hl7.fhir.r4.fhirpath
Methods in org.hl7.fhir.r4.fhirpath that return FHIRPathEngine.IEvaluationContextMethods in org.hl7.fhir.r4.fhirpath with parameters of type FHIRPathEngine.IEvaluationContextModifier and TypeMethodDescriptionvoidFHIRPathEngine.setHostServices(FHIRPathEngine.IEvaluationContext constantResolver) -
Uses of FHIRPathEngine.IEvaluationContext in org.hl7.fhir.r4.utils
Classes in org.hl7.fhir.r4.utils that implement FHIRPathEngine.IEvaluationContextMethods in org.hl7.fhir.r4.utils with parameters of type FHIRPathEngine.IEvaluationContextModifier and TypeMethodDescriptionNarrativeGenerator.setLiquidServices(NarrativeGenerator.ILiquidTemplateProvider templateProvider, FHIRPathEngine.IEvaluationContext services) Constructors in org.hl7.fhir.r4.utils with parameters of type FHIRPathEngine.IEvaluationContextModifierConstructorDescriptionLiquidEngine(IWorkerContext context, FHIRPathEngine.IEvaluationContext hostServices) -
Uses of FHIRPathEngine.IEvaluationContext in org.hl7.fhir.r4.utils.sql
Classes in org.hl7.fhir.r4.utils.sql that implement FHIRPathEngine.IEvaluationContextModifier and TypeClassDescriptionclassHow to use the Runner: create a resource, and fill out: the context (supports the FHIRPathEngine) a store that handles the output a tracker - if you want Once it's created, you either run it as a batch, or in trickle mode (1) Batch Mode * provide a provider * call execute() with a ViewDefinition * wait...