Closed cafootitt closed 6 years ago
Does this count as two modules — BMI and a weight if BMI isn't available? If so, the below graphic could just be changed to weight.
Also for the height in the follow up form — is that pulled in automatically (because that value shouldn't change much for majority of people right?)? Otherwise could be a source of BMI error (ex: asking patient for height vs. taking).
Notes from email thread:
So based on the above:
RW: @cagulas I updated your description slightly, also added a new image below:
Lgtm
@githengi @ndegwamartin Changing this to an implementation issue now, based on the description and mockups in https://github.com/OpenSRP/opensrp-client-tbr/issues/47#issuecomment-353603822.
This is getting added to the in-treatment detail view only (not the other two registers). This section can be added in between the results comparison and contact sections on the detail view.
Weight and height are captured in the different registration forms and can also be added in the follow-up form.
Variables are weight
, height
, and bmi
in the forms.
@rowo @cagulas for this view, how do we handle if there is no height either? I can see from the forms the height field is not 'required'
hey @ndegwamartin See https://github.com/OpenSRP/opensrp-client-tbr/issues/47#issuecomment-353603822.
If no height is entered, it becomes a weight-only display.
@cagulas sorry I think I meant to ask the other way round, that is weight is NOT required either. Also I forsee a scenario where the first follow up only height is entered, then on the second both height and weight are entered, then on the third only weight is entered and so on. How do we handle that then?
As discussed, weight is being changed to a required field.
Lgtm. Closing
Based on the 7 December call, BMI column is not needed, but tracking BMI and weight gain for in-treatment patients is important, so something to possibly add to the detail view.