org.hl7.fhir.core icon indicating copy to clipboard operation
org.hl7.fhir.core copied to clipboard

R4 FHIRPathEngine resolveConstant of EvaluationContext doesn't support returning multiple values

Open shoaibmushtaq25 opened this issue 1 year ago • 2 comments

In the context of a conversation with @grahamegrieve over zulip chat,

R4 FHIRPathEngine public Base resolveConstant(Object appContext, String name, boolean beforeContext) method of EvaluationContext Interface doesn't support returning multiple values.

cc: @grahamegrieve

shoaibmushtaq25 avatar Jul 26 '22 08:07 shoaibmushtaq25

This is already done in the R5 version

grahamegrieve avatar Jul 26 '22 20:07 grahamegrieve

This is already done in R5 - just have to copy the same code across

grahamegrieve avatar Aug 02 '22 20:08 grahamegrieve