Skip to content

Commit

Permalink
Add 3 new facilities for RX notifs (#29843)
Browse files Browse the repository at this point in the history
* chore: add 3 new facilities

* chore: update from xlsx provided
  • Loading branch information
adamwhitlock1 authored May 20, 2024
1 parent 5c433c0 commit b90782e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/applications/personalization/profile/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const PROFILE_TOGGLES = {
profileUseExperimental: false,
profileShowQuickSubmitNotificationSetting: false,
profileShowEmailNotificationSettings: false,
profileShowProofOfVeteranStatus: false,
profileShowDirectDepositSingleForm: false,
profileShowDirectDepositSingleFormUAT: false,
profileShowDirectDepositSingleFormAlert: false,
Expand Down Expand Up @@ -76,6 +77,7 @@ export const PROFILE_PATHS_WITH_NAMES = Object.entries(PROFILE_PATHS).map(

export const RX_TRACKING_SUPPORTING_FACILITIES = new Set([
'402', // VA Maine Healthcare System - Togus
'438', // Royal C. Johnson Veterans Memorial Medical Center
'459', // VA Pacific Islands Health Care System
'504', // Amarillo VA Health Care System
'512', // Baltimore VA Medical Center - VA Maryland Health Care System
Expand All @@ -88,7 +90,6 @@ export const RX_TRACKING_SUPPORTING_FACILITIES = new Set([
'548', // West Palm Beach VAMC
'550', // VA Illiana
'554', // VA Eastern Colorado Health Care System (ECHCS)
'556', // Captain James A. Lovell Federal Health Care Center
'558', // Durham VA Health Care System
'561', // East Orange Campus of the VA New Jersey Health Care System
'570', // Central California VA Health Care System
Expand All @@ -99,6 +100,7 @@ export const RX_TRACKING_SUPPORTING_FACILITIES = new Set([
'585', // Oscar G. Johnson VA Medical Center
'589A6', // VA Eastern Kansas Health Care System - Dwight D. Eisenhower VA Medical Center
'590', // Hampton VA Medical Center
'593', // VA Southern Nevada Healthcare System
'596', // Lexington VA Medical Center
'598', // Central Arkansas Veterans Healthcare System John L. McClellan Memorial Veterans Hospital
'603', // Robley Rex VA Medical Center
Expand All @@ -110,9 +112,11 @@ export const RX_TRACKING_SUPPORTING_FACILITIES = new Set([
'614', // VA Memphis Healthcare System
'621', // Mountain Home VAMC/Johnson City
'636', // Omaha VA Medical Center--VA Nebraska-Western Iowa HCS
'636A8', // Iowa City HCS
'637', // Charles George VAMC
'650', // Providence VA Medical Center
'656', // St. Cloud VA Health Care System
'657', // VA St. Louis Health Care System
'658', // Salem VA Health Care System
'659', // Salisbury - W.G. (Bill) Hefner VA Medical Center
'660', // VA Salt Lake City Health Care System
Expand All @@ -121,7 +125,9 @@ export const RX_TRACKING_SUPPORTING_FACILITIES = new Set([
'673', // James A. Haley Veterans' Hospital
'675', // Orlando VA Medical Center
'676', // Tomah VA Medical Center
'678', // Southern Arizona VA Health Care System
'688', // Washington DC VA Medical Center
'693', // Wilkes-Barre VA Medical Center
'695', // Clement J. Zablocki Veterans Affairs Medical Center
'756', // El Paso VA Health Care System
'983', // test-only facility ID, used by user 36 among others
Expand Down

0 comments on commit b90782e

Please sign in to comment.