From da30a99bef5867866b720f9ce7f4ff0302421a3a Mon Sep 17 00:00:00 2001 From: Harshil Moradia Date: Thu, 19 Sep 2024 14:40:26 -0400 Subject: [PATCH] feat: new list items for doc type --- app/models/evss_claim_document.rb | 32 ++++++++++++++++++------------- app/models/lighthouse_document.rb | 32 ++++++++++++++++++------------- 2 files changed, 38 insertions(+), 26 deletions(-) diff --git a/app/models/evss_claim_document.rb b/app/models/evss_claim_document.rb index b2dc03038c2..f8c3f0cda4f 100644 --- a/app/models/evss_claim_document.rb +++ b/app/models/evss_claim_document.rb @@ -24,33 +24,39 @@ class EVSSClaimDocument < Common::Base # rubocop:disable Layout/LineLength DOCUMENT_TYPES = { - '1489' => 'Hypertension Rapid Ready For Decision Summary PDF', + 'L1489' => 'Automated Review Summary Document', + 'L014' => 'Birth Certificate', 'L015' => 'Buddy/Lay Statement', 'L018' => 'Civilian Police Reports', - 'L023' => 'Other Correspondence', 'L029' => 'Copy of a DD214', - 'L034' => 'Military Personnel Record', + 'L418' => 'Court papers / documents' + 'L033' => 'Death Certificate', + 'L702' => 'Disability Benefits Questionnaire (DBQ)', + 'L037' => 'Divorce Decree', + '' => 'Financial Information', + 'L703' => 'Goldmann Perimetry Chart/Field Of Vision Chart', + '1489' => 'Hypertension Rapid Ready For Decision Summary PDF', + 'L051' => 'Marriage Certificate', + 'L478' => 'Medical Treatment Records - Furnished by SSA', 'L048' => 'Medical Treatment Record - Government Facility', 'L049' => 'Medical Treatment Record - Non-Government Facility', + 'L034' => 'Military Personnel Record', 'L070' => 'Photographs', - 'L102' => 'VA Form 21-2680 - Examination for Housebound Status or Permanent Need for Regular Aid & Attendance', + 'L139' => 'VA Form 21-686c - Declaration of Status of Dependents', + 'L133' => 'VA Form 21-674 - Request for Approval of School Attendance', 'L107' => 'VA Form 21-4142 - Authorization To Disclose Information', - 'L115' => 'VA Form 21-4192 - Request for Employment Information in Connection with Claim for Disability', + 'L827' => 'VA Form 21-4142a - General Release for Medical Provider Information', 'L117' => 'VA Form 21-4502 - Application for Automobile or Other Conveyance and Adaptive Equipment Under 38 U.S.C. 3901-3904', - 'L133' => 'VA Form 21-674 - Request for Approval of School Attendance', - 'L139' => 'VA Form 21-686c - Declaration of Status of Dependents', 'L149' => 'VA Form 21-8940 - Veterans Application for Increased Compensation Based on Un-employability', 'L159' => 'VA Form 26-4555 - Application in Acquiring Specially Adapted Housing or Special Home Adaptation Grant', + 'L115' => 'VA Form 21-4192 - Request for Employment Information in Connection with Claim for Disability', 'L222' => 'VA Form 21-0779 - Request for Nursing Home Information in Connection with Claim for Aid & Attendance', + 'L102' => 'VA Form 21-2680 - Examination for Housebound Status or Permanent Need for Regular Aid & Attendance', 'L228' => 'VA Form 21-0781 - Statement in Support of Claim for PTSD', 'L229' => 'VA Form 21-0781a - Statement in Support of Claim for PTSD Secondary to Personal Assault', + 'L023' => 'Other Correspondence', 'L450' => 'STR - Dental - Photocopy', - 'L451' => 'STR - Medical - Photocopy', - 'L478' => 'Medical Treatment Records - Furnished by SSA', - 'L702' => 'Disability Benefits Questionnaire (DBQ)', - 'L703' => 'Goldmann Perimetry Chart/Field Of Vision Chart', - 'L827' => 'VA Form 21-4142a - General Release for Medical Provider Information', - 'L1489' => 'Automated Review Summary Document' + 'L451' => 'STR - Medical - Photocopy' }.freeze # rubocop:enable Layout/LineLength diff --git a/app/models/lighthouse_document.rb b/app/models/lighthouse_document.rb index 7ef836a1c03..5044d52fd27 100644 --- a/app/models/lighthouse_document.rb +++ b/app/models/lighthouse_document.rb @@ -28,33 +28,39 @@ class LighthouseDocument < Common::Base # rubocop:disable Layout/LineLength DOCUMENT_TYPES = { - '1489' => 'Hypertension Rapid Ready For Decision Summary PDF', + 'L1489' => 'Automated Review Summary Document', + 'L014' => 'Birth Certificate', 'L015' => 'Buddy/Lay Statement', 'L018' => 'Civilian Police Reports', - 'L023' => 'Other Correspondence', 'L029' => 'Copy of a DD214', - 'L034' => 'Military Personnel Record', + 'L418' => 'Court papers / documents' + 'L033' => 'Death Certificate', + 'L702' => 'Disability Benefits Questionnaire (DBQ)', + 'L037' => 'Divorce Decree', + '' => 'Financial Information', + 'L703' => 'Goldmann Perimetry Chart/Field Of Vision Chart', + '1489' => 'Hypertension Rapid Ready For Decision Summary PDF', + 'L051' => 'Marriage Certificate', + 'L478' => 'Medical Treatment Records - Furnished by SSA', 'L048' => 'Medical Treatment Record - Government Facility', 'L049' => 'Medical Treatment Record - Non-Government Facility', + 'L034' => 'Military Personnel Record', 'L070' => 'Photographs', - 'L102' => 'VA Form 21-2680 - Examination for Housebound Status or Permanent Need for Regular Aid & Attendance', + 'L139' => 'VA Form 21-686c - Declaration of Status of Dependents', + 'L133' => 'VA Form 21-674 - Request for Approval of School Attendance', 'L107' => 'VA Form 21-4142 - Authorization To Disclose Information', - 'L115' => 'VA Form 21-4192 - Request for Employment Information in Connection with Claim for Disability', + 'L827' => 'VA Form 21-4142a - General Release for Medical Provider Information', 'L117' => 'VA Form 21-4502 - Application for Automobile or Other Conveyance and Adaptive Equipment Under 38 U.S.C. 3901-3904', - 'L133' => 'VA Form 21-674 - Request for Approval of School Attendance', - 'L139' => 'VA Form 21-686c - Declaration of Status of Dependents', 'L149' => 'VA Form 21-8940 - Veterans Application for Increased Compensation Based on Un-employability', 'L159' => 'VA Form 26-4555 - Application in Acquiring Specially Adapted Housing or Special Home Adaptation Grant', + 'L115' => 'VA Form 21-4192 - Request for Employment Information in Connection with Claim for Disability', 'L222' => 'VA Form 21-0779 - Request for Nursing Home Information in Connection with Claim for Aid & Attendance', + 'L102' => 'VA Form 21-2680 - Examination for Housebound Status or Permanent Need for Regular Aid & Attendance', 'L228' => 'VA Form 21-0781 - Statement in Support of Claim for PTSD', 'L229' => 'VA Form 21-0781a - Statement in Support of Claim for PTSD Secondary to Personal Assault', + 'L023' => 'Other Correspondence', 'L450' => 'STR - Dental - Photocopy', - 'L451' => 'STR - Medical - Photocopy', - 'L478' => 'Medical Treatment Records - Furnished by SSA', - 'L702' => 'Disability Benefits Questionnaire (DBQ)', - 'L703' => 'Goldmann Perimetry Chart/Field Of Vision Chart', - 'L827' => 'VA Form 21-4142a - General Release for Medical Provider Information', - 'L1489' => 'Automated Review Summary Document' + 'L451' => 'STR - Medical - Photocopy' }.freeze # rubocop:enable Layout/LineLength