Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganize Display #50

Open
teddyort opened this issue Apr 24, 2020 · 2 comments
Open

Reorganize Display #50

teddyort opened this issue Apr 24, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@teddyort
Copy link
Contributor

  • Remove static text to make more space
  • Not hide critical info during alarms
  • Add icons for snooze/ac control
@teddyort teddyort added the enhancement New feature or request label Apr 24, 2020
@teddyort
Copy link
Contributor Author

After receiving feedback from clinicians, we have settled on a new display format that will allow us to incorporate more information in a more compact layout.

See below for images showing the new functionality. The key feedback we received includes:

  • Show the status/alarm on the top (A) and the icons / setting change on the bottom (C)
  • The icons for Pip/Plat/Peep using waveforms were understood and preferred to arrows
  • the 1:x should be shown for IE ratio, and also included in the I:E (decided to compress it into a single glyph for space)
  • I:E ratio should be allowed to go as low as 1:0.4
  • The time-triggered vs patient-triggered icons were understood, and should be placed above the pressures (showin below in top-right corner)
  • AC knob should be labeled "Ptr"
  • Alarm sound icon should only show when an alarm is sounding (B), otherwise, it should be blank (A)
  • When an alarm is occurring but muted, the sound icon should indicate this, and also count down seconds until muting will stop (C).

A: Normal Running

image

B: Alarming

image

C: Change Settings

image

@teddyort
Copy link
Contributor Author

Useful for implementing these, is the the glyphs used to make the above images:

const byte s_time[] = {0x1F,0x1F,0x0E,0x04,0x04,0x0E,0x1F,0x1F};
const byte s_ptnt[] = {0x0E,0x0E,0x04,0x1F,0x1F,0x1F,0x0A,0x0A};
const byte s_ie1[]   = {0x08,0x1B,0x0B,0x08,0x0B,0x0B,0x1C,0x00};
const byte s_iei[] = {0x1C,0x0B,0x0B,0x08,0x0B,0x0B,0x1C,0x00};
const byte s_peak[] = {0x0F,0x10,0x10,0x00,0x00,0x00,0x00,0x00};
const byte s_plat[] = {0x00,0x10,0x10,0x0E,0x01,0x01,0x00,0x00};
const byte s_peep[] = {0x00,0x00,0x00,0x00,0x00,0x10,0x10,0x0F};
const byte s_sond[] = {0x08,0x04,0x12,0x0A,0x0A,0x12,0x04,0x08};
const byte s_0[]    = {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants