[WIP] Implement growth assessment using WHO indicators #80

Draft
joao.dubas wants to merge 76 commits from jpd-feat-add-bmi-module-with-live-view into main
Showing only changes of commit 28f0546bcb - Show all commits

View File

@ -94,7 +94,8 @@ defmodule Growth do
%__MODULE__{
name: name,
gender: gender,
date_of_birth: date_of_birth
date_of_birth: date_of_birth,
results: []
},
fn {key, default_value}, measurement ->
opts