-
Notifications
You must be signed in to change notification settings - Fork 437
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
Enhancements to Vitals Monitor #5486
Comments
I would like to contribute to this issue under C4GT. Please assign it to me. |
Hi, @gigincg, @nihal467, @khavinshankar, @mathew-alex, @aparnacoronasafe, This issue has been automatically marked as stale because it has not had any recent activity. |
Hi, @gigincg, @nihal467, @khavinshankar, @mathew-alex, @aparnacoronasafe, This issue has been automatically marked as stale because it has not had any recent activity. |
Pre-requisites and references:
Currently, the Vitals Monitor has a fixed height and width, so cannot be used in the patient consultation dashboard as it would leave quite a lot of empty space.
Tasks:
This is so that we always show very recent information. Buffer overflow can happen when we change tabs, so the canvas render pauses. However, data coming from the web socket causes the buffer to get accumulated.
The text was updated successfully, but these errors were encountered: