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

EASEZRPU.m

Go to the documentation of this file.
  1. EASEZRPU ;ALB/AMA,TDM - Print utility for 10-10EZR ; 2/6/13 12:10pm
  1. ;;1.0;ENROLLMENT APPLICATION SYSTEM;**57,70,107**;Mar 15, 2001;Build 32
  1. ;
  1. Q
  1. ;
  1. PAGE1 ;This function retrieves and formats the page 1 application data from
  1. ;the 1010EZ Holding File, #712, for the printed version of the VistA
  1. ;10-10EZR form. If the holding file entry has not been accepted, and
  1. ;a vista entry is available, the vista entry is printed.
  1. ; Called from EN^EASEZRPF
  1. ;
  1. ;The ^TMP("EZRTEMP") global is built in SETUP^EASEZRPF and
  1. ;remains until the printed form is complete.
  1. ; Variables
  1. ; ZDATA - references TMP global for output data
  1. ; EZDATA - references available data from 1010EZ holding file
  1. ; EASTR - Temporary String data variable
  1. ; EAX,EAY - Temporary data variables
  1. ; EACT - Temporary city variable
  1. ;
  1. ;THIS ROUTINE WAS COPIED FROM EASEZP6U, AND MODIFIED TO
  1. ;PROCESS JUST THE DATA ELEMENTS NEEDED FOR THE EZR FORM
  1. ;
  1. N ZDATA,EZDATA,EASTR,EAX,EAY,EACT
  1. ;
  1. S ZDATA=$NA(^TMP("EASEZR",$J,1))
  1. S EZDATA=$NA(^TMP("EZRTEMP",$J,"I",1))
  1. K @ZDATA
  1. ;
  1. S @ZDATA@(2)=$$PROCESS(2.1) ;Vet's name
  1. S @ZDATA@(3)=$E($$PROCESS("3."),1,35) ;Other names used
  1. S @ZDATA@(4)=$$PROCESS("4.") ;Gender
  1. ;
  1. S @ZDATA@(5)=$$PROCESS("5.") ;SSN
  1. S @ZDATA@(7)=$$PROCESS("7.") ;Date of birth
  1. S @ZDATA@("9A")=$E($$PROCESS("9A."),1,35) ;Address
  1. S @ZDATA@("9B")=$E($$PROCESS("9B."),1,32) ;City
  1. S @ZDATA@("9C")=$$PROCESS("9C.") ;State
  1. S @ZDATA@("9D")=$$PROCESS("9D.") ;Zip
  1. S @ZDATA@("9E")=$$PROCESS("9E.") ;County
  1. S @ZDATA@("9F")=$$PROCESS("9F.") ;Province - EAS*1.0*70
  1. S @ZDATA@("9G")=$$PROCESS("9G.") ;Postal Code - EAS*1.0*70
  1. S @ZDATA@("9H")=$$PROCESS("9H.") ;Country - EAS*1.0*70
  1. S @ZDATA@(10)=$$PROCESS("10.1") ;Home phone
  1. S @ZDATA@("11A")=$$PROCESS("11A.") ;E-mail
  1. S @ZDATA@("11G")=$$PROCESS("11A1.") ;Cell phone number
  1. S @ZDATA@("11H")=$$PROCESS("11A3.") ;Pager number
  1. S @ZDATA@(12)=$$PROCESS("12.") ;Marital status
  1. ;
  1. K EAX
  1. F EAX="14J","14K","14L" D ;Medicare eligible, Enrolled in Part A/B?
  1. . S EAY=$$PROCESS(EAX_".")
  1. . S @ZDATA@(EAX)=$S(EAY="Y"!(EAY="YES"):"YES",EAY="N"!(EAY="NO"):"NO",EAY="UNKNOWN":"UNKNOWN",1:"")
  1. ;
  1. S @ZDATA@("14K1")=$$PROCESS("14K1.") ;Medicare Part A effective date
  1. S @ZDATA@("14L1")=$$PROCESS("14L1.") ;Medicare Part B effective date
  1. S @ZDATA@("14M")=$$PROCESS("14M.") ;Medicare claim number
  1. S @ZDATA@("14N")=$$PROCESS("14N.") ;Name on Medicare card
  1. ;
  1. ;Vet's employment status^Date of retirement
  1. S @ZDATA@("15A")=$$PROCESS("15A.1")_U_$$PROCESS("15A.2")
  1. K EAX
  1. S EAX=$E($$PROCESS("15B.1"),1,30) ;Company's name
  1. S EACT="",EACT=$E($$PROCESS("15B.3"),1,30) ;Company's city
  1. I EACT]"" S EACT=EACT_", " ;if there's a city, add comma & space
  1. ;Company's name^Street^City, State Zip^Phone
  1. S EAX=EAX_U_$E($$PROCESS("15B.2"),1,30)_U_EACT_$$PROCESS("15B.4")_" "_$E($$PROCESS("15B.5"),1,10)_U_$$PROCESS("15B.6")
  1. S @ZDATA@("15B")=EAX
  1. ;
  1. ;Spouse's employment status^Date of retirement
  1. S @ZDATA@("16A")=$$PROCESS("16A.1")_U_$$PROCESS("16A.2")
  1. ;
  1. K EAX
  1. S EAX=$E($$PROCESS("16B.1"),1,30) ;Spouse's company's name
  1. S EACT="",EACT=$E($$PROCESS("16B.3"),1,30) ;Spouse's company's city
  1. I EACT]"" S EACT=EACT_", " ;if there's a city, add comma & space
  1. ;Spouse's company's name^Street^City, State Zip^Phone
  1. S EAX=EAX_U_$E($$PROCESS("16B.2"),1,30)_U_EACT_$$PROCESS("16B.4")_" "_$E($$PROCESS("16B.5"),1,10)_U_$$PROCESS("16B.6")
  1. S @ZDATA@("16B")=EAX
  1. ;
  1. S EAX=$$PROCESS("17.") ;Covered by health insurance?
  1. S @ZDATA@(17)=$S(EAX="Y"!(EAX="YES"):"YES",EAX="N"!(EAX="NO"):"NO",EAX="UNKNOWN":"UNKNOWN",1:"")
  1. ;
  1. S @ZDATA@("17A")=$$PROCESS("17A.") ;Insurance company's name
  1. S @ZDATA@("17B")=$E($$PROCESS("17B."),1,30) ;Name of policy holder
  1. S @ZDATA@("17C")=$$PROCESS("17C.") ;Policy number
  1. S @ZDATA@("17D")=$$PROCESS("17D.") ;Group code
  1. ;
  1. S EACT="",EACT=$$PROCESS("17F.") ;Insurance company's city
  1. I EACT]"" S EACT=EACT_", " ;if there's a city, add comma & space
  1. ;Insurance company's street^city, state zip
  1. S @ZDATA@("17E")=$$PROCESS("17E.")_U_EACT_$$PROCESS("17G.")_" "_$$PROCESS("17H.")
  1. S @ZDATA@("17I")=$$PROCESS("17I.") ;Insurance company's phone
  1. ;
  1. S EACT="",EACT=$E($$PROCESS("19A.4"),1,30) ;Next-of-kin's city
  1. I EACT]"" S EACT=EACT_", " ;if there's a city, add comma & space
  1. ;Next-of-kin's name^street^city, state zip^relationship
  1. S @ZDATA@("19A")=$$PROCESS("19A.1")_U_$E($$PROCESS("19A.3"),1,30)_U_EACT_$$PROCESS("19A.5")_" "_$E($$PROCESS("19A.6"),1,10)_U_$$PROCESS("19A.7")
  1. S @ZDATA@("19B")=$$PROCESS("19B.1") ;Next-of-kin's home phone
  1. S @ZDATA@("19C")=$$PROCESS("19C.1") ;Next-of-kin's work phone
  1. ;
  1. S EACT="",EACT=$E($$PROCESS("20A.4"),1,30) ;Emergency contact's city
  1. I EACT]"" S EACT=EACT_", " ;if there's a city, add comma & space
  1. ;Emergency contact's name^street^city, state zip^relationship
  1. S @ZDATA@("20A")=$$PROCESS("20A.1")_U_$E($$PROCESS("20A.3"),1,30)_U_EACT_$$PROCESS("20A.5")_" "_$E($$PROCESS("20A.6"),1,10)_U_$$PROCESS("20A.7")
  1. S @ZDATA@("20B")=$$PROCESS("20B.1") ;EC's home phone
  1. S @ZDATA@("20C")=$$PROCESS("20C.1") ;EC's work phone
  1. S @ZDATA@("21")=$$PROCESS("21.") ;Who receives property?
  1. ;
  1. S EZDATA=$NA(^TMP("EZRTEMP",$J,"IIC",1))
  1. S @ZDATA@(999)=$$PROCESS(999) ;Vet income year
  1. I $D(@EZDATA@(998)) D
  1. . S @ZDATA@(998)=$$PROCESS(998) ;Vet Declines To Give Inf
  1. ;
  1. Q
  1. ;
  1. PAGEI(EAINS) ; Additional Insurance pages
  1. ; Called from EN^EASEZRPF
  1. N ZDATA,EZDATA,EACT
  1. ;
  1. S ZDATA=$NA(^TMP("EASEZR",$J,"I",EAINS))
  1. K @ZDATA
  1. ;
  1. ; Process Section IA
  1. S EZDATA=$NA(^TMP("EZRTEMP",$J,"IA",EAINS))
  1. ;
  1. S @ZDATA@("17A")=$$PROCESS("17A.") ;Insurance company's name
  1. S @ZDATA@("17B")=$E($$PROCESS("17B."),1,30) ;Name of policy holder
  1. S @ZDATA@("17C")=$$PROCESS("17C.") ;Policy number
  1. S @ZDATA@("17D")=$$PROCESS("17D.") ;Group code
  1. S EACT="",EACT=$$PROCESS("17F.") ;Insurance company's city
  1. I EACT]"" S EACT=EACT_", " ;if there's a street, add comma & space
  1. ;Health insurance company's street^city, state zip
  1. S @ZDATA@("17E")=$$PROCESS("17E.")_U_EACT_$$PROCESS("17G.")_" "_$$PROCESS("17H.")
  1. S @ZDATA@("17I")=$$PROCESS("17I.") ;Insurance company's phone
  1. ;
  1. Q
  1. ;
  1. PAGEN(EADEP) ; Additional dependent page(s)
  1. ; Called from EN^EASEZRPF
  1. N ZDATA,EZDATA,EAX
  1. ;
  1. S ZDATA=$NA(^TMP("EASEZR",$J,"D",EADEP))
  1. K @ZDATA
  1. ;
  1. ; Process Section IIB
  1. S EZDATA=$NA(^TMP("EZRTEMP",$J,"IIB",EADEP))
  1. ;
  1. S @ZDATA@(2)=$$PROCESS(1.1) ;Child's name
  1. S @ZDATA@(5)=$$PROCESS("3.") ;Date of birth
  1. S @ZDATA@(7)=$$PROCESS("2.") ;SSN
  1. S @ZDATA@(9)=$$PROCESS("4.") ;Relationship
  1. S @ZDATA@(11)=$$PROCESS("5.") ;Date of dependency
  1. S EAX=$$PROCESS("6.") ;Amount contributed
  1. S @ZDATA@(12)=U_$S(EAX="":"",1:$J(EAX,0,2))
  1. S EAX=$$PROCESS("7.") ;Education expenses
  1. S @ZDATA@(13)=$S(EAX="":"",1:$J(EAX,0,2))
  1. ;
  1. S EAX=$$PROCESS("8.") ;Permanently disabled?
  1. S @ZDATA@(14)=$S(EAX="Y"!(EAX="YES"):"YES",EAX="N"!(EAX="NO"):"NO",EAX="UNKNOWN":"UNKNOWN",1:"")
  1. S EAX=$$PROCESS("9.") ;School last year?
  1. S @ZDATA@(15)=$S(EAX="Y"!(EAX="YES"):"YES",EAX="N"!(EAX="NO"):"NO",EAX="UNKNOWN":"UNKNOWN",1:"")
  1. ;
  1. Q
  1. ;
  1. PROCESS(KEY) ; Process data value from EZRTEMP array, take #712 value
  1. ; if it's accepted, otherwise take the Patient File value
  1. ;
  1. N EAV,RSLT
  1. ;
  1. I '$D(@EZDATA@(KEY)) G PQ
  1. S EAV=@EZDATA@(KEY)
  1. S RSLT=$S(+$P(EAV,U,3):$P(EAV,U,2),1:$P(EAV,U,5))
  1. PQ Q $G(RSLT)