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

ENEQRP6.m

Go to the documentation of this file.
  1. ENEQRP6 ;WIRMFO/SAB-PARENT SYSTEM/COMPONENT HIERARCHY REPORT ;6/4/97
  1. ;;7.0;ENGINEERING;**35,42**;AUG 17, 1993
  1. EN ; main entry point
  1. ASKSYS ; ask system
  1. S DIR(0)="Y",DIR("A")="Do you want a report for ALL systems"
  1. S DIR("B")="NO"
  1. S DIR("?",1)="Enter YES to generate a report for all systems."
  1. S DIR("?",2)="The computer will identify all the topmost parent systems"
  1. S DIR("?",3)="by looping through the entire equipment file. A complete"
  1. S DIR("?",4)="system hierarchy will be printed for each of the topmost"
  1. S DIR("?",5)="parent systems which includes all of their components."
  1. S DIR("?",6)="It may take awhile to search the entire equipment file."
  1. S DIR("?",7)=""
  1. S DIR("?",8)="Enter NO to generate a report for just one system."
  1. S DIR("?",9)=""
  1. S DIR("?")="Enter YES or NO"
  1. D ^DIR K DIR G:$D(DIRUT) EXIT
  1. S EN("ALL")=Y
  1. ;
  1. I 'EN("ALL") F D G:ENDAP="^" EXIT Q:ENDAP]""
  1. . S ENDAP=""
  1. . D GETEQ^ENUTL I $D(DTOUT)!$D(DUOUT)!(Y'>0) S ENDAP="^" Q
  1. . S ENDAP=+Y
  1. . ; if entry is a component then offer to start with it's parent
  1. . I $P($G(^ENG(6914,ENDAP,0)),U,3)]"" D Q:'ENDAP
  1. . . S ENDA=ENDAP,I=0
  1. . . F S X=$P($G(^ENG(6914,ENDA,0)),U,3) Q:X=""!(I>50) S ENDA=X,I=I+1
  1. . . W:I>50 $C(7),!!,"Can't determine topmost parent system (>50 deep)."
  1. . . I ENDAP'=ENDA D Q:ENDAP="^"
  1. . . . W !!,"Equipment Entry #",ENDAP," ",$$GET1^DIQ(6914,ENDAP,6)
  1. . . . W !,"is a component of Entry #",ENDA," ",$$GET1^DIQ(6914,ENDA,6)
  1. . . . S DIR(0)="Y",DIR("B")="YES"
  1. . . . S DIR("A")="Would you prefer to report on the parent system"
  1. . . . S DIR("?")="Answer YES to start with the topmost parent system (includes components)."
  1. . . . D ^DIR K DIR I $D(DIRUT) S ENDAP="^" Q
  1. . . . I Y S ENDAP=ENDA
  1. . ; make sure that selected system has components
  1. . I '$O(^ENG(6914,"AE",ENDAP,0)) D Q:'ENDAP
  1. . . W $C(7),!!,"Equipment Entry #",ENDAP," does not have any components"
  1. . . S ENDAP=""
  1. ;
  1. ASKFLD ; ask fields to print
  1. K ENFLD F I=1:1:2 S ENFLD(I)=""
  1. W !!,"Select the 1st field (required) to print for each equipment item."
  1. K DIC S DIC="^DD(6914,",DIC(0)="AQEM",DIC("B")="EQUIPMENT CATEGORY"
  1. S DIC("S")="I ($P(^(0),U,2)'[""W"")&($P(^(0),U,2)'>0)"
  1. D ^DIC K DIC I $D(DTOUT)!$D(DUOUT) G EXIT
  1. I Y'>0 D G ASKFLD
  1. . W $C(7),!!,"Select a field or enter '^' to quit."
  1. S ENFLD(1)=+Y
  1. S ENFLD(1,"L")=$$GET1^DID(6914,ENFLD(1),"","FIELD LENGTH")
  1. S ENFLD(1,"N")=$$GET1^DID(6914,ENFLD(1),"","LABEL")
  1. I ENFLD(1,"L")>20 D G:$D(DIRUT) EXIT
  1. . W !!,"Field ",ENFLD(1,"N")," can be ",ENFLD(1,"L")," characters long."
  1. . W !,"You may want to just print a portion of this field."
  1. . S DIR(0)="N^1:"_ENFLD(1,"L")
  1. . S DIR("A")="Number of characters to print",DIR("B")=20
  1. . D ^DIR K DIR Q:$D(DIRUT)
  1. . S ENFLD(1,"L")=Y
  1. ;
  1. W !!,"Select the 2nd field (optional) to print for each equipment item."
  1. K DIC S DIC="^DD(6914,",DIC(0)="AQEM"
  1. S DIC("S")="I ($P(^(0),U,2)'[""W"")&($P(^(0),U,2)'>0)"
  1. D ^DIC K DIC I $D(DTOUT)!$D(DUOUT) G EXIT
  1. I Y>0 D G:$D(DIRUT) EXIT
  1. . S ENFLD(2)=+Y
  1. . S ENFLD(2,"L")=$$GET1^DID(6914,ENFLD(2),"","FIELD LENGTH")
  1. . S ENFLD(2,"N")=$$GET1^DID(6914,ENFLD(2),"","LABEL")
  1. . I ENFLD(2,"L")>20 D Q:$D(DIRUT)
  1. . . W !!,"Field ",ENFLD(2,"N")," can be ",ENFLD(2,"L")," characters long."
  1. . . W !,"You may want to just print a portion of this field."
  1. . . S DIR(0)="N^1:"_ENFLD(2,"L")
  1. . . S DIR("A")="Number of characters to print",DIR("B")=20
  1. . . D ^DIR K DIR Q:$D(DIRUT)
  1. . . S ENFLD(2,"L")=Y
  1. ;
  1. ASKDEV ; ask device
  1. S %ZIS="QM" D ^%ZIS G:POP EXIT
  1. I $D(IO("Q")) D G EXIT
  1. . S ZTRTN="QEN^ENEQRP6",ZTDESC="Parent System/Component Hierarchy Rpt"
  1. . S ZTSAVE("ENDAP")="",ZTSAVE("ENFLD(")="",ZTSAVE("EN(")=""
  1. . D ^%ZTLOAD,HOME^%ZIS K ZTSK
  1. ;
  1. QEN ; queued entry point
  1. U IO
  1. S (END,ENPG)=0 D NOW^%DTC S Y=% D DD^%DT S ENDT=Y
  1. I 'EN("ALL") S ENDAP("CAT")=$$GET1^DIQ(6914,ENDAP,6)
  1. K ENDL S $P(ENDL,"-",IOM+1)=""
  1. K ENBL S $P(ENBL," ",IOM+1)=""
  1. D HD
  1. ;
  1. BLDHI ; build hierarchy
  1. K ^TMP($J)
  1. S ENRT="^TMP("_$J_","
  1. S ENMD=1
  1. I 'EN("ALL") D GETC(ENDAP,"",ENRT) S ENT=1
  1. I EN("ALL") D G:END WRAPUP
  1. . ; loop thru equipment, identify topmost parents, determine hierarchy
  1. . S ENC=0,ENT=0,ENDA=0
  1. . F S ENDA=$O(^ENG(6914,ENDA)) Q:'ENDA D Q:END
  1. . . S ENC=ENC+1
  1. . . I '(ENC#1000) W:IO=IO(0) "." I $D(ZTQUEUED),$$S^%ZTLOAD S (ZTSTOP,END)=1 Q
  1. . . Q:'$O(^ENG(6914,"AE",ENDA,0)) ; not a parent system
  1. . . Q:$P($G(^ENG(6914,ENDA,0)),U,3)'="" ; not the topmost parent system
  1. . . D GETC(ENDA,"",ENRT) S ENT=ENT+1
  1. ; save total number of topmost parents processed
  1. S @(ENRT_0_")")="SYSTEM/COMPONENT LIST"_U_DT_U_ENT
  1. ;
  1. PRTHI ; print hierarchy
  1. ; compute indent to use for component levels
  1. S Y=10+2+ENFLD(1,"L") ; ien and spaces and 1st field
  1. S:ENFLD(2) Y=Y+3+ENFLD(2,"L") ; spaces and 2nd field
  1. S ENIND=(IOM-Y)\ENMD
  1. I ENIND>12 S ENIND=12
  1. I ENIND<2 S ENIND=2
  1. ;
  1. S ENNODE=ENRT_0_")"
  1. F S ENNODE=$Q(@ENNODE) Q:ENNODE="" Q:$QS(ENNODE,1)'=$J D Q:END
  1. . S ENLVL=$QL(ENNODE),ENDA=$QS(ENNODE,ENLVL),ENC=+$G(@ENNODE)
  1. . S ENCOL=ENIND*(ENLVL-2)
  1. . I $Y+5>IOSL D HD Q:END D HDSYS
  1. . S ENV(1)=$E($$GET1^DIQ(6914,ENDA,ENFLD(1)),1,ENFLD(1,"L"))
  1. . S:ENFLD(2) ENV(2)=$E($$GET1^DIQ(6914,ENDA,ENFLD(2)),1,ENFLD(2,"L"))
  1. . W !,?ENCOL,ENDA,?ENCOL+ENIND,ENV(1)
  1. . W:ENFLD(2) $E(ENBL,1,ENFLD(1,"L")-$L(ENV(1)))," ",ENV(2)
  1. . I ENC W " (",ENC," comp.)"
  1. WRAPUP ;
  1. I END W !!,"REPORT STOPPED BY USER REQUEST"
  1. E D
  1. . W !!,"END OF REPORT"
  1. . I $E(IOST,1,2)="C-" S DIR(0)="E" D ^DIR K DIR
  1. D ^%ZISC
  1. ;
  1. EXIT ;
  1. I $D(ZTQUEUED) S ZTREQ="Q"
  1. K ^TMP($J)
  1. K DIC,DIR,DIROUT,DIRUT,DTOUT,DUOUT,X,Y
  1. K EN,ENC,ENCOL,ENDA,ENDAP,ENFLD,ENIND,ENLVL,ENMD,ENNODE,ENRT,ENT,ENV
  1. K ENBL,END,ENDL,ENDT,ENPG
  1. Q
  1. HD ; header
  1. I $D(ZTQUEUED),$$S^%ZTLOAD S (ZTSTOP,END)=1 Q
  1. I $E(IOST,1,2)="C-",ENPG S DIR(0)="E" D ^DIR K DIR I 'Y S END=1 Q
  1. I $E(IOST,1,2)="C-"!ENPG W @IOF
  1. S ENPG=ENPG+1
  1. W !,"PARENT SYSTEM/COMPONENT HIERARCHY",?48,ENDT,?72,"page ",ENPG
  1. W !,"for "
  1. I EN("ALL") W "ALL SYSTEMS"
  1. E W "SYSTEM with ENTRY #",ENDAP," ",ENDAP("CAT")
  1. W !," print field(s): ",ENFLD(1,"N")
  1. W:ENFLD(2) " and ",ENFLD(2,"N")
  1. W !,ENDL
  1. Q
  1. HDSYS ; header for continued system
  1. F I=2:1:ENLVL-1 W !,?(ENIND*(I-2)),$QS(ENNODE,I)," (continued)"
  1. Q
  1. ;
  1. GETC(ENDAP,ENPL,ENRT) ; Get All Components Under a Parent System
  1. ; Input
  1. ; ENDAP - ien of parent system (e.g. 1024)
  1. ; ENPL - ien list of parent systems above ENDAP (e.g. 150,7019,10,)
  1. ; ENRT - root of array to store hierarchy in (e.g. X( or ^TMP($J,)
  1. ; ENMD - maximum depth reached
  1. ; Output
  1. ; ENMD - maximum depth reached
  1. ; ^TMP($J,parent ien)=# of components
  1. ; ^TMP($J,parent ien,component ien)=""
  1. N ENDAC,ENC,Y
  1. ; init component counter
  1. S ENC=0
  1. ; loop thru components of parent system ENDAP
  1. S ENDAC=0 F S ENDAC=$O(^ENG(6914,"AE",ENDAP,ENDAC)) Q:'ENDAC D
  1. . ; check for endless loop
  1. . I ","_ENPL_ENDAP_","[(","_ENDAC_",") D Q
  1. . . W !,"ERROR - ENDLESS LOOP DETECTED - SKIPPING ENTRY"
  1. . . W !," Entry #",ENDAC," already is a parent in ",ENPL_ENDAP_","
  1. . ; save component
  1. . S @(ENRT_ENPL_ENDAP_","_ENDAC_")")="",ENC=ENC+1
  1. . ; see if previous maximum depth exceeded
  1. . S Y=$L(ENPL_ENDAP_","_ENDAC,",") I Y>ENMD S ENMD=Y
  1. . ; if component has components then get them also
  1. . I $O(^ENG(6914,"AE",ENDAC,0)) D GETC(ENDAC,ENPL_ENDAP_",",ENRT)
  1. ; save parent system component count
  1. S @(ENRT_ENPL_ENDAP_")")=ENC
  1. Q
  1. ;ENEQRP6