-
Notifications
You must be signed in to change notification settings - Fork 437
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
All fields in Daily Rounds table to treat no value specified as undefined
instead instead of colaescing it with 0 or -1 in some fields
#6985
Comments
As discussed, For ALL THE FIELDS IN DAILY ROUNDS TABLE, we need to send This can be done as a two-step exercise:
|
undefined
instead instead of colaescing it with 0 in some fields
undefined
instead instead of colaescing it with 0 in some fieldsundefined
instead instead of colaescing it with 0 or -1 in some fields
@rithviknishad Except nutrition all others show |
@AshrafMd-1 Let me rephrase how to replicate the issue: Method 1:Create a "NORMAL" log update This form does not collect IO balance related information from the user, so we are NOT supposed to say that the IO Balance was ZERO at this point since we are not aware if it was actually zero since data wasn't collected. But still we see a record in the chart that it was 0, even though no information about it was collected. Method 2:Create a "Critical Care" log update, but do not fill the I/O balance page and submit it. Same situation here, information was not collected, so we are not supposed to represent that the IO balance was 0 during this log update. But still chart shows 0 in that record. |
Hi, @gigincg, @nihal467, @khavinshankar, @mathew-alex, @aparnacoronasafe, This issue has been automatically marked as stale because it has not had any recent activity. |
Describe the bug
all the nutrition section field's in the patient critical care is saving the values as 0, when we save critical care without
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The empty field in the nutrition section should be a empty object not a 0
Tasks
This can be done as a two-part PR, front-end followed by back-end.
null
in Daily Rounds table care#1810Screenshots
The text was updated successfully, but these errors were encountered: