Print Page as PDF
DBIA3326 ICR (3326)

DBIA3326    ICR (3326)

Name Value
NUMBER 3326
IA # 3326
DATE CREATED 2001/03/01
CUSTODIAL PACKAGE REGISTRATION
USAGE Private
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE DGMTU
NAME DBIA3326
STATUS Active
DURATION Till Otherwise Agreed
ID DGMTU
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
$$LST(DFN,DGDT,DGMTYPT)
Retrieve a pointer to the last Means Test or Co-pay
Test and its date if  the veteran has income test data at the site.
VARIABLES TYPE VARIABLES DESCRIPTION
DFN Input
Patient IEN
DGDT Input
Date/Time  (Optional - default today@2359)
DGMTYPT Input
Type of Test (Optional - if not defined Means Test
will be assumed)
$$LST Output
Annual Means Test IEN^Date of Test^Status Name^Status
Code^Source of Test
SUBSCRIBING PACKAGE
SUBSCRIBING PACKAGE SUBSCRIBING DETAILS
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.