Skip to content
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

BUG: Empty line in patient contact info #2713

Closed
1 of 3 tasks
angelathe opened this issue Oct 8, 2024 · 0 comments · Fixed by #2936
Closed
1 of 3 tasks

BUG: Empty line in patient contact info #2713

angelathe opened this issue Oct 8, 2024 · 0 comments · Fixed by #2936
Assignees
Labels
🐛 bug Something isn't working low Low priority issues Streamline eCR Issues for Streamline eCR team to work on

Comments

@angelathe
Copy link
Collaborator

angelathe commented Oct 8, 2024

Description

Sometimes, there's an empty line in the patient contact info section. Please fix this display.

Potential problem:

  • In evaluatePatientContactInfo in evaluateFhirDataService, if a phone number doesn't exist, it still joins the empty phone number and the patient email info with a newline.

Potential solution:

  • Don't join with "\n" unless phone number actually exists. Same with patient email.
  • Relevant function: evaluatePatientContactInfo in evaluateFhirDataService

Steps to reproduce

Example eCR:

Expected Result

  • Patient contact should perfectly fit the available contact information. If only phone number or email is available, then no empty lines should be displayed.

Actual result

From the example above:
image.png
Screenshot 2024-10-08 at 08.53.21.png

Priority

Provide an estimate for level of impact the bug has today by placing an X in the applicable bracket

Priority

  • Low priority The bug does not have to be fixed immediately. High and medium priority bugs should be addressed first.
  • Medium priority Typically, medium-priority bugs do not affect customers directly and therefore can be fixed in the normal course of testing and development.
  • High priority High priority bugs must be addressed immediately. They often affect the app’s functionality and impact customers and their user experience. They must take priority.

Notes

N/A

@angelathe angelathe added Streamline eCR Issues for Streamline eCR team to work on 🐛 bug Something isn't working labels Oct 8, 2024
@emmastephenson emmastephenson added the low Low priority issues label Oct 24, 2024
@mcmcgrath13 mcmcgrath13 self-assigned this Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working low Low priority issues Streamline eCR Issues for Streamline eCR team to work on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants