opensrp / opensrp-client-tbr

Other
2 stars 4 forks source link

Add weight and BMI to in-treatment detail view #47

Closed cafootitt closed 6 years ago

cafootitt commented 6 years ago

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.

rowo commented 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.

bmi

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).

rowo commented 6 years ago

Notes from email thread:

cafootitt commented 6 years ago

So based on the above:

RW: @cagulas I updated your description slightly, also added a new image below:

bmi-weight

cafootitt commented 6 years ago

Lgtm

cafootitt commented 6 years ago

@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.

ndegwamartin commented 6 years ago

@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'

cafootitt commented 6 years ago

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.

ndegwamartin commented 6 years ago

@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?

cafootitt commented 6 years ago

As discussed, weight is being changed to a required field.

cafootitt commented 6 years ago

Lgtm. Closing