src/applications/appeals/testing/sc/content/evidencePrivateRecordsRequest.jsx
export const privateRecordsRequestTitle =
'Would you like us to request your non-VA medical records?';
export const privateRecordsRequestInfo =
'You have non-VA medical records if you were treated by a private doctor, including a Veteran’s Choice doctor. A Disability Benefits Questionnaire is an example of a private medical record.';
export const privateRecordsRadioDescription = {
yes:
'We’ll ask you questions from VA Forms 21-4142 and 21-4142a Authorize the release of non-VA medical records to VA',
no:
'You can upload non-VA medical records later in the form or fill out the 21-4142 and 21-4142a separately at a later time',
};