| 1 | EASECDPH ;ALB/LBD - LTC Co-pay Test Dependent - Help ;22 AUG 2001
 | 
|---|
| 2 |  ;;1.0;ENROLLMENT APPLICATION SYSTEM;**5,7**;Mar 15, 2001
 | 
|---|
| 3 |  ;NOTE: This routine was modified from DGDEPH for LTC Co-pay
 | 
|---|
| 4 |  ;
 | 
|---|
| 5 | HLP ; -- help for list
 | 
|---|
| 6 |  N DGX
 | 
|---|
| 7 |  I $D(X),X'["??" D HLPS G HLPQ
 | 
|---|
| 8 |  D CLEAR^VALM1
 | 
|---|
| 9 |  F I=1:1 S DGX=$P($T(@VAR+I),";",3,99) Q:DGX="$END"  D PAUSE^VALM1:DGX="$PAUSE" Q:'Y  W !,$S(DGX["$PAUSE":"",1:DGX)
 | 
|---|
| 10 | HLPQ S VALMBCK="R" K SDX,Y S X="" Q
 | 
|---|
| 11 |  ;
 | 
|---|
| 12 | HLPS ; -- short help
 | 
|---|
| 13 |  S X="?" W !,"Enter action by typing the name or the abbreviation.",! Q
 | 
|---|
| 14 |  ;
 | 
|---|
| 15 | HELPTXT ; -- help text
 | 
|---|
| 16 |  ;;Enter action by typing the name or abbreviation.
 | 
|---|
| 17 |  ;;
 | 
|---|
| 18 |  ;;DA - Spouse/Dependent Add (Not available when viewing)
 | 
|---|
| 19 |  ;;  This allows the user to add a new dependent.  The dependent can
 | 
|---|
| 20 |  ;;  either be a spouse or other dependents.  It will ask the LTC
 | 
|---|
| 21 |  ;;  copay test information questions if the dependent is added when
 | 
|---|
| 22 |  ;;  adding or editing a LTC copay test.
 | 
|---|
| 23 |  ;;
 | 
|---|
| 24 |  ;;ES - Edit Spouse Demographics (Not available when viewing)
 | 
|---|
| 25 |  ;;  This allows the user to edit the demographics related to the spouse.
 | 
|---|
| 26 |  ;;  e.g. Name, DOB, SSN, etc.
 | 
|---|
| 27 |  ;;
 | 
|---|
| 28 |  ;;DD - Edit Dependent Demographics (Not available when viewing)
 | 
|---|
| 29 |  ;;  This allows the user to edit the demographics related to dependents.
 | 
|---|
| 30 |  ;;  e.g. Name, DOB, SSN, etc.
 | 
|---|
| 31 |  ;;
 | 
|---|
| 32 |  ;;$PAUSE
 | 
|---|
| 33 |  ;;
 | 
|---|
| 34 |  ;;
 | 
|---|
| 35 |  ;;MT - Marital/Dependent Info (Not available when viewing)
 | 
|---|
| 36 |  ;;  This allows the user to edit the veteran's marital status and
 | 
|---|
| 37 |  ;;  spouse or dependent information specific to the LTC copay test,
 | 
|---|
| 38 |  ;;  such as 'Residing in the Community' or 'Living with Spouse'.
 | 
|---|
| 39 |  ;;
 | 
|---|
| 40 |  ;;AD - Add Dependent to LTC Copay Test (Not available when viewing)
 | 
|---|
| 41 |  ;;  This allows the user to add selected dependents to the LTC copay 
 | 
|---|
| 42 |  ;;  test from the above list.  The dependent does not have to currently 
 | 
|---|
| 43 |  ;;  be an active dependent.  This will only be allowed if the user is
 | 
|---|
| 44 |  ;;  adding or editing a LTC copay test.
 | 
|---|
| 45 |  ;;
 | 
|---|
| 46 |  ;;RE - Remove from LTC Copay Test (Not available when viewing)
 | 
|---|
| 47 |  ;;  This allows the user to select dependent(s) to be removed from
 | 
|---|
| 48 |  ;;  the LTC copay test.  This will only be allowed if the user is
 | 
|---|
| 49 |  ;;  adding or editing a LTC copay test.
 | 
|---|
| 50 |  ;;$PAUSE
 | 
|---|
| 51 |  ;;
 | 
|---|
| 52 |  ;;XD - Expand Dependent
 | 
|---|
| 53 |  ;;  Allows user to select a specific dependent and view more information
 | 
|---|
| 54 |  ;;  about that dependent.  The user can also select an action to edit
 | 
|---|
| 55 |  ;;  the effective dates for that dependent.
 | 
|---|
| 56 |  ;;
 | 
|---|
| 57 |  ;;$PAUSE
 | 
|---|
| 58 |  ;;$END
 | 
|---|
| 59 |  Q
 | 
|---|
| 60 | HLPTXT1 ;help text for DI - Display Info Menu
 | 
|---|
| 61 |  ;;EE - Edit Effective Dates (Not available when viewing)
 | 
|---|
| 62 |  ;;  This allows the user to edit the effective dates for a dependent.
 | 
|---|
| 63 |  ;;  They also may add an effective date.
 | 
|---|
| 64 |  ;;
 | 
|---|
| 65 |  ;;$PAUSE
 | 
|---|
| 66 |  ;;$END
 | 
|---|