- BGP2GEO ; IHS/CMI/LAB - GUI EO REPORT ;
- ;;12.1;IHS CLINICAL REPORTING;;MAY 17, 2012;Build 66
- ;
- ;
- TESTELD ;
- S ERR=""
- S BGPND(4)="",BGPND(3)=""
- S BGPLIST(3)=""
- D EP(.ERR,1,2522,"BGP 12 EO REPORT",338,"S",.BGPND,1,3040000,3000000,1,"A",.BGPLIST,"","",1,"B",$$NOW^XLFDT)
- W !,ERR
- Q
- EP(BGPRET,BGPUSER,BGPDUZ2,BGPOPTN,BGPTAXI,BGPINDZ,BGPIND,BGPQTR,BGPPER,BGPVDT,BGPBEN,BGPLSTT,BGPLIST,BGPLPRV,BGPLPROV,BGPEXPT,BGPROT,BGPRTIME,BGPMFITI,BGPHC,BGPFILE) ;EP - called from GUI to produce COM REPORT CI05-RPT-LOC-COM
- ; SEE ROUTINE BGP2DEL if you have questions about any of these variables
- ; TAXONOMY CHECK IS IN ^BGP2XTEL
- ; BGPUSER - DUZ
- ; BGPDUZ2 - DUZ(2)
- ; BGPOPTN - OPTION NAME
- ; BGPTAXI - IEN OF COMMUNITY TAXONOMY NAME
- ; BGPZZ - $E (1st character) of the answer to the following DIR call:
- ; A = All Measures
- ; S = Selected Measures
- ;
- ; Which set of Measures should be included in this report:
- ;
- ; BGPIND - note: THIS ARRAY IS ONLY REQUIRED IF BGPINDW="S"
- ; array containing iens of the measures selected by the user
- ; for example, BGPIND(3)=""
- ; BGPIND(6)="" if the user selected measures
- ; 1 and 6 from the BGP 12 EO INDICATORS file (^BGPELIW GLOBAL). When
- ; you present them to the user for selection use all of them
- ; in the file, do not screen out any of them.
- ;
- ; BGPQTR - this is equal to 1,2,3,4,5 depending on how the user answers the following
- ; DIR call:
- ; Select one of the following:
- ;
- ; 1 January 1 - December 31
- ; 2 April 1 - March 31
- ; 3 July 1 - June 30
- ; 4 October 1 - September 30
- ; 5 User defined date range
- ; Enter the date range for your report:
- ;
- ; BGPPER - this is the year they select if they answered the above question
- ; with a 1 through 4 e.g 305000 (fileman imprecise date for 2010)
- ; if they choose 5 then this is the fileman date for the end date the user enters
- ;
- ; BGPVDT - baseline year entered by user in internal fileman format, year only
- ; e.g. 3010000
- ;
- ; BGPBEN - 1 for Indians only, 2 for Not Indian, 3 for both (see reader call
- ; at subroutine BEN in BGP2DL
- ;
- ; BGPLSTT - this contains the answer to the following DIR call:
- ;
- ; Select one of the following:
- ; P Patient List by Provider
- ; A All Patients
- ;
- ; Choose report type for the Lists: R//
- ; BGPLIST (array) contains the iens of the measures they want a list for.
- ; when you present the choices for lists only present the measures they pick
- ; that are in array BGPIND (run report to see this)
- ; e.g. BGPLIST="A"
- ; BGPLIST(3)=""
- ;
- ; BGPLPRV - will equal ien of provider if they picked "P" above
- ; BGPLPROV - will equal provider name if they picked "P" above
- ;
- ; BGPROT - type of output P for printed, D For Delimited, B for both
- ; BGPRTIME - report will be queued automatically, this variable
- ; contains the time it will run, internal fileman format
- ; must be date and time
- ;
- ; BGPEXPT - if they choose to export to area this will by set to 1
- ; note********* only ask if they want to export if they selected All for measure type
- ; e.g. BGPZZ="A"
- ;
- ; BGPRET - return value is ien^error message^export file name. a zero (0) is
- ; passed as ien if error occurred, display the filename back to the user
- ; if they chose to export to area
- ;
- ;create entry in gui output file
- ;queue report to run with/GUIR
- D EP1
- S Y=BGPRET
- ;D EN^XBVK("BGP") S:$D(ZTQUEUED) ZTREQ="@"
- S BGPRET=Y
- Q
- EP1 ;
- S U="^"
- S BGPRTC="U"
- I $G(BGPUSER)="" S BGPRET=0_"^USER NOT PASSED" Q
- I $G(BGPDUZ2)="" S BGPRET=0_"^DUZ(2) NOT PASSED" Q
- I $G(BGPOPTN)="" S BGPRET=0_"^OPTION NAME NOT PASSED" Q
- I $G(BGPTAXI)="" S BGPRET=0_"^IEN OF COMMUNITY TAXONOMY NOT PASSED" Q
- I '$D(^ATXAX(BGPTAXI)) S BGPRET=0_"^INVALID COMMUNITY TAXONOMY IEN PASSED" Q
- I $G(BGPINDZ)="" S BGPRET=0_"^INDICATOR TYPE NOT PASSED" Q
- I "AS"'[BGPINDZ S BGPRET=0_"^INDICATOR TYPE INVALID" Q
- I '$G(BGPHC),BGPINDZ="S",'$D(BGPIND) S BGPRET=0_"^INDICATOR ARRAY NOT PASSED" Q
- I '$G(BGPHC),BGPINDZ="S",'$O(BGPIND(0)) S BGPRET=0_"^INDICATOR ARRAY NOT PASSED" Q
- I BGPINDZ="A" S X=0 F S X=$O(^BGPEOMB(X)) Q:X'=+X S BGPIND(X)=""
- I BGPINDZ='"A" S BGPEXPT=""
- I '$G(BGPHC),$G(BGPPER)="" S BGPRET=0_"^YEAR VARIABLE NOT PASSED" Q
- I '$G(BGPHC),$G(BGPQTR)="" S BGPRET=0_"^QUARTER/DATE TYPE NOT PASSED" Q
- I '$G(BGPHC),$G(BGPVDT)="" S BGPRET=0_"^BASELINE YEAR NOT PASSED" Q
- I $G(BGPBEN)="" S BGPRET=0_"^BENEFICIARY TYPE NOT PASSED" Q
- I "PDB"'[$G(BGPROT) S BGPRET=0_"^REPORT OUTPUT TYPE NOT PASSED" Q
- I $G(BGPLSTT)="" S BGPRET=0_"^LIST TYPE NOT PASSED" Q
- S BGPRTIME=$G(BGPRTIME)
- S BGPLIST=$G(BGPLSTT)
- I $G(BGPLIST)="P",$G(BGPLPRV)="" S BGPRET=0_"^PROVIDER NOT PASSED FOR LIST TYPE P" Q
- ;S DUZ=BGPUSER
- S DUZ(2)=BGPDUZ2
- S:'$D(DT) DT=$$DT^XLFDT
- D ^XBKVAR
- S BGPGUI=1
- S IOM=80,BGPIOSL=55
- S BGPRTYPE=8,BGPYRPTH="C"
- I '$G(BGPHC) D
- . I BGPQTR=1 S BGPBD=$E(BGPPER,1,3)_"0101",BGPED=$E(BGPPER,1,3)_"1231"
- . I BGPQTR=2 S BGPBD=($E(BGPPER,1,3)-1)_"0401",BGPED=$E(BGPPER,1,3)_"0331"
- . I BGPQTR=3 S BGPBD=($E(BGPPER,1,3)-1)_"0701",BGPED=$E(BGPPER,1,3)_"0630"
- . I BGPQTR=4 S BGPBD=($E(BGPPER,1,3)-1)_"1001",BGPED=$E(BGPPER,1,3)_"0930"
- . I BGPQTR=5 S BGPBD=$$FMADD^XLFDT(BGPPER,-364),BGPED=BGPPER,BGPPER=$E(BGPED,1,3)_"0000"
- . S X=$E(BGPPER,1,3)-$E(BGPVDT,1,3)
- . S X=X_"0000"
- . S BGPBBD=BGPBD-X,BGPBBD=$E(BGPBBD,1,3)_$E(BGPBD,4,7)
- . S BGPBED=BGPED-X,BGPBED=$E(BGPBED,1,3)_$E(BGPED,4,7)
- . S BGPPBD=($E(BGPBD,1,3)-1)_$E(BGPBD,4,7)
- . S BGPPED=($E(BGPED,1,3)-1)_$E(BGPED,4,7)
- S BGPHOME=$P($G(^BGPSITE(DUZ(2),0)),U,2)
- K BGPTAX S X=0
- F S X=$O(^ATXAX(BGPTAXI,21,X)) Q:'X D
- .S BGPTAX($P(^ATXAX(BGPTAXI,21,X,0),U))=""
- .Q
- I $G(BGPHC) D
- .S BGPRTC="H"
- .S BGPINDZ="A" S X=0 F S X=$O(^BGPEOMB(X)) Q:X'=+X S BGPIND(X)=""
- .S BGPRTYPE=8
- .S (BGPBD,BGPED,BGPTP)=""
- .S X=$O(^BGPCTRL("B",2012,0))
- .S Y=^BGPCTRL(X,0)
- .S BGPBD=$P(Y,U,8),BGPED=$P(Y,U,9)
- .S BGPPBD=$P(Y,U,10),BGPPED=$P(Y,U,11)
- .S BGPBBD=$P(Y,U,12),BGPBED=$P(Y,U,13)
- .S BGPPER=$P(Y,U,14),BGPQTR=3
- D REPORT^BGP2EOUT
- I $G(BGPQUIT) S BGPRET=0_"^COULD NOT CREATE REPORT ENTRY" Q
- I BGPRPT="" S BGPRET=0_"^COULD NOT CREATE REPORT ENTRY" Q
- S BGPDELT=""
- S BGPUF=""
- I ^%ZOSF("OS")["PC"!(^%ZOSF("OS")["NT")!($P($G(^AUTTSITE(1,0)),U,21)=2) S BGPUF=$S($P($G(^AUTTSITE(1,1)),U,2)]"":$P(^AUTTSITE(1,1),U,2),1:"C:\EXPORT")
- I $P(^AUTTSITE(1,0),U,21)=1 S BGPUF="/usr/spool/uucppublic/"
- S BGPFILEN=""
- I BGPEXPT S BGPFILEN="BG121"_$P(^AUTTLOC(DUZ(2),0),U,10)_".EO"_BGPRPT_" in directory "_BGPUF
- ;create entry in GUI file
- D ^XBFMK
- S X=BGPFILE
- ;S X=BGPUSER_$$NOW^XLFDT
- S BGPGFNM=X
- S DIC="^BGPGUIW(",DIC(0)="L",DIADD=1,DLAYGO=90546.19,DIC("DR")=".02////"_BGPUSER_";.03////"_$S(BGPRTIME]"":BGPRTIME,1:$$NOW^XLFDT)_";.05///"_BGPOPTN_";.06///R;.07///"_$G(BGPROT)_";1///"_BGPFILEN
- K DD,D0,DO D FILE^DICN K DLAYGO,DIADD,DD,D0,DO
- I Y=-1 S BGPRET=0_"^UNABLE TO CREATE ENTRY IN GUI OUTPUT FILE" Q
- S BGPGIEN=+Y
- ;SEND THE REPORT PROCESS OFF TO THE BACKGROUND USING TASKMAN CALL
- D TSKMN
- S BGPRET=BGPGIEN
- I BGPEXPT S $P(BGPRET,"~",3)=BGPFILEN
- Q
- ;
- TSKMN ;
- S ZTIO=""
- K ZTSAVE S ZTSAVE("*")=""
- S ZTCPU=$G(IOCPU),ZTRTN="OTHEO^BGP2GEO",ZTDTH=$S(BGPRTIME]"":BGPRTIME,1:$$NOW^XLFDT),ZTDESC="GUI EO 09 REPORT" D ^%ZTLOAD Q
- Q
- OTHEO ;
- D ^BGP2D1
- K ^TMP($J,"BGPGUI")
- S IOM=80,BGPIOSL=55
- D GUIR^BGPXBLM("^BGP2EOP","^TMP($J,""BGPGUI"",")
- ;cmi/anch/maw added 5/12/2009 for word output
- S X=0,C=0 F S X=$O(^TMP($J,"BGPGUI",X)) Q:X'=+X D
- . S C=C+1
- . N BGPDATA
- . S BGPDATA=$G(^TMP($J,"BGPGUI",X))
- . I BGPDATA="ZZZZZZZ" S BGPDATA=$C(12)
- . S ^BGPGUIW(BGPGIEN,11,C,0)=BGPDATA
- S ^BGPGUIW(BGPGIEN,11,0)="^90546.1911^"_C_"^"_C_"^"_DT
- K ^TMP($J,"BGPGUI")
- ;cmi/anch/maw end of mods
- I BGPEXPT D GS^BGP2EOUT
- D ENDLOG
- D XIT
- Q
- ;
- XIT ;
- K ^TMP($J)
- D EN^XBVK("BGP") S:$D(ZTQUEUED) ZTREQ="@"
- K DIRUT,DUOUT,DIR,DOD
- K DIADD,DLAYGO
- D KILL^AUPNPAT
- K X,X1,X2,X3,X4,X5,X6
- K A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,V,W,X,Y,Z
- K N,N1,N2,N3,N4,N5,N6
- K BD,ED
- D KILL^AUPNPAT
- D ^XBFMK
- L -^BGPDATA
- Q
- ENDLOG ;-- UPDATE LOG AT END
- S DIE="^BGPGUIW(",DA=BGPGIEN,DR=".04////"_$$NOW^XLFDT_";.06///C"
- D ^DIE
- K DIE,DR,DA
- Q
- BGP2GEO ; IHS/CMI/LAB - GUI EO REPORT ;
- +1 ;;12.1;IHS CLINICAL REPORTING;;MAY 17, 2012;Build 66
- +2 ;
- +3 ;
- TESTELD ;
- +1 SET ERR=""
- +2 SET BGPND(4)=""
- SET BGPND(3)=""
- +3 SET BGPLIST(3)=""
- +4 DO EP(.ERR,1,2522,"BGP 12 EO REPORT",338,"S",.BGPND,1,3040000,3000000,1,"A",.BGPLIST,"","",1,"B",$$NOW^XLFDT)
- +5 WRITE !,ERR
- +6 QUIT
- EP(BGPRET,BGPUSER,BGPDUZ2,BGPOPTN,BGPTAXI,BGPINDZ,BGPIND,BGPQTR,BGPPER,BGPVDT,BGPBEN,BGPLSTT,BGPLIST,BGPLPRV,BGPLPROV,BGPEXPT,BGPROT,BGPRTIME,BGPMFITI,BGPHC,BGPFILE) ;EP - called from GUI to produce COM REPORT CI05-RPT-LOC-COM
- +1 ; SEE ROUTINE BGP2DEL if you have questions about any of these variables
- +2 ; TAXONOMY CHECK IS IN ^BGP2XTEL
- +3 ; BGPUSER - DUZ
- +4 ; BGPDUZ2 - DUZ(2)
- +5 ; BGPOPTN - OPTION NAME
- +6 ; BGPTAXI - IEN OF COMMUNITY TAXONOMY NAME
- +7 ; BGPZZ - $E (1st character) of the answer to the following DIR call:
- +8 ; A = All Measures
- +9 ; S = Selected Measures
- +10 ;
- +11 ; Which set of Measures should be included in this report:
- +12 ;
- +13 ; BGPIND - note: THIS ARRAY IS ONLY REQUIRED IF BGPINDW="S"
- +14 ; array containing iens of the measures selected by the user
- +15 ; for example, BGPIND(3)=""
- +16 ; BGPIND(6)="" if the user selected measures
- +17 ; 1 and 6 from the BGP 12 EO INDICATORS file (^BGPELIW GLOBAL). When
- +18 ; you present them to the user for selection use all of them
- +19 ; in the file, do not screen out any of them.
- +20 ;
- +21 ; BGPQTR - this is equal to 1,2,3,4,5 depending on how the user answers the following
- +22 ; DIR call:
- +23 ; Select one of the following:
- +24 ;
- +25 ; 1 January 1 - December 31
- +26 ; 2 April 1 - March 31
- +27 ; 3 July 1 - June 30
- +28 ; 4 October 1 - September 30
- +29 ; 5 User defined date range
- +30 ; Enter the date range for your report:
- +31 ;
- +32 ; BGPPER - this is the year they select if they answered the above question
- +33 ; with a 1 through 4 e.g 305000 (fileman imprecise date for 2010)
- +34 ; if they choose 5 then this is the fileman date for the end date the user enters
- +35 ;
- +36 ; BGPVDT - baseline year entered by user in internal fileman format, year only
- +37 ; e.g. 3010000
- +38 ;
- +39 ; BGPBEN - 1 for Indians only, 2 for Not Indian, 3 for both (see reader call
- +40 ; at subroutine BEN in BGP2DL
- +41 ;
- +42 ; BGPLSTT - this contains the answer to the following DIR call:
- +43 ;
- +44 ; Select one of the following:
- +45 ; P Patient List by Provider
- +46 ; A All Patients
- +47 ;
- +48 ; Choose report type for the Lists: R//
- +49 ; BGPLIST (array) contains the iens of the measures they want a list for.
- +50 ; when you present the choices for lists only present the measures they pick
- +51 ; that are in array BGPIND (run report to see this)
- +52 ; e.g. BGPLIST="A"
- +53 ; BGPLIST(3)=""
- +54 ;
- +55 ; BGPLPRV - will equal ien of provider if they picked "P" above
- +56 ; BGPLPROV - will equal provider name if they picked "P" above
- +57 ;
- +58 ; BGPROT - type of output P for printed, D For Delimited, B for both
- +59 ; BGPRTIME - report will be queued automatically, this variable
- +60 ; contains the time it will run, internal fileman format
- +61 ; must be date and time
- +62 ;
- +63 ; BGPEXPT - if they choose to export to area this will by set to 1
- +64 ; note********* only ask if they want to export if they selected All for measure type
- +65 ; e.g. BGPZZ="A"
- +66 ;
- +67 ; BGPRET - return value is ien^error message^export file name. a zero (0) is
- +68 ; passed as ien if error occurred, display the filename back to the user
- +69 ; if they chose to export to area
- +70 ;
- +71 ;create entry in gui output file
- +72 ;queue report to run with/GUIR
- +73 DO EP1
- +74 SET Y=BGPRET
- +75 ;D EN^XBVK("BGP") S:$D(ZTQUEUED) ZTREQ="@"
- +76 SET BGPRET=Y
- +77 QUIT
- EP1 ;
- +1 SET U="^"
- +2 SET BGPRTC="U"
- +3 IF $GET(BGPUSER)=""
- SET BGPRET=0_"^USER NOT PASSED"
- QUIT
- +4 IF $GET(BGPDUZ2)=""
- SET BGPRET=0_"^DUZ(2) NOT PASSED"
- QUIT
- +5 IF $GET(BGPOPTN)=""
- SET BGPRET=0_"^OPTION NAME NOT PASSED"
- QUIT
- +6 IF $GET(BGPTAXI)=""
- SET BGPRET=0_"^IEN OF COMMUNITY TAXONOMY NOT PASSED"
- QUIT
- +7 IF '$DATA(^ATXAX(BGPTAXI))
- SET BGPRET=0_"^INVALID COMMUNITY TAXONOMY IEN PASSED"
- QUIT
- +8 IF $GET(BGPINDZ)=""
- SET BGPRET=0_"^INDICATOR TYPE NOT PASSED"
- QUIT
- +9 IF "AS"'[BGPINDZ
- SET BGPRET=0_"^INDICATOR TYPE INVALID"
- QUIT
- +10 IF '$GET(BGPHC)
- IF BGPINDZ="S"
- IF '$DATA(BGPIND)
- SET BGPRET=0_"^INDICATOR ARRAY NOT PASSED"
- QUIT
- +11 IF '$GET(BGPHC)
- IF BGPINDZ="S"
- IF '$ORDER(BGPIND(0))
- SET BGPRET=0_"^INDICATOR ARRAY NOT PASSED"
- QUIT
- +12 IF BGPINDZ="A"
- SET X=0
- FOR
- SET X=$ORDER(^BGPEOMB(X))
- IF X'=+X
- QUIT
- SET BGPIND(X)=""
- +13 IF BGPINDZ='"A"
- SET BGPEXPT=""
- +14 IF '$GET(BGPHC)
- IF $GET(BGPPER)=""
- SET BGPRET=0_"^YEAR VARIABLE NOT PASSED"
- QUIT
- +15 IF '$GET(BGPHC)
- IF $GET(BGPQTR)=""
- SET BGPRET=0_"^QUARTER/DATE TYPE NOT PASSED"
- QUIT
- +16 IF '$GET(BGPHC)
- IF $GET(BGPVDT)=""
- SET BGPRET=0_"^BASELINE YEAR NOT PASSED"
- QUIT
- +17 IF $GET(BGPBEN)=""
- SET BGPRET=0_"^BENEFICIARY TYPE NOT PASSED"
- QUIT
- +18 IF "PDB"'[$GET(BGPROT)
- SET BGPRET=0_"^REPORT OUTPUT TYPE NOT PASSED"
- QUIT
- +19 IF $GET(BGPLSTT)=""
- SET BGPRET=0_"^LIST TYPE NOT PASSED"
- QUIT
- +20 SET BGPRTIME=$GET(BGPRTIME)
- +21 SET BGPLIST=$GET(BGPLSTT)
- +22 IF $GET(BGPLIST)="P"
- IF $GET(BGPLPRV)=""
- SET BGPRET=0_"^PROVIDER NOT PASSED FOR LIST TYPE P"
- QUIT
- +23 ;S DUZ=BGPUSER
- +24 SET DUZ(2)=BGPDUZ2
- +25 IF '$DATA(DT)
- SET DT=$$DT^XLFDT
- +26 DO ^XBKVAR
- +27 SET BGPGUI=1
- +28 SET IOM=80
- SET BGPIOSL=55
- +29 SET BGPRTYPE=8
- SET BGPYRPTH="C"
- +30 IF '$GET(BGPHC)
- Begin DoDot:1
- +31 IF BGPQTR=1
- SET BGPBD=$EXTRACT(BGPPER,1,3)_"0101"
- SET BGPED=$EXTRACT(BGPPER,1,3)_"1231"
- +32 IF BGPQTR=2
- SET BGPBD=($EXTRACT(BGPPER,1,3)-1)_"0401"
- SET BGPED=$EXTRACT(BGPPER,1,3)_"0331"
- +33 IF BGPQTR=3
- SET BGPBD=($EXTRACT(BGPPER,1,3)-1)_"0701"
- SET BGPED=$EXTRACT(BGPPER,1,3)_"0630"
- +34 IF BGPQTR=4
- SET BGPBD=($EXTRACT(BGPPER,1,3)-1)_"1001"
- SET BGPED=$EXTRACT(BGPPER,1,3)_"0930"
- +35 IF BGPQTR=5
- SET BGPBD=$$FMADD^XLFDT(BGPPER,-364)
- SET BGPED=BGPPER
- SET BGPPER=$EXTRACT(BGPED,1,3)_"0000"
- +36 SET X=$EXTRACT(BGPPER,1,3)-$EXTRACT(BGPVDT,1,3)
- +37 SET X=X_"0000"
- +38 SET BGPBBD=BGPBD-X
- SET BGPBBD=$EXTRACT(BGPBBD,1,3)_$EXTRACT(BGPBD,4,7)
- +39 SET BGPBED=BGPED-X
- SET BGPBED=$EXTRACT(BGPBED,1,3)_$EXTRACT(BGPED,4,7)
- +40 SET BGPPBD=($EXTRACT(BGPBD,1,3)-1)_$EXTRACT(BGPBD,4,7)
- +41 SET BGPPED=($EXTRACT(BGPED,1,3)-1)_$EXTRACT(BGPED,4,7)
- End DoDot:1
- +42 SET BGPHOME=$PIECE($GET(^BGPSITE(DUZ(2),0)),U,2)
- +43 KILL BGPTAX
- SET X=0
- +44 FOR
- SET X=$ORDER(^ATXAX(BGPTAXI,21,X))
- IF 'X
- QUIT
- Begin DoDot:1
- +45 SET BGPTAX($PIECE(^ATXAX(BGPTAXI,21,X,0),U))=""
- +46 QUIT
- End DoDot:1
- +47 IF $GET(BGPHC)
- Begin DoDot:1
- +48 SET BGPRTC="H"
- +49 SET BGPINDZ="A"
- SET X=0
- FOR
- SET X=$ORDER(^BGPEOMB(X))
- IF X'=+X
- QUIT
- SET BGPIND(X)=""
- +50 SET BGPRTYPE=8
- +51 SET (BGPBD,BGPED,BGPTP)=""
- +52 SET X=$ORDER(^BGPCTRL("B",2012,0))
- +53 SET Y=^BGPCTRL(X,0)
- +54 SET BGPBD=$PIECE(Y,U,8)
- SET BGPED=$PIECE(Y,U,9)
- +55 SET BGPPBD=$PIECE(Y,U,10)
- SET BGPPED=$PIECE(Y,U,11)
- +56 SET BGPBBD=$PIECE(Y,U,12)
- SET BGPBED=$PIECE(Y,U,13)
- +57 SET BGPPER=$PIECE(Y,U,14)
- SET BGPQTR=3
- End DoDot:1
- +58 DO REPORT^BGP2EOUT
- +59 IF $GET(BGPQUIT)
- SET BGPRET=0_"^COULD NOT CREATE REPORT ENTRY"
- QUIT
- +60 IF BGPRPT=""
- SET BGPRET=0_"^COULD NOT CREATE REPORT ENTRY"
- QUIT
- +61 SET BGPDELT=""
- +62 SET BGPUF=""
- +63 IF ^%ZOSF("OS")["PC"!(^%ZOSF("OS")["NT")!($PIECE($GET(^AUTTSITE(1,0)),U,21)=2)
- SET BGPUF=$SELECT($PIECE($GET(^AUTTSITE(1,1)),U,2)]"":$PIECE(^AUTTSITE(1,1),U,2),1:"C:\EXPORT")
- +64 IF $PIECE(^AUTTSITE(1,0),U,21)=1
- SET BGPUF="/usr/spool/uucppublic/"
- +65 SET BGPFILEN=""
- +66 IF BGPEXPT
- SET BGPFILEN="BG121"_$PIECE(^AUTTLOC(DUZ(2),0),U,10)_".EO"_BGPRPT_" in directory "_BGPUF
- +67 ;create entry in GUI file
- +68 DO ^XBFMK
- +69 SET X=BGPFILE
- +70 ;S X=BGPUSER_$$NOW^XLFDT
- +71 SET BGPGFNM=X
- +72 SET DIC="^BGPGUIW("
- SET DIC(0)="L"
- SET DIADD=1
- SET DLAYGO=90546.19
- SET DIC("DR")=".02////"_BGPUSER_";.03////"_$SELECT(BGPRTIME]"":BGPRTIME,1:$$NOW^XLFDT)_";.05///"_BGPOPTN_";.06///R;.07///"_$G(BGPROT)_";1///"_BGPFILEN
- +73 KILL DD,D0,DO
- DO FILE^DICN
- KILL DLAYGO,DIADD,DD,D0,DO
- +74 IF Y=-1
- SET BGPRET=0_"^UNABLE TO CREATE ENTRY IN GUI OUTPUT FILE"
- QUIT
- +75 SET BGPGIEN=+Y
- +76 ;SEND THE REPORT PROCESS OFF TO THE BACKGROUND USING TASKMAN CALL
- +77 DO TSKMN
- +78 SET BGPRET=BGPGIEN
- +79 IF BGPEXPT
- SET $PIECE(BGPRET,"~",3)=BGPFILEN
- +80 QUIT
- +81 ;
- TSKMN ;
- +1 SET ZTIO=""
- +2 KILL ZTSAVE
- SET ZTSAVE("*")=""
- +3 SET ZTCPU=$GET(IOCPU)
- SET ZTRTN="OTHEO^BGP2GEO"
- SET ZTDTH=$SELECT(BGPRTIME]"":BGPRTIME,1:$$NOW^XLFDT)
- SET ZTDESC="GUI EO 09 REPORT"
- DO ^%ZTLOAD
- QUIT
- +4 QUIT
- OTHEO ;
- +1 DO ^BGP2D1
- +2 KILL ^TMP($JOB,"BGPGUI")
- +3 SET IOM=80
- SET BGPIOSL=55
- +4 DO GUIR^BGPXBLM("^BGP2EOP","^TMP($J,""BGPGUI"",")
- +5 ;cmi/anch/maw added 5/12/2009 for word output
- +6 SET X=0
- SET C=0
- FOR
- SET X=$ORDER(^TMP($JOB,"BGPGUI",X))
- IF X'=+X
- QUIT
- Begin DoDot:1
- +7 SET C=C+1
- +8 NEW BGPDATA
- +9 SET BGPDATA=$GET(^TMP($JOB,"BGPGUI",X))
- +10 IF BGPDATA="ZZZZZZZ"
- SET BGPDATA=$CHAR(12)
- +11 SET ^BGPGUIW(BGPGIEN,11,C,0)=BGPDATA
- End DoDot:1
- +12 SET ^BGPGUIW(BGPGIEN,11,0)="^90546.1911^"_C_"^"_C_"^"_DT
- +13 KILL ^TMP($JOB,"BGPGUI")
- +14 ;cmi/anch/maw end of mods
- +15 IF BGPEXPT
- DO GS^BGP2EOUT
- +16 DO ENDLOG
- +17 DO XIT
- +18 QUIT
- +19 ;
- XIT ;
- +1 KILL ^TMP($JOB)
- +2 DO EN^XBVK("BGP")
- IF $DATA(ZTQUEUED)
- SET ZTREQ="@"
- +3 KILL DIRUT,DUOUT,DIR,DOD
- +4 KILL DIADD,DLAYGO
- +5 DO KILL^AUPNPAT
- +6 KILL X,X1,X2,X3,X4,X5,X6
- +7 KILL A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,V,W,X,Y,Z
- +8 KILL N,N1,N2,N3,N4,N5,N6
- +9 KILL BD,ED
- +10 DO KILL^AUPNPAT
- +11 DO ^XBFMK
- +12 LOCK -^BGPDATA
- +13 QUIT
- ENDLOG ;-- UPDATE LOG AT END
- +1 SET DIE="^BGPGUIW("
- SET DA=BGPGIEN
- SET DR=".04////"_$$NOW^XLFDT_";.06///C"
- +2 DO ^DIE
- +3 KILL DIE,DR,DA
- +4 QUIT