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

Adjustments to hard coded site names #5

Open
Tracked by #17
jcf2 opened this issue Mar 7, 2024 · 0 comments
Open
Tracked by #17

Adjustments to hard coded site names #5

jcf2 opened this issue Mar 7, 2024 · 0 comments

Comments

@jcf2
Copy link

jcf2 commented Mar 7, 2024

While some reports refer to A2CPS_display_terms.csv, many in the imaging report are hard coded (the largest imaging site, UIC, does not appear in this table). They are now in need of updates.

(Update to the updates: at the March 2024 A2CPS meeting, we learned that NorthShore is now known as Endeavor Health. Contents below have been updated appropriately 4/12/24.)

In the dropdown menu, the current values are

                                        {'label': 'All Sites', 'value': (',').join(sites)},
                                        {'label': 'MCC1', 'value': 'UI,UC,NS'},
                                        {'label': 'MCC2', 'value': 'UM,WS,SH' },
                                        {'label': 'MCC1: University of Illinois at Chicago', 'value': 'UI' },
                                        {'label': 'MCC1: University of Chicago', 'value': 'UC' },
                                        {'label': 'MCC1: NorthShore', 'value': 'NS' },
                                        {'label': 'MCC2: University of Michigan', 'value': 'UM' },
                                        {'label': 'MCC2: Wayne State University (pending)', 'value': 'WS' },
                                        {'label': 'MCC2: Spectrum Health (pending)', 'value': 'SH' }

Definite Changes:

  1. add RU as a choice:
                                        {'label': 'MCC1: Rush', 'value': 'RU' },
  1. remove the "(pending)" from WS:
                                        {'label': 'MCC2: Wayne State University', 'value': 'WS' },
  1. remove the "(pending)" from SH and also update its name, but not its site code:
                                        {'label': 'MCC2: Corewell Health', 'value': 'SH' }
  1. update the NS name, but not side code:
                                        {'label': 'MCC1: Endeavor Health', 'value': 'NS' }

See Also:

#16 will provide a way to insert a "footnote" onto the report, which might take the form of a block of text that might include either a specific note on sites with changed name, or a full list of sites.

@jcf2 jcf2 changed the title (Priority: High) Adjustments to hard coded site names Adjustments to hard coded site names Mar 7, 2024
@jcf2 jcf2 mentioned this issue Apr 15, 2024
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants