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

SDRRLRP.m

Go to the documentation of this file.
  1. SDRRLRP ;10N20/MAH ; Recall Reminder Manual Printing; 01/22/2008
  1. ;;5.3;PIMS;**1016**;JUN 30, 2012;Build 20
  1. ;;CHECK TO SEE HOW A SITE HAS BEEN SETUP FOR CLINIC RECALL
  1. ;;in the OUTPATIENT CLINIC RECALL PARAM FILE
  1. ;;if set to letters it will run SDRRRECL routine
  1. ;;if set to cards it will run SDRRRECP routine
  1. STR N DIRUT,TYPE
  1. W ! S DIR("A")="What Clinic Recall Division will you be printing From ",DIR(0)="P^403.53:AEMQZ" D ^DIR Q:$D(DIRUT) S IEN=+Y K Y,Q,DIR
  1. S TYPE=$P($G(^SD(403.53,IEN,0)),"^",2) I TYPE="" S TYPE="C" K IEN
  1. I TYPE["C" D ^SDRRRECP Q
  1. I TYPE["L" D ^SDRRRECL Q
  1. Q