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

Choose between list and grid to display "patient cards" #1

Closed diego2013 closed 8 years ago

diego2013 commented 8 years ago

The layout options could offer to choose between a "list" or "grid" layout for the patient's info.

image

Maybe depending on this choice the patient template could change (on a list layout we may have enough room for a waveform for certain metrics, while on a grid layout we won't, but we'll have smaller charts that would maximize the amount of patients/info that we can display in the screen).

This choice would be tightly coupled with the number of patients to show. The advantage of a grid is that charts are smaller, not needing that much room, so we would be able to have the info of more patients on the screen.

diego2013 commented 8 years ago

More ideas:

list image grid: image

The list in this example works well because it is just docs, and we display info about those docs. Maybe upon selecting list or grid the patient's tile or template changes (instead of being a square is a row for the list format).

diego2013 commented 8 years ago

Won't fix. Or won't enhance. We demonstrate the capabilities for having different layout ins a different way.