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)