Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: SRONOR

SRONOR.m

Go to the documentation of this file.
  1. SRONOR ;B'HAM ISC/MAM - REPORT OF NON-O.R. PROCEDURES ; [ 09/22/98 11:35 AM ]
  1. ;;3.0; Surgery ;**77,50**;24 Jun 93
  1. S SRSOUT=0,SRINST=SRSITE("SITE")
  1. W @IOF,!,"Report of Non-OR Procedures",!
  1. DATE D DATE^SROUTL(.SRSD,.SRED,.SRSOUT) G:SRSOUT END
  1. SORT W @IOF,!,"How do you want the report sorted ? ",!!,"1. By Specialty",!,"2. By Provider",!,"3. By Location",!!,"Select Number: 1// " R X:DTIME I '$T!(X["^") S SRSOUT=1 G END
  1. S:X="" X=1 I X<1!(X>3) W !!,"Enter '1' to sort this report by specialty, '2' to list ",!,"procedures sorted by provider, or '3' to list procedures sorted by location.",!!,"Press RETURN to continue " R X:DTIME G SORT
  1. I X=1 G ^SRONOR1
  1. I X=3 G ^SRONOR6
  1. ALL W @IOF,!,"Do you want to print the report for all Providers ? YES// " R SRYN:DTIME I '$T!(SRYN["^") S SRSOUT=1 G END
  1. S SRYN=$E(SRYN) S:SRYN="" SRYN="Y"
  1. I "Yy"[SRYN S SRSUR="ALL" G DEVICE
  1. I "Nn"'[SRYN W !!,"Enter RETURN to print the report for all providers, or 'NO'",!,"to select a specific provider.",!!,"Press RETURN to continue " R X:DTIME G ALL
  1. W !! K DIC S DIC=200,DIC(0)="QEAMZ",DIC("A")="Print the Report for which Provider ? " D ^DIC K DIC I Y<0 S SRSOUT=1 G END
  1. S SRSUR=+Y,SRSURG=$P(Y(0),"^")
  1. DEVICE W ! K IOP,%ZIS,POP,IO("Q") S %ZIS="QM",%ZIS("A")="Print the report on which Device: " W !!,"This report is designed to use a 132 column format.",! D ^%ZIS I POP S SRSOUT=1 G END
  1. I $D(IO("Q")) K IO("Q") S ZTDESC="REPORT OF NON-O.R. PROCEDURES",ZTRTN="EN^SRONOR",(ZTSAVE("SRSD"),ZTSAVE("SRED"),ZTSAVE("SRINST"),ZTSAVE("SRSITE*"),ZTSAVE("SRSUR*"))="" D ^%ZTLOAD G END
  1. EN ; entry when queued
  1. U IO N SRFRTO S Y=SRSD X ^DD("DD") S SRFRTO="FROM: "_Y_" TO: ",Y=SRED X ^DD("DD") S SRFRTO=SRFRTO_Y
  1. S SRSD=SRSD-.0001,SRED=SRED+.9999
  1. I SRSUR="ALL" D ^SRONOR4 G END
  1. D ^SRONOR5
  1. END W:$E(IOST)="P" @IOF I $D(ZTQUEUED) K ^TMP("SR",$J) Q:$G(ZTSTOP) S ZTREQ="@" Q
  1. I $E(IOST)'="P",'SRSOUT W !!,"Press RETURN to continue " R X:DTIME
  1. D ^%ZISC,^SRSKILL W @IOF
  1. Q