CDCgov / phdi

https://cdcgov.github.io/dibbs-site/
Creative Commons Zero v1.0 Universal
35 stars 14 forks source link

BUG: Lab performing organization names are incomplete #2727

Closed angelathe closed 3 weeks ago

angelathe commented 1 month ago

Description

In the example eCR below, the lab performing organization names are incomplete. Each displays only the initial part, "Stonecrest Medical Center -," without the full name. This is confusing, as all lab entries appear identical with "Stonecrest Medical Center -" but should instead show the full names, such as "Stonecrest Medical Center - POC" or "Stonecrest Medical Center - NETCI," to distinguish the different organizations.

Steps to reproduce

Example eCR: TN_sample eCR2: Lab Performer names are not complete

Expected Result

For each performing organization in the eCR, the "Lab Results from" line should display the full name, including any specific identifiers (e.g., "Stonecrest Medical Center - POC" or "Stonecrest Medical Center - NETCI"), to differentiate between the labs performed by different organizations.

Actual result

Example from TN_sample eCR2:

image.png

Priority

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

Priority

Notes

N/A

BobanL commented 1 month ago

The reason why this occurs is because the NETCI portion is because the word is being truncated and the default limit is 30 characters. Do we think it should be longer than 30 characters here?

Another option is that we could remove the trailing dash to make it not look out of place?