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

ENWARD1.m

Go to the documentation of this file.
  1. ENWARD1 ;(WASH ISC)/DH-Incomplete Work Orders for End Users ;2.17.97
  1. ;;7.0;ENGINEERING;**35**;Aug 17, 1993
  1. ; Check for incomplete work orders
  1. ;
  1. EN S DIR(0)="S^E:Entered By;L:Locations (multiple);R:Room (specific);S:Service/Section",DIR("B")="Room (specific)",DIR("A")="List incomplete work orders by"
  1. D ^DIR K DIR G:$D(DIRUT) EXIT G @$E(Y)
  1. ;
  1. E ;By user (ENTERED BY)
  1. S DIC="^VA(200,",DIC(0)="AEQMN" D ^DIC G:Y'>0 EXIT S ENEB=+Y,ENBY="E"
  1. G DEV
  1. ;
  1. L ;By location
  1. S DIR(0)="Y",DIR("A")="Should all LOCATIONS be included",DIR("B")="YES"
  1. S DIR("?",1)="Enter 'NO' if you want to screen your list by DIVISION, BUILDING, WING,"
  1. S DIR("?",2)="and/or ROOM. If you enter 'YES' then all locations will be included and the"
  1. S DIR("?")="sort order will be DIVISION, BUILDING, WING, and finally ROOM."
  1. D ^DIR K DIR Q:$D(DIRUT)
  1. S ENSRT("LOC","ALL")=Y S:Y ENSRT("BY")="DBWR"
  1. D:'Y GEN^ENSPSRT
  1. I '$D(ENSRT("BY")) G EXIT
  1. S ENBY="L" G DEV
  1. ;
  1. R ; One specific room
  1. S DIC="^ENG(""SP"",",DIC(0)="AEQM" D ^DIC G:Y'>0 EXIT S ENROOM=+Y,ENBY="R" G DEV
  1. ;
  1. S ;By service
  1. S DIC="^DIC(49,",DIC(0)="AEQM" D ^DIC G:Y'>0 EXIT S ENSRVC=+Y,ENBY="S"
  1. DEV K IOP("P") S %ZIS="Q" D ^%ZIS G:POP EXIT
  1. I $D(IO("Q")) K IO("Q") S ZTIO=ION,ZTRTN="EN^ENWARD2",ZTSAVE("EN*")="",ZTSAVE("D*")="",ZTDESC="Incomp Work Orders (Elect WO Module)" D ^%ZTLOAD K ZTSK D ^%ZISC G EXIT
  1. G EN^ENWARD2
  1. ;
  1. EXIT K A,B,C,I,J,K,DIC,DIE,DA,DN,DNX,L,R,X,ENBY,ENEB,ENRLOC,ENSRT,ENROOM
  1. Q
  1. ;ENWARD1