
Uses of Interface
org.hl7.fhir.r4.fhirpath.IHostApplicationServices
Packages that use IHostApplicationServices
-
Uses of IHostApplicationServices in org.hl7.fhir.r4.fhirpath
Classes in org.hl7.fhir.r4.fhirpath that implement IHostApplicationServicesMethods in org.hl7.fhir.r4.fhirpath that return IHostApplicationServicesMethods in org.hl7.fhir.r4.fhirpath with parameters of type IHostApplicationServicesModifier and TypeMethodDescriptionvoid
FHIRPathEngine.setHostServices
(IHostApplicationServices constantResolver) -
Uses of IHostApplicationServices in org.hl7.fhir.r4.utils
Classes in org.hl7.fhir.r4.utils that implement IHostApplicationServicesMethods in org.hl7.fhir.r4.utils with parameters of type IHostApplicationServicesModifier and TypeMethodDescriptionNarrativeGenerator.setLiquidServices
(NarrativeGenerator.ILiquidTemplateProvider templateProvider, IHostApplicationServices services) Constructors in org.hl7.fhir.r4.utils with parameters of type IHostApplicationServicesModifierConstructorDescriptionLiquidEngine
(IWorkerContext context, IHostApplicationServices hostServices) -
Uses of IHostApplicationServices in org.hl7.fhir.r4.utils.sql
Classes in org.hl7.fhir.r4.utils.sql that implement IHostApplicationServicesModifier and TypeClassDescriptionclass
How 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...