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

PXRMP27E.m

Go to the documentation of this file.
  1. PXRMP27E ;SLC/PKR - Exchange inits for PXRM*2.0*27 ;09/25/2012
  1. ;;2.0;CLINICAL REMINDERS;**27**;Feb 04, 2005;Build 188
  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-HOMELESSNESS SCREENING"
  1. I MODE["I" S ARRAY(LN,2)="09/19/2012@14:33:18"
  1. I MODE["A" S ARRAY(LN,3)="M"
  1. ;
  1. S LN=LN+1
  1. S ARRAY(LN,1)="VA-HOMELESSNESS SCREENING DIALOG"
  1. I MODE["I" S ARRAY(LN,2)="09/19/2012@14:34:09"
  1. I MODE["A" S ARRAY(LN,3)="O"
  1. ;
  1. S LN=LN+1
  1. S ARRAY(LN,1)="VA-LIPID STATIN RX CVD/DM (VER1.0)"
  1. I MODE["I" S ARRAY(LN,2)="09/20/2012@12:34:17"
  1. I MODE["A" S ARRAY(LN,3)="M"
  1. ;
  1. S LN=LN+1
  1. S ARRAY(LN,1)="VA-GP LDL STATIN REMINDER NOT DUE"
  1. I MODE["I" S ARRAY(LN,2)="09/19/2012@18:12:26"
  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. ;