OR1 ; slc/dcm - OE/RR
;;3.0;ORDER ENTRY/RESULTS REPORTING;;Dec 17, 1997
ADD ;Old 2.5 entry point for adding orders
S OREND=1 Q:$D(ZTQUEUED) Q:$D(DGQUIET)
W !!,"This path is currently disabled.",!,"Please select items from a menu." D READ^ORUTL
AFT ;Old 2.5 exit point for adding orders
Q
--- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HOR1 300 printed Nov 22, 2024@17:36:36 Page 2
OR1 ; slc/dcm - OE/RR
+1 ;;3.0;ORDER ENTRY/RESULTS REPORTING;;Dec 17, 1997
ADD ;Old 2.5 entry point for adding orders
+1 SET OREND=1
if $DATA(ZTQUEUED)
QUIT
if $DATA(DGQUIET)
QUIT
+2 WRITE !!,"This path is currently disabled.",!,"Please select items from a menu."
DO READ^ORUTL
AFT ;Old 2.5 exit point for adding orders
+1 QUIT