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

PXRMP78I.m

Go to the documentation of this file.
  1. PXRMP78I ;ISP/AGP - PATCH 78 INSTALLATION ;02/23/2022
  1. ;;2.0;CLINICAL REMINDERS;**78**;Feb 04, 2005;Build 10
  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)="VA-SEXUAL ORIENTATION"
  1. I MODE["I" S ARRAY(LN,2)="02/23/2022@15:14:17"
  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","PXRMP78I")
  1. ;Enable options and protocols
  1. D OPTIONS^PXRMUTIL("ENABLE","Install of PXRM*2.0*78")
  1. D PROTCOLS^PXRMUTIL("ENABLE","Install of PXRM*2.0*78")
  1. Q
  1. ;
  1. PRE ;Pre-init
  1. ;Disable options and protocols
  1. D OPTIONS^PXRMUTIL("DISABLE","Install of PXRM*2.0*78")
  1. D PROTCOLS^PXRMUTIL("DISABLE","Install of PXRM*2.0*78")
  1. D DELEXE^PXRMEXSI("EXARRAY","PXRMP78I")
  1. Q