TACC / a2cps-datastore-imaging

0 stars 0 forks source link

Adjustments to hard coded site names #5

Open jcf2 opened 7 months ago

jcf2 commented 7 months ago

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' },
  2. remove the "(pending)" from WS:
                                        {'label': 'MCC2: Wayne State University', 'value': 'WS' },
  3. remove the "(pending)" from SH and also update its name, but not its site code:
                                        {'label': 'MCC2: Corewell Health', 'value': 'SH' }
  4. 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.