BGP7PARQ ; IHS/CMI/LAB - IHS gpra print ;
;;17.1;IHS CLINICAL REPORTING;;MAY 10, 2017;Build 29
;
;
PRINT ;EP
K ^TMP($J)
S BGPIOSL=$S($G(BGPGUI):55,1:IOSL)
S BGPGPG=0
S BGPPTYPE="P"
S ^TMP($J,"BGPDEL",0)=0
S BGPQUIT=""
D SETEXCEL^BGP7DP
I BGPROT="D" G DEL
D AREACP^BGP7DH
S BGPQUIT="",BGPGPG=0,BGPRPT=0
D PRINT1^BGP7DP
Q:BGPQUIT
Q:BGPROT="P"
DEL ;create delimited output file
S BGPQUIT="",BGPGPG=0,BGPRPT=0
D ^%ZISC ;close printer device
K ^TMP($J)
S ^TMP($J,"BGPDEL",0)=0
S BGPPTYPE="D"
;D ^BGP7PDL ;create ^tmp of delimited report
D AREACP^BGP7DH
S BGPQUIT="",BGPGPG=0,BGPRPT=0
D PRINT1^BGP7DP
D SAVEDEL^BGP7PDL ;D ^BGP7PDL ;create ^tmp of delimited report
K ^TMP($J)
Q
;
BGP7PARQ ; IHS/CMI/LAB - IHS gpra print ;
+1 ;;17.1;IHS CLINICAL REPORTING;;MAY 10, 2017;Build 29
+2 ;
+3 ;
PRINT ;EP
+1 KILL ^TMP($JOB)
+2 SET BGPIOSL=$SELECT($GET(BGPGUI):55,1:IOSL)
+3 SET BGPGPG=0
+4 SET BGPPTYPE="P"
+5 SET ^TMP($JOB,"BGPDEL",0)=0
+6 SET BGPQUIT=""
+7 DO SETEXCEL^BGP7DP
+8 IF BGPROT="D"
GOTO DEL
+9 DO AREACP^BGP7DH
+10 SET BGPQUIT=""
SET BGPGPG=0
SET BGPRPT=0
+11 DO PRINT1^BGP7DP
+12 IF BGPQUIT
QUIT
+13 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 SET ^TMP($JOB,"BGPDEL",0)=0
+5 SET BGPPTYPE="D"
+6 ;D ^BGP7PDL ;create ^tmp of delimited report
+7 DO AREACP^BGP7DH
+8 SET BGPQUIT=""
SET BGPGPG=0
SET BGPRPT=0
+9 DO PRINT1^BGP7DP
+10 ;D ^BGP7PDL ;create ^tmp of delimited report
DO SAVEDEL^BGP7PDL
+11 KILL ^TMP($JOB)
+12 QUIT
+13 ;