SwissTPH / WHO-VA

Maintenance of the WHO 2022 Verbal Autopsy Instrument and Documentation
3 stars 26 forks source link

Id10232: error in calculation formula #52

Closed jarathomas closed 4 years ago

jarathomas commented 4 years ago

The current formula is: if(${Id10232_units}='days', ${Id10232_a} div 30,${Id10232_b})

but Id10232_a is days and the Id10232 label is:

(Id10232) For how many days did the ulcer on the foot ooze pus?

The formula should be: if(${Id10232_units}='days', ${Id10232_a},${Id10232_b} div 30)

since Id10232_b is measured in months

aurdipas commented 4 years ago

issue already addressed in #44