
Uses of Class
org.hl7.fhir.r5.fhirpath.FHIRPathEngine.ExecutionContext
Packages that use FHIRPathEngine.ExecutionContext
-
Uses of FHIRPathEngine.ExecutionContext in org.hl7.fhir.r5.fhirpath
Methods in org.hl7.fhir.r5.fhirpath that return FHIRPathEngine.ExecutionContextMethods in org.hl7.fhir.r5.fhirpath with parameters of type FHIRPathEngine.ExecutionContextModifier and TypeMethodDescriptionvoid
FHIRPathEngine.IDebugTracer.traceExpression
(FHIRPathEngine.ExecutionContext context, List<Base> focus, List<Base> result, ExpressionNode exp) When an expression node is evaluated during executionvoid
FHIRPathEngine.IDebugTracer.traceOperationExpression
(FHIRPathEngine.ExecutionContext context, List<Base> focus, List<Base> result, ExpressionNode exp) When an Operation expression node is evaluated during execution