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

HLOP146.m

Go to the documentation of this file.
  1. HLOP146 ;ALB/CJM-Pre & Post install ;06/04/2009
  1. ;;1.6;HEALTH LEVEL SEVEN;**146**;Oct 13, 1995;Build 16
  1. ;Per VHA Directive 2004-038, this routine should not be modified.
  1. ;
  1. PRE ;
  1. ;
  1. N WORK
  1. L +^HLTMP("PROCESS MANAGER"):0
  1. I '$T D ABORT Q
  1. D CHKDEAD^HLOPROC1(.WORK)
  1. I $O(^HLTMP("HL7 RUNNING PROCESSES",""))'="" D ABORT
  1. L -^HLTMP("PROCESS MANAGER")
  1. Q
  1. ABORT ;
  1. S XPDABORT=1
  1. D BMES^XPDUTL("HLO processes are still running and prevent this installation from completing")
  1. Q
  1. POST ;post-install
  1. N OPTION
  1. F OPTION="HLO OUTBOUND DELETE","HLO SEQUENCE DELETE" D DELSYN(OPTION)
  1. Q
  1. DELSYN(OPTION) ;delete options QD synonym
  1. S DA(1)=$O(^ORD(101,"B",OPTION,0))
  1. Q:'DA(1)
  1. S DA=$O(^ORD(101,DA(1),2,"B","QD",0))
  1. Q:'DA
  1. I $$DELETE^HLOASUB1(101.02,.DA)
  1. Q