SROALESS ;BIR/ADM-List of Assessments Missing Information ; [ 01/11/95 3:21 PM ]
;;3.0; Surgery ;**38**;24 Jun 93
S (SRSOUT,SRT)=0,SRP=1,X=$$SITE^SROVAR,SRINST=$P(X,"^",2),SRSTATN=+$P(X,"^",3)
START G:SRSOUT END W @IOF,!,"Report of Monthly Case Workload Totals",!!,"This option provides a report of the monthly risk assessment surgical case",!,"workload totals for the following categories:",!
W ?5,"1. All cases performed",!,?5,"2. Excluded cases",!,?5,"3. Assessed cases",!,?5,"4. Non-assessed cases",!,?5,"5. Cardiac cases",!,?5,"6. Non-cardiac cases",!,?5,"7. Assessed cases per day (based on 20 days/month)"
W !!,"This report may be printed and/or transmitted to the national database."
DATE S X=+$E(DT,4,5) S:X'=1 Z=X-1 S:X=1 Z=12 D MONTH S X=$E(DT,1,3) S:Z=12 X=X-1 S SRY=X+1700,SRD=X_Z_"00"
W !! K DIR S DIR("A")="Compile workload totals for which month and year? ",DIR(0)="DA",DIR("B")=SRM_" "_SRY,DIR("?",1)="Enter the month and year for which to run this report,"
S DIR("?")="for example, 'MAY 94', 'MAY 1994', '5/94' or '5 94'." D ^DIR I $D(DTOUT)!$D(DUOUT)!'Y S SRSOUT=1 G END
S SRDT=Y D G:SRSOUT END G:'$D(SRDT) DATE S SRDT=$E(SRDT,1,5)_"00"
.Q:SRDT=SRD S SRY=$E(Y,1,3)+1700,Z=+$E(Y,4,5) D MONTH
.W !! K DIR S DIR("A")="Compile totals for "_SRM_" "_SRY,DIR(0)="Y",DIR("B")="YES" D ^DIR I $D(DTOUT)!$D(DUOUT) S SRSOUT=1 Q
.I 'Y K SRDT
TRAN W !! K DIR S DIR("A")="Do you want this report to be transmitted to the central database",DIR("B")="NO",DIR("?",1)="Enter YES to have this report automatically transmitted to the central"
S DIR("?")="database. Enter NO if you do NOT want this report transmitted.",DIR(0)="Y" D ^DIR I $D(DTOUT)!$D(DUOUT) S SRSOUT=1 G END
I 'Y G IO
PRT S SRT=1,SRP=0 W !! K DIR S DIR("A")="Do you also want to print this report",DIR("B")="YES",DIR("?",1)="Enter NO if you want to have this report transmitted, but do not want to"
S DIR("?",2)="have it printed. Enter YES if you do want to print the report as well as",DIR("?")="have it transmitted.",DIR(0)="Y" D ^DIR S:Y SRP=1 I $D(DTOUT)!$D(DUOUT) S SRSOUT=1 G END
I 'SRP G QUE
IO W ! K %ZIS,IO("Q"),POP S %ZIS("A")="Print report on which Device: ",%ZIS="Q" D ^%ZIS I POP S SRSOUT=1 G END
I $D(IO("Q")) K IO("Q") S ZTDESC="Report of Surgical Case Workload",(ZTSAVE("SRDT"),ZTSAVE("SRP"),ZTSAVE("SRT"),ZTSAVE("SRINST"),ZTSAVE("SRSTATN"))="",ZTRTN="RUN^SROAWL" D ^%ZTLOAD S SRSOUT=1 G END
RUN ; entry point when queued
D ^SROAWL1
END I 'SRSOUT,$E(IOST)="C" W !! K DIR S DIR(0)="FOA",DIR("A")="Press RETURN to continue" D ^DIR
W:$E(IOST)="P" @IOF I $D(ZTQUEUED) Q:$G(ZTSTOP) S ZTREQ="@" Q
D ^%ZISC K SRTN W @IOF D ^SRSKILL
Q
MONTH ; get name of month
S SRM=$S(Z=2:"FEB",Z=3:"MAR",Z=4:"APR",Z=5:"MAY",Z=6:"JUN",Z=7:"JUL",Z=8:"AUG",Z=9:"SEP",Z=10:"OCT",Z=11:"NOV",Z=12:"DEC",1:"JAN")
Q
QUE ; queue transmission of report to national database
W ! K %DT S %DT("A")="Queue report to run at what date/time? ",%DT(0)="NOW",%DT("B")="NOW",%DT="AEFXT" D ^%DT I 'Y S SRSOUT=1 G END
S ZTDTH=Y,ZTIO="",ZTDESC="Report of Surgical Case Workload",(ZTSAVE("SRDT"),ZTSAVE("SRP"),ZTSAVE("SRT"),ZTSAVE("SRINST"),ZTSAVE("SRSTATN"))="",ZTRTN="RUN^SROAWL" D ^%ZTLOAD G END
Q
--- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HSROALESS 3201 printed Nov 22, 2024@17:50:40 Page 2
SROALESS ;BIR/ADM-List of Assessments Missing Information ; [ 01/11/95 3:21 PM ]
+1 ;;3.0; Surgery ;**38**;24 Jun 93
+2 SET (SRSOUT,SRT)=0
SET SRP=1
SET X=$$SITE^SROVAR
SET SRINST=$PIECE(X,"^",2)
SET SRSTATN=+$PIECE(X,"^",3)
START if SRSOUT
GOTO END
WRITE @IOF,!,"Report of Monthly Case Workload Totals",!!,"This option provides a report of the monthly risk assessment surgical case",!,"workload totals for the following categories:",!
+1 WRITE ?5,"1. All cases performed",!,?5,"2. Excluded cases",!,?5,"3. Assessed cases",!,?5,"4. Non-assessed cases",!,?5,"5. Cardiac cases",!,?5,"6. Non-cardiac cases",!,?5,"7. Assessed cases per day (based on 20 days/month)"
+2 WRITE !!,"This report may be printed and/or transmitted to the national database."
DATE SET X=+$EXTRACT(DT,4,5)
if X'=1
SET Z=X-1
if X=1
SET Z=12
DO MONTH
SET X=$EXTRACT(DT,1,3)
if Z=12
SET X=X-1
SET SRY=X+1700
SET SRD=X_Z_"00"
+1 WRITE !!
KILL DIR
SET DIR("A")="Compile workload totals for which month and year? "
SET DIR(0)="DA"
SET DIR("B")=SRM_" "_SRY
SET DIR("?",1)="Enter the month and year for which to run this report,"
+2 SET DIR("?")="for example, 'MAY 94', 'MAY 1994', '5/94' or '5 94'."
DO ^DIR
IF $DATA(DTOUT)!$DATA(DUOUT)!'Y
SET SRSOUT=1
GOTO END
+3 SET SRDT=Y
Begin DoDot:1
+4 if SRDT=SRD
QUIT
SET SRY=$EXTRACT(Y,1,3)+1700
SET Z=+$EXTRACT(Y,4,5)
DO MONTH
+5 WRITE !!
KILL DIR
SET DIR("A")="Compile totals for "_SRM_" "_SRY
SET DIR(0)="Y"
SET DIR("B")="YES"
DO ^DIR
IF $DATA(DTOUT)!$DATA(DUOUT)
SET SRSOUT=1
QUIT
+6 IF 'Y
KILL SRDT
End DoDot:1
if SRSOUT
GOTO END
if '$DATA(SRDT)
GOTO DATE
SET SRDT=$EXTRACT(SRDT,1,5)_"00"
TRAN WRITE !!
KILL DIR
SET DIR("A")="Do you want this report to be transmitted to the central database"
SET DIR("B")="NO"
SET DIR("?",1)="Enter YES to have this report automatically transmitted to the central"
+1 SET DIR("?")="database. Enter NO if you do NOT want this report transmitted."
SET DIR(0)="Y"
DO ^DIR
IF $DATA(DTOUT)!$DATA(DUOUT)
SET SRSOUT=1
GOTO END
+2 IF 'Y
GOTO IO
PRT SET SRT=1
SET SRP=0
WRITE !!
KILL DIR
SET DIR("A")="Do you also want to print this report"
SET DIR("B")="YES"
SET DIR("?",1)="Enter NO if you want to have this report transmitted, but do not want to"
+1 SET DIR("?",2)="have it printed. Enter YES if you do want to print the report as well as"
SET DIR("?")="have it transmitted."
SET DIR(0)="Y"
DO ^DIR
if Y
SET SRP=1
IF $DATA(DTOUT)!$DATA(DUOUT)
SET SRSOUT=1
GOTO END
+2 IF 'SRP
GOTO QUE
IO WRITE !
KILL %ZIS,IO("Q"),POP
SET %ZIS("A")="Print report on which Device: "
SET %ZIS="Q"
DO ^%ZIS
IF POP
SET SRSOUT=1
GOTO END
+1 IF $DATA(IO("Q"))
KILL IO("Q")
SET ZTDESC="Report of Surgical Case Workload"
SET (ZTSAVE("SRDT"),ZTSAVE("SRP"),ZTSAVE("SRT"),ZTSAVE("SRINST"),ZTSAVE("SRSTATN"))=""
SET ZTRTN="RUN^SROAWL"
DO ^%ZTLOAD
SET SRSOUT=1
GOTO END
RUN ; entry point when queued
+1 DO ^SROAWL1
END IF 'SRSOUT
IF $EXTRACT(IOST)="C"
WRITE !!
KILL DIR
SET DIR(0)="FOA"
SET DIR("A")="Press RETURN to continue"
DO ^DIR
+1 if $EXTRACT(IOST)="P"
WRITE @IOF
IF $DATA(ZTQUEUED)
if $GET(ZTSTOP)
QUIT
SET ZTREQ="@"
QUIT
+2 DO ^%ZISC
KILL SRTN
WRITE @IOF
DO ^SRSKILL
+3 QUIT
MONTH ; get name of month
+1 SET SRM=$SELECT(Z=2:"FEB",Z=3:"MAR",Z=4:"APR",Z=5:"MAY",Z=6:"JUN",Z=7:"JUL",Z=8:"AUG",Z=9:"SEP",Z=10:"OCT",Z=11:"NOV",Z=12:"DEC",1:"JAN")
+2 QUIT
QUE ; queue transmission of report to national database
+1 WRITE !
KILL %DT
SET %DT("A")="Queue report to run at what date/time? "
SET %DT(0)="NOW"
SET %DT("B")="NOW"
SET %DT="AEFXT"
DO ^%DT
IF 'Y
SET SRSOUT=1
GOTO END
+2 SET ZTDTH=Y
SET ZTIO=""
SET ZTDESC="Report of Surgical Case Workload"
SET (ZTSAVE("SRDT"),ZTSAVE("SRP"),ZTSAVE("SRT"),ZTSAVE("SRINST"),ZTSAVE("SRSTATN"))=""
SET ZTRTN="RUN^SROAWL"
DO ^%ZTLOAD
GOTO END
+3 QUIT