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

EASEZF1A.m

Go to the documentation of this file.
  1. EASEZF1A ;ALB/ma-Filing 1010EZ Data to Patient Database(AO) ;11/09/04 13:07
  1. ;;1.0;ENROLLMENT APPLICATION SYSTEM;**57**;Nov 9, 2004
  1. ;
  1. Q
  1. ; File value "V(ietnam)" in Patient File #2
  1. ; in field "Agent Orange Location" #3213
  1. ; if answer is "Y(es)" in the field "Agent Orange exposure"
  1. ; and File NULL if "N(o)"
  1. F32102(EASAPP,EASDFN,EASDATA) ; File Value to Patient File #2
  1. ;input EASAPP = ien to file #712
  1. ; EASDFN = ien to #2
  1. ; EASDATA = Agent Orange Exposure ("Y/N")
  1. ;
  1. N EZAOL,EZIENS
  1. S EZIENS=EASDFN_","
  1. S EZAOL(EASAPP,2,EZIENS,.3213)=$S(EASDATA["Y":"V",1:"")
  1. D FILE^DIE("","EZAOL("_EASAPP_")","ERR")
  1. Q