Open max-hzi opened 4 years ago
Here are some value limits in case we want to implement them (thanky to Gaby).
Blood pressure: Minimum 20 mmHg, maximum 300 mmHg (range for systolic and diastolic blood pressure) Height: Minimum: 0.1 meters (= premature baby); maximum: 2.80 meters Weight: Minimum: 0.200 kg (=premature baby); Maximum: 600 kg
Problem Description
For example, blood pressure input fields (systolic/ diastolic) are presented as drop-down menus, beginning with the value 0. This does not make sense as long as we are assessing a living human being. Furthermore, this also may lead to faulty (implausible) entries.
Proposed Change
Replace existing drop-down menus with free text boxes, or introduce new min + max values which are plausible. We can deliver these values if we decide this solution.
Possible Alternatives
Open to suggestions.