DVBCWRO ;ALB/ESW RESPIRATORY WKS ; 6 OCT 2000
;;2.7;AMIE;**34**;Apr 10, 1995
;
; IOM represents cpl (characters per line) depending on print. select"
; The header will be centered for any print out.
;
EN D:'$D(IOF) SETIOF W:(IOST?1"C-".E) @IOF
S DVBAX="Compensation and Pension Examination",TT=IOM-$L(DVBAX)\2
W !?TT,DVBAX
S DVBAX="RESPIRATORY (OBSTRUCTIVE, RESTRICTIVE, AND INTERSTITIAL)",TT=IOM-$L(DVBAX)\2,PG=1
; $L("# XXXX Worksheet")=16 for all worksheets
;
W !!?TT,DVBAX,!?(IOM-16\2),"# 1505 Worksheet",!!
W "Name: ",NAME,?45,"SSN: ",SSN,!
W !,"Date of Exam: ____________________",?45,"C-number: ",CNUM
W !!,"Place of Exam: ___________________",!!
S DIF="^TMP($J,""DVBAW"",",XCNP=0
K ^TMP($J,"DVBAW")
F ROU="DVBCWRO1" S X=ROU X ^%ZOSF("LOAD")
K DIF,XCNP,ROU
N LP,TEXT
S LP=0,STOP=0
F S LP=$O(^TMP($J,"DVBAW",LP)) Q:(LP="")!(STOP) D
.S TEXT=^TMP($J,"DVBAW",LP,0)
.I (TEXT'[";;")!(TEXT[";AMIE;") Q
.I TEXT["TOF" D HD2
.I TEXT["END" S STOP=1 Q
.I $Y>55 D HD2
.W:TEXT'["TOF" $P(TEXT,";;",2),!
K ^TMP($J,"DVBAW"),TEXT,STOP,LP,PG,DVBAX,X
Q
;
HD2 S PG=PG+1 W @IOF,!,"Page: ",PG,!?10,"Compensation and Pension Exam for "_NAME,!!
W "RESPIRATORY (OBSTRUCTIVE, RESTRICTIVE, AND INTERSTITIAL",!!!
Q
SETIOF ; ** Set device control var's
D HOME^%ZIS
Q
--- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HDVBCWRO 1319 printed Nov 22, 2024@17:03:58 Page 2
DVBCWRO ;ALB/ESW RESPIRATORY WKS ; 6 OCT 2000
+1 ;;2.7;AMIE;**34**;Apr 10, 1995
+2 ;
+3 ; IOM represents cpl (characters per line) depending on print. select"
+4 ; The header will be centered for any print out.
+5 ;
EN if '$DATA(IOF)
DO SETIOF
if (IOST?1"C-".E)
WRITE @IOF
+1 SET DVBAX="Compensation and Pension Examination"
SET TT=IOM-$LENGTH(DVBAX)\2
+2 WRITE !?TT,DVBAX
+3 SET DVBAX="RESPIRATORY (OBSTRUCTIVE, RESTRICTIVE, AND INTERSTITIAL)"
SET TT=IOM-$LENGTH(DVBAX)\2
SET PG=1
+4 ; $L("# XXXX Worksheet")=16 for all worksheets
+5 ;
+6 WRITE !!?TT,DVBAX,!?(IOM-16\2),"# 1505 Worksheet",!!
+7 WRITE "Name: ",NAME,?45,"SSN: ",SSN,!
+8 WRITE !,"Date of Exam: ____________________",?45,"C-number: ",CNUM
+9 WRITE !!,"Place of Exam: ___________________",!!
+10 SET DIF="^TMP($J,""DVBAW"","
SET XCNP=0
+11 KILL ^TMP($JOB,"DVBAW")
+12 FOR ROU="DVBCWRO1"
SET X=ROU
XECUTE ^%ZOSF("LOAD")
+13 KILL DIF,XCNP,ROU
+14 NEW LP,TEXT
+15 SET LP=0
SET STOP=0
+16 FOR
SET LP=$ORDER(^TMP($JOB,"DVBAW",LP))
if (LP="")!(STOP)
QUIT
Begin DoDot:1
+17 SET TEXT=^TMP($JOB,"DVBAW",LP,0)
+18 IF (TEXT'[";;")!(TEXT[";AMIE;")
QUIT
+19 IF TEXT["TOF"
DO HD2
+20 IF TEXT["END"
SET STOP=1
QUIT
+21 IF $Y>55
DO HD2
+22 if TEXT'["TOF"
WRITE $PIECE(TEXT,";;",2),!
End DoDot:1
+23 KILL ^TMP($JOB,"DVBAW"),TEXT,STOP,LP,PG,DVBAX,X
+24 QUIT
+25 ;
HD2 SET PG=PG+1
WRITE @IOF,!,"Page: ",PG,!?10,"Compensation and Pension Exam for "_NAME,!!
+1 WRITE "RESPIRATORY (OBSTRUCTIVE, RESTRICTIVE, AND INTERSTITIAL",!!!
+2 QUIT
SETIOF ; ** Set device control var's
+1 DO HOME^%ZIS
+2 QUIT