math-a3k/covid-ht

Support for alternative percentage fields

Closed this issue · 1 comments

Some hemograms report some fields - i.e. lymp, neut, baso, etc - as a percentage of another absolute variable - in this case WBC.

Currently, those are registered in an absolute way - i.e. x10^9/L.

There should be support for input those in a percentage.

This should be done at a form level, should be optional, and the model should record the converted absolute values to ensure data consistency.

Implemented in fd4c86f, 59e9ffa and 23eb624