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

Improve accuracy calculation #134

Merged
merged 8 commits into from
Jun 13, 2024
Merged

Conversation

khavinshankar
Copy link
Member

No description provided.

@@ -48,7 +48,7 @@ export async function parseVitalsFromImage(image: Buffer) {
NOTE: Many fields from below example can be missing, you need to output null for those fields.

Example output in minified JSON format:
{"time_stamp":"yyyy-mm-ddThh:mm:ss","ecg":{"Heart_Rate_bpm":<value/null>},"nibp":{"systolic_mmhg":<value/null>,"diastolic_mmhg":<value/null>,"mean_arterial_pressure_mmhg":<value/null>},"spO2":{"oxygen_saturation_percentage":<value/null>},"respiration_rate":{"breaths_per_minute":<value/null>},"temperature":{"fahrenheit":<value/null>}}
{"time_stamp":"yyyy-mm-ddThh:mm:ssZ","ecg":{"Heart_Rate_bpm":<value/null>},"nibp":{"systolic_mmhg":<value/null>,"diastolic_mmhg":<value/null>,"mean_arterial_pressure_mmhg":<value/null>},"spO2":{"oxygen_saturation_percentage":<value/null>},"respiration_rate":{"breaths_per_minute":<value/null>},"temperature":{"fahrenheit":<value/null>}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are we specifying that the timestamp in image is in ist?

@khavinshankar khavinshankar merged commit cb67248 into develop Jun 13, 2024
3 checks passed
@khavinshankar khavinshankar deleted the improve_accuracy_calculation branch June 13, 2024 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants