BGP5PARQ ; IHS/CMI/LAB - IHS gpra print ;
;;15.1;IHS CLINICAL REPORTING;;MAY 06, 2015;Build 143
;
;
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^BGP5DP
I BGPROT="D" G DEL
D AREACP^BGP5DH
S BGPQUIT="",BGPGPG=0,BGPRPT=0
D PRINT1^BGP5DP
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 ^BGP5PDL ;create ^tmp of delimited report
D AREACP^BGP5DH
S BGPQUIT="",BGPGPG=0,BGPRPT=0
D PRINT1^BGP5DP
D SAVEDEL^BGP5PDL ;D ^BGP5PDL ;create ^tmp of delimited report
K ^TMP($J)
Q
;
BGP5PARQ ; IHS/CMI/LAB - IHS gpra print ;
+1 ;;15.1;IHS CLINICAL REPORTING;;MAY 06, 2015;Build 143
+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^BGP5DP
+8 IF BGPROT="D"
GOTO DEL
+9 DO AREACP^BGP5DH
+10 SET BGPQUIT=""
SET BGPGPG=0
SET BGPRPT=0
+11 DO PRINT1^BGP5DP
+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 ^BGP5PDL ;create ^tmp of delimited report
+7 DO AREACP^BGP5DH
+8 SET BGPQUIT=""
SET BGPGPG=0
SET BGPRPT=0
+9 DO PRINT1^BGP5DP
+10 ;D ^BGP5PDL ;create ^tmp of delimited report
DO SAVEDEL^BGP5PDL
+11 KILL ^TMP($JOB)
+12 QUIT
+13 ;