-
Notifications
You must be signed in to change notification settings - Fork 234
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-3677: Implement ability to add patient to a queue from lab app #1258
(feat) O3-3677: Implement ability to add patient to a queue from lab app #1258
Conversation
…ueue from complete lab request
Thanks, @its-kios09. We needed a way to transition patients to a different service point from the lab and the specific use-case was to handle patients whose results are ready and should be reviewed by a clinician. I had thought that we could potentially set the destination queue with details from the previous queue as this would allow easy transitions from the lab back to the clinician. Am not sure if that is even generally acceptable and would love to hear what others think. |
@ojwanganto Thanks for the suggestion lemme work on the Retain Previous Queue Details and Renaming of the action label |
...esm-service-queues-app/src/send-patient-back-toqueue/send-back-patient-toqueue.component.tsx
Outdated
Show resolved
Hide resolved
...esm-service-queues-app/src/send-patient-back-toqueue/send-back-patient-toqueue.component.tsx
Outdated
Show resolved
Hide resolved
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.
Thanks, @its-kios09. I have left a comment for your attention.
a081c0f
to
1b2668a
Compare
1b2668a
to
3a31c7c
Compare
packages/esm-service-queues-app/src/send-patient-back-toqueue/send-back-patient-toqueue.scss
Outdated
Show resolved
Hide resolved
...s/esm-service-queues-app/src/send-patient-back-toqueue/send-back-patient-toqueue.resource.ts
Outdated
Show resolved
Hide resolved
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.
Thanks, @its-kios09. I think we can align some file names to match the functionality.
...esm-service-queues-app/src/send-patient-back-toqueue/send-back-patient-toqueue.component.tsx
Outdated
Show resolved
Hide resolved
...esm-service-queues-app/src/send-patient-back-toqueue/send-back-patient-toqueue.component.tsx
Outdated
Show resolved
Hide resolved
...s/esm-service-queues-app/src/send-patient-back-toqueue/send-back-patient-toqueue.resource.ts
Outdated
Show resolved
Hide resolved
...esm-service-queues-app/src/send-patient-back-toqueue/send-back-patient-toqueue.component.tsx
Outdated
Show resolved
Hide resolved
32430dd
to
dad80e1
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.
I recommend minor renames. Looks good otherwise.
...ice-queues-app/src/transition-latest-queue-entry/transition-latest-queue-entry.component.tsx
Outdated
Show resolved
Hide resolved
...rvice-queues-app/src/transition-latest-queue-entry/transition-latest-queue-entry.resource.ts
Outdated
Show resolved
Hide resolved
...rvice-queues-app/src/transition-latest-queue-entry/transition-latest-queue-entry.resource.ts
Outdated
Show resolved
Hide resolved
@its-kios09 Can you please address the review feedback from @denniskigen ? |
@denniskigen @brandones @mogoodrich Hello, I have updated the hook, i am requesting for your review |
fyi @chibongho |
@ojwanganto @mogoodrich @chibongho kindly requesting for final review |
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
@@ -138,6 +138,13 @@ export const addNewQueueServiceWorkspace = getAsyncLifecycle( | |||
moduleName, | |||
}, | |||
); | |||
export const transitionPatientToLatestQueue = getAsyncLifecycle( |
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.
should we rename this to 'transitionPatientToNewQueue'? @chibongho what do you think?
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 can go with the current naming.
…queue from complete lab request
Requirements
Summary
see:- https://openmrs.atlassian.net/browse/O3-3677
Screenshots
Related Issue
Other