ENROLLMENT APPLICATION SYSTEM |
As part of the Means Test Blocking and letters
functionality, $$LST^DGMTU is called from several locations in the EASMT
routines to determine the last Means Test and Means Test status for purposes
of appointment management and auto-generation of notification letters to the
patient.
Data transmitted to the VistA 1010EZ module from the web-based application
system includes a significant amount of income-related information. This
information provides the identity of Spouse and Dependents, as well as some
annual income and expense data.
If the user has matched the veteran applicant with an existing Patient record,
the call to $$LST^DGMTU will provide the most recent income test information
held at the site. Then the 1010EZ module will allow the user to compare
income data returned by ALL^DGMTU21 with data contained in the 1010EZ
application.
The call is made from EASESF2 as follows:
S LASTINC=$$LST^DGMTU(EASDFN,YREND,1)
I LASTINC="" S LASTINC=$$LST^DGMTU(EASDFN,YREND,2)
where:
EASDFN is DFN
YREND is DGDT (set to 12/31 of the current year)
DGMTYPT is Type of income test: 1 is Means Test and 2 is Co-Pay Test
Type of income test, where 1 is Means Test and 2 is Co-Pay Test.
|