Skip to content

Commit

Permalink
handleStratifierValues after individual episode results
Browse files Browse the repository at this point in the history
  • Loading branch information
elsaperelli committed Aug 8, 2024
1 parent 8bccbb3 commit e5e62a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/calculation/DetailedResultsBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,9 @@ export function createEpisodePopulationValues(
populationGroup,
measureScoringCode
);
if (episodeResults.stratifierResults) {
handleStratificationValues(populationGroup, episodeResults.populationResults, episodeResults.stratifierResults);
}
});

// TODO: Remove any episode that don't fall in any populations or stratifications after the above code
Expand Down

0 comments on commit e5e62a6

Please sign in to comment.