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

DGQEPST.m

Go to the documentation of this file.
  1. DGQEPST ;ALB/JFP - VIC POST INIT DRIVER; 09/01/96
  1. ;;5.3;REGISTRATION;**73,1015**;DEC 11,1996;Build 21
  1. ;;Per VHA Directive 10-93-142, this routine should not be modified.
  1. CHKPTS ; -- Create check points for post-init
  1. ;Input : All variables set by KIDS
  1. ;Output : None
  1. ;
  1. ; -- Declare variables
  1. N TMP
  1. ; -- Update HL7 application DGQE VIC EVENTS with site #
  1. S TMP=$$NEWCP^XPDUTL("DGQE1","APPUPD^DGQEPST1")
  1. ; -- Update Logical Link with device
  1. S TMP=$$NEWCP^XPDUTL("DGQE2","UPDLL^DGQEPST1")
  1. ; -- Update Bulletin with mail group
  1. S TMP=$$NEWCP^XPDUTL("DGQE3","UPDBULL^DGQEPST1")
  1. ; -- Message to add members to VIC mail group
  1. S TMP=$$NEWCP^XPDUTL("DGQE4","MAILMEM^DGQEPST1")
  1. ; -- Check for version 2.2
  1. S TMP=$$NEWCP^XPDUTL("DGQE5","CHKVER^DGQEPST1")
  1. ; -- Check A08 message for version 2.2
  1. S TMP=$$NEWCP^XPDUTL("DGQE6","CHKA08^DGQEPST1")
  1. ; -- Check ACK message for version 2.2
  1. S TMP=$$NEWCP^XPDUTL("DGQE7","CHKACK^DGQEPST1")
  1. ; -- Re-index file 870 to set ALLP cross reference
  1. S TMP=$$NEWCP^XPDUTL("DGQE8","ALLP^DGQEPST1")
  1. ;Done
  1. Q