You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wiki page "Profiles" for details on the layout of the CSV file and the chart screen.
The tiles shown at the top of the patient chart are defined in the profile, and the HTML for their display is generated in chart.html. Right now, each tile shows the latest observation for its concept. However, the observation could be arbitrarily old, and this would be misleading to medics if, say, the patient's pulse is from last week.
To solve this, we need to:
Provide the chart Pebble template with access to the timestamp of the tile observations
Configure the length of time considered "old" for each tile concept
Apply a CSS class to the tile when the observation is considered old
Add some text or an indicator to the tile when the observation is considered old
The text was updated successfully, but these errors were encountered:
zestyping
added
feature
New or improved functionality
P2
Issues not fitting P0, P1, or P3
P1
Broken core functionality / Required feature
and removed
P2
Issues not fitting P0, P1, or P3
labels
Jun 27, 2019
As background, please read:
The tiles shown at the top of the patient chart are defined in the profile, and the HTML for their display is generated in chart.html. Right now, each tile shows the latest observation for its concept. However, the observation could be arbitrarily old, and this would be misleading to medics if, say, the patient's pulse is from last week.
To solve this, we need to:
Provide the chart Pebble template with access to the timestamp of the tile observations
Configure the length of time considered "old" for each tile concept
Apply a CSS class to the tile when the observation is considered old
Add some text or an indicator to the tile when the observation is considered old
The text was updated successfully, but these errors were encountered: