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

VST01 - decimal place #299

Open
shino-iwase opened this issue Jan 22, 2025 · 0 comments
Open

VST01 - decimal place #299

shino-iwase opened this issue Jan 22, 2025 · 0 comments

Comments

@shino-iwase
Copy link

DBP, SBP and Pulse Rate are measured in integer and Temperature in 1 decimal point. Could it be updated properly? I think it can be as follows:
DBP, SBP and Pulse Rate : .formats = list("n" = "xx", "Mean (SD)" = "xx.x (xx.x)", "Median" = "xx.x", "Min - Max" = "xx - xx"),
Temperature : .formats = list("n" = "xx", "Mean (SD)" = "xx.xx (xx.xx)", "Median" = "xx.xx", "Min - Max" = "xx.x - xx.x"),

For the current outputs generated by Chevron show 3 decimals for Mean, SD and Median, and 2 decimals for min-max. It is too much.

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

No branches or pull requests

1 participant