-
Notifications
You must be signed in to change notification settings - Fork 248
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
(fix): Remove automatic appending of Zeros to numeric lab results #2030
Conversation
Thanks, @makombe. Please create a ticket and link it to the PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
...nt-labs-app/src/test-results/individual-results-table/individual-results-table.component.tsx
Outdated
Show resolved
Hide resolved
Great catch, @makombe. Let me try to cobble up some test coverage to ensure we don't run into this again. |
Can I push a commit with the tests, @makombe? |
Sure. That would be great. |
Done. Thanks! |
…enmrs#2030) * (fix): Remove automatic appending of Zeros to numeric lab results * Code review * Useful mods --------- Co-authored-by: Dennis Kigen <[email protected]>
Requirements
Summary
If you order a lab test and the results is a numeric value, there is always a zero added. This is quite misleading. I have provided an example of a actual viral load result which should be
303
copies but presented to the user as3030
copiesScreenshots
Before:
After:
Related Issue
Other