[613] | 1 | DGDEPH ;ALB/CAW - Means Test Dependent - Help ; 11/10/94
|
---|
| 2 | ;;5.3;Registration;**45**;Aug 13, 1993
|
---|
| 3 | ;
|
---|
| 4 | HLP ; -- help for list
|
---|
| 5 | N DGX
|
---|
| 6 | I $D(X),X'["??" D HLPS G HLPQ
|
---|
| 7 | D CLEAR^VALM1
|
---|
| 8 | 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)
|
---|
| 9 | HLPQ S VALMBCK="R" K SDX,Y S X="" Q
|
---|
| 10 | ;
|
---|
| 11 | HLPS ; -- short help
|
---|
| 12 | S X="?" W !,"Enter action by typing the name or the abbreviation.",! Q
|
---|
| 13 | ;
|
---|
| 14 | HELPTXT ; -- help text
|
---|
| 15 | ;;Enter action by typing the name or abbreviation.
|
---|
| 16 | ;;
|
---|
| 17 | ;;DA - New Dependent Add (Not available when viewing)
|
---|
| 18 | ;; This allows the user to add a new dependent. The dependent can
|
---|
| 19 | ;; either be a spouse or other dependents. It will ask the means/
|
---|
| 20 | ;; co-pay test information questions if the dependent is added when
|
---|
| 21 | ;; adding or editing a means/co-pay test.
|
---|
| 22 | ;;
|
---|
| 23 | ;;ES - Spouse Demographics (Not available when viewing)
|
---|
| 24 | ;; This allows the user to edit the demographics related to the spouse.
|
---|
| 25 | ;; e.g. Name, DOB, etc. It is also used to answer questions related
|
---|
| 26 | ;; to whether the veteran was married or not.
|
---|
| 27 | ;;
|
---|
| 28 | ;;DD - Dependent Demo (Not available when viewing)
|
---|
| 29 | ;; This allows the user to edit the demographics related to dependents.
|
---|
| 30 | ;; e.g. Name, DOB, etc.
|
---|
| 31 | ;;
|
---|
| 32 | ;;DP - Delete Dependent (Not available when viewing)
|
---|
| 33 | ;; Allows the user to delete a dependent. This should be used mainly
|
---|
| 34 | ;; for duplicate dependents that have been put in the system.
|
---|
| 35 | ;;$PAUSE
|
---|
| 36 | ;;
|
---|
| 37 | ;;MT - Means/Co-Pay Test Info (Not available when viewing)
|
---|
| 38 | ;; This allows the user to edit the specific means/co-pay test
|
---|
| 39 | ;; information questions. This will only be allowed if the user is
|
---|
| 40 | ;; adding or editing a means/co-pay test. It will ask the questions
|
---|
| 41 | ;; 'Living with spouse', etc. if the selection was either self or
|
---|
| 42 | ;; spouse. Otherwise it will ask the specific dependent information
|
---|
| 43 | ;; (e.g. 'Child living with you') questions.
|
---|
| 44 | ;;AD - Add Dependent to Means/Co-Pay Test (Not available when viewing)
|
---|
| 45 | ;; This allows the user to add selected dependents to the means/co-pay
|
---|
| 46 | ;; test from the above list. The dependent does not have to currently
|
---|
| 47 | ;; be an active dependent. This will only be allowed if the user is
|
---|
| 48 | ;; adding or editing a means/co-pay test.
|
---|
| 49 | ;;
|
---|
| 50 | ;;RE - Remove from Means/Co-Pay Test (Not available when viewing)
|
---|
| 51 | ;; This allows the user to select dependent(s) to be removed from
|
---|
| 52 | ;; the means/co-pay test. Once a means/co-pay test is complete the
|
---|
| 53 | ;; dependents are then connected to that test. This will be the only
|
---|
| 54 | ;; way to remove a dependent once a test has been completed. This will
|
---|
| 55 | ;; only be allowed if the user is adding or editing a means/co-pay test.
|
---|
| 56 | ;;$PAUSE
|
---|
| 57 | ;;
|
---|
| 58 | ;;CI - Copy Data (Not available when viewing)
|
---|
| 59 | ;; This allows the user to copy the previous year income and dependent
|
---|
| 60 | ;; information. The information can only be copied if there is no
|
---|
| 61 | ;; income for the present year.
|
---|
| 62 | ;;
|
---|
| 63 | ;;ED - Edit Dependent
|
---|
| 64 | ;; Allows user to select a specific dependent and complete information
|
---|
| 65 | ;; concerning that dependent, e.g. edit effective dates.
|
---|
| 66 | ;;
|
---|
| 67 | ;;$PAUSE
|
---|
| 68 | ;;$END
|
---|
| 69 | Q
|
---|
| 70 | HLPTXT1 ;help text for DI - Display Info Menu
|
---|
| 71 | ;;EE - Edit Effective Dates (Not available when viewing)
|
---|
| 72 | ;; This allows the user to edit the effective dates for a dependent.
|
---|
| 73 | ;; They also may add an effective date.
|
---|
| 74 | ;;
|
---|
| 75 | ;;$PAUSE
|
---|
| 76 | ;;$END
|
---|