BGP9PPEL ; IHS/CMI/LAB - IHS gpra print ;
;;9.0;IHS CLINICAL REPORTING;;JUL 1, 2009
;
;
PRINT ;EP
S BGPGPG=0
S BGPIOSL=$S($G(BGPGUI):55,1:IOSL)
S BGPQUIT=""
I BGPROT="D" G DEL
D AREACP^BGP9DH
S BGPQUIT="",BGPGPG=0,BGPRPT=0
D PRINT1^BGP9DPEP
Q:BGPQUIT
Q:BGPROT="P"
DEL ;create delimited output file
S BGPQUIT="",BGPGPG=0,BGPRPT=0
D ^%ZISC ;close printer device
K ^TMP($J)
D ^BGP9DPED ;create ^tmp of delimited report
Q
;
BGP9PPEL ; IHS/CMI/LAB - IHS gpra print ;
+1 ;;9.0;IHS CLINICAL REPORTING;;JUL 1, 2009
+2 ;
+3 ;
PRINT ;EP
+1 SET BGPGPG=0
+2 SET BGPIOSL=$SELECT($GET(BGPGUI):55,1:IOSL)
+3 SET BGPQUIT=""
+4 IF BGPROT="D"
GOTO DEL
+5 DO AREACP^BGP9DH
+6 SET BGPQUIT=""
SET BGPGPG=0
SET BGPRPT=0
+7 DO PRINT1^BGP9DPEP
+8 IF BGPQUIT
QUIT
+9 IF BGPROT="P"
QUIT
DEL ;create delimited output file
+1 SET BGPQUIT=""
SET BGPGPG=0
SET BGPRPT=0
+2 ;close printer device
DO ^%ZISC
+3 KILL ^TMP($JOB)
+4 ;create ^tmp of delimited report
DO ^BGP9DPED
+5 QUIT
+6 ;