Skip to content

Commit

Permalink
Include column definition within the dataset evaluation context
Browse files Browse the repository at this point in the history
  • Loading branch information
icrc-psousa committed Aug 7, 2023
1 parent 237d85c commit db3baf1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public DataSet evaluate(DataSetDefinition dataSetDefinition, EvaluationContext c
StopWatch sw = new StopWatch();
sw.start();

ec.addContextValue("columnDefinitions", cd);
MappedData<? extends PatientDataDefinition> dataDef = (MappedData<? extends PatientDataDefinition>) cd.getDataDefinition();
EvaluatedPatientData data = Context.getService(PatientDataService.class).evaluate(dataDef, ec);

Expand Down

0 comments on commit db3baf1

Please sign in to comment.