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

VAFHREG.m

Go to the documentation of this file.
  1. VAFHREG ;ALB/JLU;Checking registration;
  1. ;;5.3;Registration;**91**;Jun 06, 1996
  1. ;
  1. EN() ;this tag looks at what option the user is in at the time. If it is
  1. ;registration, scheduling then it is assumed that the event will be
  1. ;picked up by the event drivers.
  1. ;
  1. N VAR
  1. S VAR=0 ;not a registration
  1. I $P($G(XQY0),"^")="DG REGISTER PATIENT" S VAR=1 G EX ;looking at the option.
  1. I $P($G(XQY0),"^")="DGRPT 10-10T REGISTRATION" S VAR=1 G EX
  1. EX Q VAR