Uses of Interface
org.hl7.fhir.r4.fhirpath.FHIRPathEngine.IEvaluationContext
-
Packages that use FHIRPathEngine.IEvaluationContext Package Description org.hl7.fhir.r4.fhirpath org.hl7.fhir.r4.utils -
-
Uses of FHIRPathEngine.IEvaluationContext in org.hl7.fhir.r4.fhirpath
Methods in org.hl7.fhir.r4.fhirpath that return FHIRPathEngine.IEvaluationContext Modifier and Type Method Description FHIRPathEngine.IEvaluationContextFHIRPathEngine. getHostServices()Methods in org.hl7.fhir.r4.fhirpath with parameters of type FHIRPathEngine.IEvaluationContext Modifier and Type Method Description voidFHIRPathEngine. setHostServices(FHIRPathEngine.IEvaluationContext constantResolver) -
Uses of FHIRPathEngine.IEvaluationContext in org.hl7.fhir.r4.utils
Classes in org.hl7.fhir.r4.utils that implement FHIRPathEngine.IEvaluationContext Modifier and Type Class Description classLiquidEngineMethods in org.hl7.fhir.r4.utils with parameters of type FHIRPathEngine.IEvaluationContext Modifier and Type Method Description NarrativeGeneratorNarrativeGenerator. setLiquidServices(NarrativeGenerator.ILiquidTemplateProvider templateProvider, FHIRPathEngine.IEvaluationContext services)Constructors in org.hl7.fhir.r4.utils with parameters of type FHIRPathEngine.IEvaluationContext Constructor Description LiquidEngine(IWorkerContext context, FHIRPathEngine.IEvaluationContext hostServices)
-