File:  [Coherent Logic Development] / freem_fileman / Attic / DIEH1.m
Revision 1.1: download - view: text, annotated - select for diffs
Mon Apr 28 14:10:44 2025 UTC (5 weeks, 4 days ago) by snw
Branches: MAIN
CVS tags: HEAD
Initial revision

DIEH1	;SFISC/DPC-DBS HELP CON'T ;10/19/94  13:07
	;;21.0;VA FileMan;;Dec 28, 1994
	;Per VHA Directive 10-93-142, this routine should not be modified.
	;;
DT(DIEHDT)	;
	N P,Q
	I DIEHDT'["N" S P(1)="or 012057"
	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")
	I DIEHDT'["X" S P(3)="You may omit the precise day, as:  JAN, 1957."
	D BLD^DIALOG(9110,.P,.P)
	I DIEHDT["T"!(DIEHDT["R") D
	. I DIEHDT["S" S Q(1)="Seconds may be entered as 10:30:30 or 103030AM."
	. I DIEHDT["R" S Q(2)="Time is REQUIRED for this response."
	. D BLD^DIALOG(9111,.Q,.Q)
	. Q
	Q
	;

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>