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

Send raw pulse and spo2 data #2406

Merged
merged 1 commit into from
May 25, 2022
Merged

Send raw pulse and spo2 data #2406

merged 1 commit into from
May 25, 2022

Conversation

Ashesh3
Copy link
Member

@Ashesh3 Ashesh3 commented May 17, 2022

Closes #2141

pulse and ventilator_spo2 are casted to Number. This means that in cases where they are left blank, they are actually forced to be stored as 0, rather than null. ( Number(null) -> 0 ) Which causes the above issue. Removing this cast resolves it. null values displayed properly as - in the charts and not as 0s.

image

image

@nihal467
Copy link
Member

test approved

@gigincg gigincg merged commit 6ab36fb into coronasafe:develop May 25, 2022
@Ashesh3 Ashesh3 deleted the fix-2141 branch May 26, 2022 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hide Null Values in Consultation Update
3 participants