-
Notifications
You must be signed in to change notification settings - Fork 219
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
(feat) - O3-3216 - Ward App - show admitted newborn baby / mother in ward patient card #1303
Conversation
e0fe086
to
aea4e0a
Compare
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.
Sorry for the delay... gave it it quick review and generally LGTM, thanks @chibongho !
isLoading: isLoadingMotherData, | ||
error: motherDataError, | ||
} = useMotherAndChildren(getMotherRequestParams, true, motherAndChildrenRep); | ||
|
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 see here why it's annoying to make two queries... :) we can continue to work on revamping this.
Size Change: -329 kB (-5.13%) ✅ Total Size: 6.1 MB
ℹ️ View Unchanged
|
Requirements
Summary
This PR adds the ability to display the mother / child of the patient within the patient card. It does it through an extension row.
This PR is rebased upon another pending PR, so it's a bit hard to review right now. Also, it's set to draft mode because 1) the
yarn.lock
file depends on a change in core that hasn't been changed it yet and 2) the unit tests are not passing, probably because of 1).Screenshots
Related Issue
Other