mdpnp / BigWallDisplay_1

Concept demo for the layout of a nurse workstation-like UI and assessment of the involved technologies.
MIT License
1 stars 1 forks source link

Add inputs to patient tiles #5

Closed diego2013 closed 8 years ago

diego2013 commented 8 years ago

Add input fields to the patient tiles, such as:

1- A button for "patient assessed". Upon clicking the button (to indicate that the patient's status was just assessed) another field will display the timestamp of when the patient was assessed for the last time.

2- A check box (or dropdown?) for "mental status" (values normal or abnormal). This input would be used to asses CNS (central neurological system) functions.

diego2013 commented 8 years ago

Implemented the button. Will leave the checkbox "TODO" until we receive a more detailed algorithm in which to use such information.