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