-
Notifications
You must be signed in to change notification settings - Fork 431
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
Minor Improvements to PatientRegistration; Drop External Results #8463
Conversation
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
❌ Deploy Preview for care-net failed.
|
|
@nihal467 Planning to remove the External Results Tab altogether. Any other references of External Results? |
nope, only this one reference remaining |
Based on the below conditions reviewing the PR :
|
{ | ||
"personal_demographic": "Personal/Demographic Details", | ||
"import_external_result": "Import From External Results", | ||
"date_of_birth_note": "Date of Birth Note", |
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.
"date_of_birth_note": "Date of Birth Note", | |
"date_of_birth_note": "Please enter the correct date of birth for the patient", |
"personal_demographic": "Personal/Demographic Details", | ||
"import_external_result": "Import From External Results", | ||
"date_of_birth_note": "Date of Birth Note", | ||
"date_of_birth_note_description": "Please enter the correct date of birth for the patient", |
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.
"date_of_birth_note_description": "Please enter the correct date of birth for the patient", | |
"date_of_birth_note_description": "Each patient in the system is uniquely identifiable by the number and date of birth. Adding incorrect date of birth can result in duplication of patient records.", |
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.
Did the warning message about the date of birth note an intentional change? The modified note doesn't communicate why the user should enter the correct date of birth.
Note: the suggested changes are the existing warning message in the platform
👋 Hi, @gigincg, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
@gigincg any progress? |
@bodhish Closing it for now, doesn't seem salvageable. Will redo with Health Details |
Minor Improvements made to PatientRegistration UI
Remove Support for External Results
TODO: Remove All other usage of External Results
@ohcnetwork/care-fe-code-reviewers
Merge Checklist