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

Vitals Monitor - NIBP: Only show if data is later than the current bed's assigned start date #6429

Closed
1 of 2 tasks
rithviknishad opened this issue Oct 10, 2023 · 1 comment · Fixed by #6479
Closed
1 of 2 tasks
Assignees

Comments

@rithviknishad
Copy link
Member

rithviknishad commented Oct 10, 2023

Describe the bug
As a follow-up of #6407, currently, we are showing NIBP only if it was measured in the last 30 minutes and hiding it otherwise. However, the "30 minutes" has no meaning/logic in it.

Instead, we can always send the last measured NIBP data from the middleware, and hide it from the care front-end based on when it was measured.

Expected behavior
NIBP should be shown if it was measured after the consultation's current bed assignment's start date. Other times it should be hidden.

Tasks

@sriharsh05
Copy link
Contributor

I want to work on this issue. Please assign it to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants