Annotation of freem_fileman/DIEH1.m, revision 1.1.1.1
1.1 snw 1: DIEH1 ;SFISC/DPC-DBS HELP CON'T ;10/19/94 13:07
2: ;;21.0;VA FileMan;;Dec 28, 1994
3: ;Per VHA Directive 10-93-142, this routine should not be modified.
4: ;;
5: DT(DIEHDT) ;
6: N P,Q
7: I DIEHDT'["N" S P(1)="or 012057"
8: S P(2)=$S(DIEHDT["P":"assumes a date in the PAST",DIEHDT["F":"assumes a date in the FUTURE",1:"uses the CURRENT YEAR")
9: I DIEHDT'["X" S P(3)="You may omit the precise day, as: JAN, 1957."
10: D BLD^DIALOG(9110,.P,.P)
11: I DIEHDT["T"!(DIEHDT["R") D
12: . I DIEHDT["S" S Q(1)="Seconds may be entered as 10:30:30 or 103030AM."
13: . I DIEHDT["R" S Q(2)="Time is REQUIRED for this response."
14: . D BLD^DIALOG(9111,.Q,.Q)
15: . Q
16: Q
17: ;
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>