
Uses of Interface
ca.uhn.fhir.fhirpath.IFhirPathEvaluationContext
Packages that use IFhirPathEvaluationContext
-
Uses of IFhirPathEvaluationContext in ca.uhn.fhir.fhirpath
Methods in ca.uhn.fhir.fhirpath with parameters of type IFhirPathEvaluationContextModifier and TypeMethodDescriptionvoidIFhirPath.setEvaluationContext(IFhirPathEvaluationContext theEvaluationContext) This method can be used optionally to supply an evaluation context for the FHIRPath evaluator instance. -
Uses of IFhirPathEvaluationContext in ca.uhn.fhir.narrative
Methods in ca.uhn.fhir.narrative with parameters of type IFhirPathEvaluationContextModifier and TypeMethodDescriptionvoidBaseThymeleafNarrativeGenerator.setFhirPathEvaluationContext(IFhirPathEvaluationContext theFhirPathEvaluationContext)