From 9e514dc690e0f44ce649d44826dcd279fc731ab8 Mon Sep 17 00:00:00 2001 From: Kyle Cardwell <79024398+KyleCardwell@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:08:25 -0700 Subject: [PATCH] added note and link for BB My Goals (#33416) * added note and link for BB My Goals * updated bb link --- .../containers/DownloadReportPage.jsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/applications/mhv-medical-records/containers/DownloadReportPage.jsx b/src/applications/mhv-medical-records/containers/DownloadReportPage.jsx index ac3815139f7b..01cd7badccc2 100644 --- a/src/applications/mhv-medical-records/containers/DownloadReportPage.jsx +++ b/src/applications/mhv-medical-records/containers/DownloadReportPage.jsx @@ -7,7 +7,10 @@ import { } from '@department-of-veterans-affairs/mhv/exports'; import { formatDateLong } from '@department-of-veterans-affairs/platform-utilities/exports'; import { add, compareAsc } from 'date-fns'; +import { mhvUrl } from '~/platform/site-wide/mhv/utilities'; +import { isAuthenticatedWithSSOe } from '~/platform/user/authentication/selectors'; import NeedHelpSection from '../components/DownloadRecords/NeedHelpSection'; +import ExternalLink from '../components/shared/ExternalLink'; import { getSelfEnteredAllergies, getSelfEnteredVitals, @@ -36,6 +39,7 @@ const DownloadReportPage = ({ runningUnitTest }) => { const name = formatName(user.userFullName); const dob = formatDateLong(user.dob); + const fullState = useSelector(state => state); const generatingCCD = useSelector(state => state.mr.downloads.generatingCCD); const ccdError = useSelector(state => state.mr.downloads.error); const userName = useSelector(state => state.user.profile.userFullName); @@ -334,6 +338,18 @@ const DownloadReportPage = ({ runningUnitTest }) => { > Download PDF +

+ Note: Self-entered My Goals are no longer available + on My HealtheVet and not included in this report. To download your + historical goals you can go to the previous version of My + HealtheVet. +

+ +