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

epic warning banner for MSK portals #5093

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/shared/components/userMessager/UserMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ if (
content: `New clinical data elements available as part of the <a href="https://mskcc.sharepoint.com/sites/pub-CDSI/SitePages/CDSI-Data.aspx" target="_blank">3rd CDSI data release</a>: BMI, Yost Index, lab measurements, including, CEA, PSA, TSH, and others`,
id: '2024_cdsi_release_3',
});

MESSAGE_DATA.push({
dateEnd: 1000000000000000,
content: `As MSK clinical systems are transitioning to EPIC, we are
trying our best to update the de-identified clinical data in
cBioPortal, but please expect some delay (months) . Genomics data
will be updated regularly. If you have any questions or concerns
regarding these delays, please email <a href="mailto:cdsi@mskcc.org">cdsi@mskcc.org</a>.`,
id: '2025_epic_transition_warning',
});
}
}

Expand Down
Loading