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

WV29PST.m

Go to the documentation of this file.
  1. WV29PST ;SLC/WAS-WV*1*29 POST INSTALLATION ROUTINE; Aug 17,2022@14:28
  1. ;;1.0;WOMEN'S HEALTH;**29**;Sep 30, 1998;Build 20
  1. ;
  1. ; Reference to ^XPDUTL in ICR #10141
  1. ; Reference to ^DIE in ICR #10013
  1. ; Reference to ^DIE in ICR #10018
  1. ;
  1. ENV ; Environment check point.
  1. ;
  1. S XPDABORT=""
  1. D PROGCHK(.XPDABORT) ;checks programmer variables
  1. I XPDABORT="" K XPDABORT
  1. Q
  1. ;
  1. PRE ; Main entry point for Pre-init items.
  1. ;
  1. D BMES^XPDUTL("Pre-installation begin...")
  1. ;
  1. ; Delete invalid pointers in .07 in file #790.404
  1. N TSTFLD,DR,DIE,DA
  1. S DA="" F S DA=$O(^WV(790.404,DA)) Q:DA="" D
  1. .S TSTFLD=$P($G(^WV(790.404,DA,0)),"^",7)
  1. .I (TSTFLD'="") D
  1. ..I '$D(^WV(790.51,TSTFLD)) D
  1. ...S DIE="^WV(790.404,",DR=".07///@" D ^DIE
  1. ;
  1. D BMES^XPDUTL("Pre-installation complete...")
  1. ;
  1. Q
  1. ;
  1. POST ; Main entry point for Post-init items.
  1. ;
  1. D BMES^XPDUTL("Post-installation begin...")
  1. ;
  1. ; Update the BREAST NEED MRI value to "BREAST MRI" in file #790.404
  1. N DR,DIE
  1. N DA S DA=$O(^WV(790.404,"U","BREAST NEED MRI","")) Q:'DA
  1. S DIE="^WV(790.404,",DR=".07///Breast MRI" D ^DIE
  1. ;
  1. D BMES^XPDUTL("Post-installation complete...")
  1. ;
  1. Q
  1. ;
  1. PROGCHK(XPDABORT) ; Checks for necessary programmer variables
  1. ;
  1. I '$G(DUZ)!($G(DUZ(0))'="@")!('$G(DT))!($G(U)'="^") D
  1. .D MES^XPDUTL("*****")
  1. .D MES^XPDUTL("Your programming variables are not set up properly.")
  1. .D MES^XPDUTL("Installation aborted.")
  1. .D MES^XPDUTL("*****")
  1. .S XPDABORT=2
  1. Q