-
Notifications
You must be signed in to change notification settings - Fork 54
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
U4X-360 : Add referral in the lab results on the clinician side #46
U4X-360 : Add referral in the lab results on the clinician side #46
Conversation
a331a0b
to
7ea9573
Compare
@jabahum Well done on this, How i wish you split it in different tasks. |
@jabahum is this PR still WIP or still necessary? It has really grown (now at 33 files) |
718e534
to
d9ec1b3
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.
There PR has a bunch of changes. Please add a video recording or screenshots of how the workflow. I see some components being created within the patient-chart directory so does this mean there other widgets being added?
"@carbon/react": "1.14.0" | ||
}, | ||
"packageManager": "[email protected]" | ||
"name": "@openmrs/esm-laboratory-app", |
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.
Revert the indentation changes to this file. Typically this is meant to be 2 spaces
children: React.ReactNode; | ||
} | ||
|
||
export function CardHeader({ title, children }: CardHeaderProps) { |
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 seems to be no reference to this component. Can u confirm and delete if not used
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 have been able to remove this and use the one in the commons-lib
@use '@carbon/styles/scss/type'; | ||
@import '~@openmrs/esm-styleguide/src/vars'; | ||
|
||
.desktopHeader, .tabletHeader { |
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.
The same applies to this file which is referenced in the other component
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.
same applies here
src/components/cards/index.ts
Outdated
@@ -0,0 +1 @@ | |||
export * from "./card-header.component"; |
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.
this also has been removed
9bb4a4b
to
4a2fd6f
Compare
src/routes.json
Outdated
{ | ||
"name" :"", | ||
"component": "" | ||
}, |
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.
this needs clean up
Commiting a followup commit on editing referal form , its not visible when you try edditing. |
Requirements
Summary
Added a new Referral Tab to the investigative results with a referral tables to visualise referred orders for a patient .
Implemented two tables for Active and Past Test Orders.
Added the capability to send test results via email for active ,past test and referral orders tables.
Enabled result reporting for test orders on the Referral Table in the Referrals Tab.
Added a feature to request a test order directly from the Active Test Order table using add button.
Screenshots
Screen.Recording.2024-02-02.at.13.14.51.mov
Related Issue
https://metsprogramme.atlassian.net/browse/U4X-365
Other