Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: EASEC103

EASEC103.m

Go to the documentation of this file.
  1. EASEC103 ;ALB/BRM,LBD - Print 1010EC LTC Enrollment form ; 9/7/01 9:49am
  1. ;;1.0;ENROLLMENT APPLICATION SYSTEM;**5,7,40**;Mar 15, 2001
  1. ;
  1. ; Called from ^EASEC10E to print page 3 of the 1010EC
  1. ;
  1. PAGE3(EALNE,EAINFO,EASDFN) ;Print page 3
  1. N X,EASROOT
  1. S EASROOT="^TMP(""1010EC"",$J,"_EASDFN_","
  1. D HDR^EASEC10E(.EALNE,.EAINFO)
  1. D SEC6
  1. D SEC7
  1. D SEC8
  1. D FT^EASEC10E(.EALNE,.EAINFO)
  1. Q
  1. ;
  1. SEC6 ; print section 6 - Expenses
  1. N EAS6
  1. S EAS6=EASROOT_"6)"
  1. ;
  1. W !?55,"SECTION VI - EXPENSES",!,EALNE("D")
  1. W !?54,"ITEMS",?113,"|",?119,"AMOUNT",?131,$C(13) X EAINFO("L")
  1. W !,"1. Education (veteran, spouse or dependent)",?113,"| $",$J(@EAS6@(1),10,2),?131,$C(13) X EAINFO("L")
  1. W !,"2. Funeral and Burial (spouse or child)",?113,"| $",$J(@EAS6@(2),10,2),?131,$C(13) X EAINFO("L")
  1. W !,"3. Rent/Mortgage",?113,"| $",$J(@EAS6@(3),10,2),?131,$C(13) X EAINFO("L")
  1. W !,"4. Utilities",?113,"| $",$J(@EAS6@(4),10,2),?131,$C(13) X EAINFO("L")
  1. W !,"5. Car Payment Only (excludes gas, insurance, parking fees)",?113,"| $",$J(@EAS6@(5),10,2),?131,$C(13) X EAINFO("L")
  1. W !,"6. Food",?113,"| $",$J(@EAS6@(6),10,2),?131,$C(13) X EAINFO("L")
  1. W !,"7. Non-reimbursed medical expenses",?113,"| $",$J(@EAS6@(7),10,2),?131,$C(13) X EAINFO("L")
  1. W !,"8. Court-ordered payments",?113,"| $",$J(@EAS6@(8),10,2),?131,$C(13) X EAINFO("L")
  1. W !,"9. Insurance (exclude life insurance)",?113,"| $",$J(@EAS6@(9),10,2),?131,$C(13) X EAINFO("L")
  1. W !,"10. Taxes (on any amount include in gross income, property, personal)",?113,"| $",$J(@EAS6@(10),10,2),?131,$C(13) X EAINFO("L")
  1. W !,?95,"| TOTAL",?113,"| $",$J(@EAS6@(11),10,2),?131,$C(13) X EAINFO("L")
  1. Q
  1. SEC7 ;print section 7 - Consent for Assignment of Benefits
  1. N SECN
  1. S SECN=$S($G(EAINFO("FORM")):"VIII",1:"VII") ;Added for LTC Phase IV
  1. W !?42,"SECTION ",SECN," - CONSENT FOR ASSIGNMENT OF BENEFITS",!,EALNE("D")
  1. W !,"I hereby authorize the Department of Veterans Affairs to disclose any such history, diagnostic and treatment information from my"
  1. W !,"medical records to the contractor of any health plan contract under which I am apparently eligible for medical care or payment of"
  1. W !,"the expense of care or to any other party against whom liability is asserted. I understand that I may revoke this authorization at"
  1. W !,"any time, except to the extent that action has already been taken in reliance on it. Without my express revocation, this consent"
  1. W !,"will automatically expire when all action arising from VA's claim for reimbursement from my medical care has been completed."
  1. W !,"I authorize payment of medical benefits to VA for any services for which payment is accepted.",?131,$C(13) X EAINFO("L")
  1. W !,"Signature",?100,"| Date",!?100,"|",?131,$C(13) X EAINFO("L")
  1. Q
  1. SEC8 ;print section 8 - Consent and Agreement to make copayments
  1. N I,WPLINE,EAS8,WPCNT,SECN
  1. S EAS8=EASROOT_"8)",WPLINE=0,WPCNT=1
  1. S SECN=$S($G(EAINFO("FORM")):"IX",1:"VIII") ; Added for LTC Phase IV
  1. W !?39,"SECTION ",SECN," - CONSENT AND AGREEMENT TO MAKE COPAYMENTS",!,EALNE("D")
  1. W !,"Completion of this form with signature of the Veteran or veteran's representative is certification that the veteran/representative"
  1. W !,"has received a copy of the Privacy Act Statement and agrees to make appropriate copayments."
  1. W !!,"I certify the foregoing statement(s) are true and correct to the best of my knowledge and belief and agree to make the applicable"
  1. W !,"copayment for extended care services as required by law.",?131,$C(13) X EAINFO("L")
  1. W !,"Signature",?100,"| Date",!?100,"|",?131,$C(13) X EAINFO("L")
  1. Q:$G(EAINFO("FORM")) ;Added for LTC Phase IV (EAS*1*40)
  1. W !,"Additional Comments:"
  1. D:$D(EAS8)
  1. .F S WPLINE=$O(@EAS8@(WPLINE)) Q:'WPLINE S WPCNT=WPCNT+1 W !,@EAS8@(WPLINE)
  1. F I=WPCNT:1:14 W !
  1. Q