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

PRC159P.m

Go to the documentation of this file.
  1. PRC159P ;VMP/RB - PRCSCPO key setting/audit ;08/01/11
  1. ;;5.1;IFCAP;**159**;Aug 1, 2011;Build 9
  1. ;;Per VHA Directive 2004-038, this routine should not be modified.
  1. ;;
  1. Q
  1. START ;
  1. ; Pre install to set key PRCSCPO terminate setting to 'NO" and
  1. ; audit to look for terminated employees having PRCSCPO key.
  1. ;
  1. Q:$D(^XTMP("PRC159P"))
  1. K ^XTMP("PRC159P")
  1. SETUP K ^XTMP("PRC159P") D NOW^%DTC S RMSTART=%,(T1,T2,T3)=0
  1. S ^XTMP("PRC159P","START COMPILE")=RMSTART
  1. S ^XTMP("PRC159P","END COMPILE")="RUNNING"
  1. S ^XTMP("PRC159P",0)=$$FMADD^XLFDT(RMSTART,120)_"^"_RMSTART
  1. SET S CPOKEY=$O(^DIC(19.1,"B","PRCSCPO",0)) D:CPOKEY I 'CPOKEY W !!,"** NO PRCSCPO KEY DEFINED AS IFCAP SECURITY KEY **" G EXIT
  1. . S R0=^DIC(19.1,CPOKEY,0)
  1. . S ^XTMP("PRC159P","KEY",0)=$P(R0,U,4)_U_"n"
  1. . S DA=CPOKEY,DIE="^DIC(19.1,",DR=".04///n" D ^DIE
  1. AUDIT ;FIND EMPLOYEES IN ^VA(200) W/ KEY PRCSCPO
  1. S IEN=0,U="^"
  1. 1 S IEN=$O(^VA(200,IEN)) G EXIT:IEN=""!(IEN]"@")
  1. S R0=$G(^VA(200,IEN,0)) I R0="" S STS="X",T3=T3+1 D 3 G 1
  1. 2 S VAKEY=$O(^VA(200,IEN,51,"B",CPOKEY,0)) G 1:VAKEY=""!(VAKEY]"@") D
  1. . S KR0=$G(^VA(200,IEN,51,VAKEY,0)) Q:$P(KR0,U)'=VAKEY
  1. . I $P(R0,U,11) S STS="T",T1=T1+1 D D 3 Q
  1. .. S DA=VAKEY,DA(1)=IEN,DIK="^VA(200,"_DA(1)_",51," D ^DIK
  1. . S STS="A",T2=T2+1 D 3
  1. G 1
  1. 3 S ^XTMP("PRC159P",STS,IEN,0)=$P(R0,U)_U_$P(R0,U,11)
  1. Q
  1. EXIT ;
  1. D NOW^%DTC S RMEND=%
  1. S ^XTMP("PRC159P","END COMPILE")=RMEND_U_T1_U_T2_U_T3
  1. W !!,"Number of TERMINATED employees with key PRCSCPO still assigned: ",T1
  1. W !!,"Number of ACTIVE employees with key PRCSCPO still assigned: ",T2
  1. W !!,"Number of employees with *NO* node 0 information: ",T3
  1. K RMEND,RMSTART,%,DR,DA,DIE,DIK,IEN,IENKEY,VAKEY,CPOKEY,T1,T2,T3,STS,R0,KR0
  1. Q