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