-
Notifications
You must be signed in to change notification settings - Fork 522
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
Added SpO2 field in community log update for nurses #8907
Added SpO2 field in community log update for nurses #8907
Conversation
✅ Deploy Preview for care-ohc ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -788,6 +788,30 @@ export const DailyRounds = (props: any) => { | |||
}, | |||
]} | |||
/> | |||
<RangeAutocompleteFormField |
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.
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.
I did the same
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.
Yea, but now we have SpO2 field specified twice, when we can achieve the same result with one.
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.
So we dont need SpO2 field for community nurses log update ?
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.
We do.
Please check the file itself, the code block that starts at 726 includes fields that should appear for all 4 round types (that should have SpO2 field under new requirements).
So you can move the code starting at line 848 inside that block, and just remove the code you added.
@noufalrahim make changes in the same branch |
Co-authored-by: rithviknishad <mail@rithviknishad.dev>
@@ -900,7 +875,30 @@ export const DailyRounds = (props: any) => { | |||
/> | |||
</> | |||
)} | |||
|
|||
<RangeAutocompleteFormField |
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.
There's still two instances for the field SpO2, there should only be one.
And this shouldn't be placed here, as Sp02 will be visible for all round types, instead of just normal, telemedicine, doctor's log and community nurse's update.
Always make sure to test your changes - on the frontend, you should see Sp02 occur twice under community nurse's log.
On a side note, how are you merging changes from develop into your branch? 🤔 It shouldn't be showing up as individual commits, but rather a merge commit.
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.
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.
And this shouldn't be placed here, as Sp02 will be visible for all round types, instead of just normal, telemedicine, doctor's log and community nurse's update.
@noufalrahim This is still an issue.
As mentioned earlier
Please check the file itself, the code block that starts at 726 includes fields that should appear for all 4 round types (that should have SpO2 field under new requirements).
The new code should be there.
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.
@noufalrahim ☝️
@rithviknishad |
are you facing any difficulties updating in the same branch? |
👋 Hi, @noufalrahim, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
… issues/ohcnetwork#8865/SpO2-Field-in-Log-Update-in-Community-Nurse
@noufalrahim resolve conflicts |
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
LGTM @khavinshankar can you resolve the merge conflict and merge it ASAP |
…Update-in-Community-Nurse
@noufalrahim Your efforts have helped advance digital healthcare and TeleICU systems. 🚀 Thank you for taking the time out to make CARE better. We hope you continue to innovate and contribute; your impact is immense! 🙌 |
Proposed Changes
@ohcnetwork/care-fe-code-reviewers
Merge Checklist
Summary by CodeRabbit
New Features
ventilator_spo2
field in the Daily Rounds form for capturing and validating patient SpO2 levels.Localization