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

VBEC2P1.m

Go to the documentation of this file.
  1. VBEC2P1 ;RLM/VBEC - VBECS PATCH PREINSTALL ROUTINE ; Jan 04, 2018@15:33
  1. ;;2.0;VBEC;**1**;Jun 05, 2015;Build 13
  1. ; Use of ^XPDUTL is supported by Integration Agreement: 10141
  1. ; Use of ^XMXAPI is supported by Integration Agreement: 2729
  1. ; Use of ^XPDIP is supported by Integration Agreement: 2067
  1. ENV ;Environment Check
  1. K XPDQUIT,MSG
  1. I '(+$O(^LAB(60,"B","VBEC PATIENT REFLEX TEST",0))) D
  1. . S MSG(1)="The ""VBEC PATIENT REFLEX TEST"" test has not been created."
  1. . S MSG(2)="Please create the test with the following information"
  1. . S MSG(3)="and continue with the patch installation."
  1. . S MSG(4)=""
  1. . S MSG(5)=" NAME: VBEC PATIENT REFLEX TEST TYPE: NEITHER"
  1. . S MSG(6)=" SUBSCRIPT: WORKLOAD HIGHEST URGENCY ALLOWED: ROUTINE"
  1. . S MSG(7)=" PRINT NAME: VBEC PATIENT REFLEX CREATION DATE:"
  1. . S MSG(8)=""
  1. . S MSG(9)=""
  1. . S XPDQUIT=2 D MES^XPDUTL(.MSG)
  1. Q
  1. PRE ;Pre Init
  1. ;Update version field
  1. N DIC,X,Y,Z
  1. S DIC(0)="BX",DIC="^DIC(9.4,",X="VBECS" D ^DIC Q:Y<0
  1. S Z=$$PKGVER^XPDIP(+Y,"2.0")
  1. Q
  1. POST ;Post Init
  1. ;Send a message showing successful installation.
  1. K ^TMP("VBEC",$J)
  1. s ^TMP("VBEC",$J,1,0)="Patch VBEC*2*1 has been installed by "_$$GET1^DIQ(200,DUZ_",",".01","E","VBECN","ERR")_" at "_$P($$SITE^VASITE,"^",2)
  1. s ^TMP("VBEC",$J,2,0)=" "
  1. S VBECLAB=+$O(^LAB(60,"B","VBEC PATIENT REFLEX TEST",0)) I VBECLAB S VBECLAB1=$P($G(^LAB(60,VBECLAB,0)),"^")
  1. s ^TMP("VBEC",$J,3,0)=" NOTE! Reflex test has not been created!"
  1. I $G(VBECLAB1)]"" s ^TMP("VBEC",$J,3,0)=VBECLAB1_" has been created with IEN "_VBECLAB
  1. s ^TMP("VBEC",$J,4,0)=" "
  1. s ^TMP("VBEC",$J,5,0)="Current version is: "_$$VERSION^XPDUTL("VBEC")
  1. s XMSUB="VBEC*2*1 Patch Installation verification",XMTEXT="^TMP(""VBEC"",$J)",XMDUN="VBECS Patch Monitor"
  1. s XMY("G.VBEC@DOMAIN.EXT")=""
  1. d SENDMSG^XMXAPI(DUZ,XMSUB,XMTEXT,.XMY)
  1. k ^TMP("VBEC",$J),XMY,XMSUB,VBECLAB,VBECLAB1
  1. q