source: FOIAVistA/tag/r/SURGERY-SR/SRODIS.m@ 628

Last change on this file since 628 was 628, checked in by George Lilly, 14 years ago

initial load of FOIAVistA 6/30/08 version

File size: 3.6 KB
Line 
1SRODIS ;BIR/ADM - LIST OF OPERATIONS BY DISPOSITION ; [ 09/22/98 11:33 AM ]
2 ;;3.0; Surgery ;**48,77,50**;24 Jun 93
3BEG S (SRSP,SRQ)=0,SRORD=1 W @IOF,!,"List of Operations by Postoperative Disposition:",!!
4DATE D DATE^SROUTL(.SRSD,.SRED,.SRQ) G:SRQ END
5DISP W @IOF,!,"Print the List of Operations for which of the following ?",!!,?10,"1. All Dispositions",!,?10,"2. A Specific Disposition",!,?10,"3. No Disposition Entered",!
6 K DIR S DIR("A")="Enter selection: ",DIR("B")="1",DIR(0)="SA^1:All Dispositions;2:A Specific Disposition;3:No Disposition Entered"
7 S DIR("?",1)="Enter 1 to print the report for all postoperative dispositions. Enter 2 to",DIR("?",2)="print the report for a specific postoperative disposition. Enter 3 to print"
8 S DIR("?")="the report for operations with no postoperative disposition entered."
9 D ^DIR K DIR I $D(DTOUT)!$D(DUOUT) S SRQ=1 G END
10 I Y'=2 S SRDISP=$S(Y=3:"ZZ",1:"ALL") G SORT
11TYPE W ! K DIC S DIC("S")="I '$P(^(0),""^"",3)",DIC=131.6,DIC(0)="QEAMZ",DIC("A")="Print the report for which Disposition ? " D ^DIC I Y<0 S SRQ=1 G END
12 S SRDISP=+Y
13SORT W !!,"Do you want the report sorted by surgical specialty ? Y// " R SRYN:DTIME I '$T!(SRYN["^") S SRQ=1 G END
14 S:SRYN="" SRYN="Y" S SRYN=$E(SRYN)
15 I "YyNn"'[SRYN W !!,"Enter RETURN to sort the report by surgical specialty, or 'N' to not sort",!,"by surgical specialty." G SORT
16 I "Nn"[SRYN S SRORD=0 G DEVICE
17SER W !!,"Print for all surgical specialties ? Y// " R SRYN:DTIME I '$T!(SRYN["^") S SRQ=1 G END
18 S:SRYN="" SRYN="Y" S SRYN=$E(SRYN)
19 I "YyNn"'[SRYN W !!,"Enter RETURN to print the report for all surgical specialties, or 'N' to print",!,"the report for a specific specialty." G SER
20 I "Nn"[SRYN D SP I SRQ G END
21DEVICE K IOP,%ZIS,POP,IO("Q") S %ZIS("A")="Print the Report on which Device: ",%ZIS="QM" W !!,"This report is designed to use a 132 column format.",! D ^%ZIS G:POP END
22 I $D(IO("Q")) K IO("Q") S ZTDESC="LIST OF OPERATIONS",ZTRTN="^SRODIS0",(ZTSAVE("SRORD"),ZTSAVE("SRSP*"),ZTSAVE("SRED"),ZTSAVE("SRDISP"),ZTSAVE("SRSD"),ZTSAVE("SRSITE*"))="",%ZIS="QM" D ^%ZTLOAD G END
23 D ^SRODIS0
24 Q
25SP W ! S SRSP=1 K DIC S DIC("S")="I '$P(^(0),""^"",3)",DIC=137.45,DIC(0)="QEAMZ",DIC("A")="Print the report for which Specialty ? " D ^DIC I Y<0 S SRQ=1 Q
26 S SRSP(+Y)=+Y
27MORE ; more specialties?
28 K DIC S DIC("S")="I '$P(^(0),""^"",3)",DIC=137.45,DIC(0)="QEAMZ",DIC("A")="Select An Additional Specialty: " D ^DIC I Y>0 S SRSP(+Y)=+Y G MORE
29 Q
30END I 'SRQ,($E(IOST,1)'="P") W !!,"Press RETURN to continue " R X:DTIME
31 W ! D ^SRSKILL K SRTN D ^%ZISC W @IOF
32 Q
33RET W !!," Press RETURN to continue, or '^' to quit: " R X:DTIME I '$T!(X["^") S SRQ=1 Q
34 I X["?" W !!,"Press RETURN to continue with the List of Surgical Cases sorted by Postop",!,"Disposition, or '^' if you do not want to review any additional information." G RET
35 Q
36HDR ; print heading
37 I $D(ZTQUEUED) D ^SROSTOP I SRHALT S SRQ=1 Q
38 I SRHDR,$E(IOST)'="P" D RET Q:SRQ
39 W:$Y @IOF W !,?(132-$L(SRINST)\2),SRINST,?126,"PAGE",!,?58,"SURGICAL SERVICE",?127,$J(PAGE,3)
40 W !,?46,"LIST OF OPERATIONS BY POSTOP DISPOSITION",?100,SRPRINT
41 W !,?(132-$L(SRFRTO)\2),SRFRTO,?100,"REVIEWED BY:"
42 S SRDISP1=$S(SRP:$P(^SRO(131.6,SRP,0),"^"),SRP="ZZ":"DISPOSITION NOT ENTERED",1:"")
43 I SRP'="" S SRTP="POSTOP DISPOSITION: "_SRDISP1 W !,?(132-$L(SRTP)\2),SRTP,?100,"DATE REVIEWED:"
44 I SRP="" W !,?100,"DATE REVIEWED:"
45 W !!,"DATE",?13,"PATIENT",?38,"OPERATION(S)",?90,"SURGEON",?114,"ANESTHESIA TECH",!,"CASE #",?15,"ID#",?90,"1ST ASST",?114,"IN/OUT-PAT STATUS",!,?90,"2ND ASST",?114,"OP TIME" W ! F I=1:1:132 W "-"
46 I $D(SRSPEC) W !,?(132-$L(">> "_SRSPEC_" <<")\2),">> "_SRSPEC_" <<",!
47 S SRHDR=1,PAGE=PAGE+1
48 Q
Note: See TracBrowser for help on using the repository browser.