-
Notifications
You must be signed in to change notification settings - Fork 13
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) Update procedure form to include body site #33
(feat) Update procedure form to include body site #33
Conversation
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.
Hi @agesa3 was this requested by the BA, if yes we can try to make it a selectable list which can pick of a concept set
I will defer this to @ojwanganto to help advice whether we need three different sections (body site, additional instructions and comments to fulfiller) for captuire procedure ordering information |
@@ -92,6 +92,10 @@ export function ProceduresOrderForm({ | |||
) || {} | |||
).required; | |||
|
|||
const { | |||
items: { answers: bodySiteItems }, | |||
} = useConceptById("162668AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"); |
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.
can we use a config for this?
@donaldkibet - please re-review this. |
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 @agesa3 LGTM
So my thoughts are: @jecihjoy - do you see conflicts? |
Makes sense, we can proceed with the changes |
Requirements
For changes to apps
If applicable
Summary
Screenshots
Related Issue
Other