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

BHLPOST.m

Go to the documentation of this file.
  1. BHLPOST ; IHS/TUCSON/DCP - HL7 - POST-INITIALIZATION PROGRAM ;
  1. ;;1.0;IHS SUPPORT FOR HL7 INTERFACES;;JUL 7, 1997
  1. ;
  1. ; This routine performs any post-initialization actions for the BHL
  1. ; package as a whole. If a COTS Pharmacy system is being installed,
  1. ; then ^BHLRXPST must be run after this routine.
  1. ;
  1. ; This routine is called from the MUMPS prompt: ">" This routine does
  1. ; not require any pre-defined external variables.
  1. ;
  1. START ; ENTRY POINT from MUMPS prompt
  1. D ^XBKVAR
  1. ;
  1. ; kill BHL-namespace globals
  1. W !!," DELETING UNNECESSARY BHL-NAMESPACE FILES."
  1. S XBKDDEL="D",XBKDTMP="D",XBKDLO=90071,XBKDHI=90079 D EN1^XBKD
  1. ;
  1. ; delete BHL Package Entry
  1. W !!," DELETING BHL PACKAGE ENTRY."
  1. S DA=$O(^DIC(9.4,"C","BHL",0)) I DA'="" S DIK="^DIC(9.4," D ^DIK
  1. ;
  1. XIT ; clean up and leave
  1. K DA,DIC,DIK,X,Y,%
  1. W !!," BHL post-init is complete.",!!
  1. Q