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

PXRMP80I.m

Go to the documentation of this file.
  1. PXRMP80I ;ISP/AGP - PATCH 80 INSTALLATION ;03/09/2022
  1. ;;2.0;CLINICAL REMINDERS;**80**;Feb 04, 2005;Build 7
  1. ;
  1. ;
  1. EXARRAY(MODE,ARRAY) ;List of exchange entries used by delete and install
  1. ;MODE values: I for include in build, A for include action.
  1. N LN
  1. S LN=0
  1. ;
  1. S LN=LN+1
  1. S ARRAY(LN,1)="PXRM*2.0*80 SMART UPDATES"
  1. I MODE["I" S ARRAY(LN,2)="03/09/2022@14:43:21"
  1. I MODE["A" S ARRAY(LN,3)="O"
  1. ;
  1. Q
  1. ;
  1. POST ;Post-init
  1. ;Install Exchange File entries.
  1. D SMEXINS^PXRMEXSI("EXARRAY","PXRMP80I")
  1. ;Enable options and protocols
  1. D OPTIONS^PXRMUTIL("ENABLE","Install of PXRM*2.0*80")
  1. D PROTCOLS^PXRMUTIL("ENABLE","Install of PXRM*2.0*80")
  1. Q
  1. ;
  1. PRE ;Pre-init
  1. ;Disable options and protocols
  1. D OPTIONS^PXRMUTIL("DISABLE","Install of PXRM*2.0*80")
  1. D PROTCOLS^PXRMUTIL("DISABLE","Install of PXRM*2.0*80")
  1. D DELEXE^PXRMEXSI("EXARRAY","PXRMP80I")
  1. Q