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

PXRMP34E.m

Go to the documentation of this file.
  1. PXRMP34E ;SLC/PKR - Exchange inits for PXRM*2.0*34 ;11/05/2013
  1. ;;2.0;CLINICAL REMINDERS;**34**;Feb 04, 2005;Build 195
  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-TERATOGENIC MEDICATIONS ORDER CHECKS (UPDATE #1)"
  1. I MODE["I" S ARRAY(LN,2)="11/05/2013@10:52:08"
  1. I MODE["A" S ARRAY(LN,3)="I"
  1. ;
  1. S LN=LN+1
  1. S ARRAY(LN,1)="VA-ECOE PATCH 30 ELEMENT UPDATE"
  1. I MODE["I" S ARRAY(LN,2)="10/28/2013@08:21:36"
  1. I MODE["A" S ARRAY(LN,3)="O"
  1. ;
  1. I MODE="IA" D BMES^XPDUTL("There are "_LN_" Reminder Exchange entries to be installed.")
  1. Q
  1. ;