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

ACKQIPS1.m

Go to the documentation of this file.
  1. ACKQIPS1 ;HCIOFO/BH-Version 3 Post Installation routine ; 04/01/99
  1. ;;3.0;QUASAR;;Feb 11, 2000
  1. ;Per VHA Directive 10-93-142, this routine SHOULD NOT be modified.
  1. ;
  1. STAFF I ^TMP("ACKQIPST","SKIP") G EXIT ; Virgin Site
  1. D BMES^XPDUTL("Updating A&SP Staff file to no longer point to New Person file.")
  1. ;
  1. N ACK1,ACK2,ACK
  1. S ACK1=0,ACKCNT=0
  1. F S ACK1=$O(^ACK(509850.3,ACK1)) Q:'+ACK1 D
  1. . S ACK2=""
  1. . S ACK2=$O(^USR(8930.3,"B",ACK1,ACK2))
  1. . K ACK S ACK(509850.3,ACK1_",",.01)=ACK2 D FILE^DIE("","ACK")
  1. ;
  1. ; Creates new 'D' Cross Reference on Staff File.
  1. K ^ACK(509850.3,"D")
  1. S DIK="^ACK(509850.3,"
  1. S DIK(1)=".01^D"
  1. D ENALL^DIK
  1. D BMES^XPDUTL("Completed updating A&SP Staff file.")
  1. ;
  1. EXIT ;
  1. K ^TMP("ACKQIPST","SKIP")
  1. ;
  1. Q