[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 c14a26a184 - Show all commits

View File

@ -13,6 +13,6 @@ defmodule Growth.Score.SubscapularSkinfold do
Name of the measurement used in subscapular skinfold indicator.
"""
def measure_name do
:subscapular_circumference
:subscapular_skinfold
end
end