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

DGCVEXP.m

Go to the documentation of this file.
  1. DGCVEXP ;ALB/ERC - FIND VETS WIITH EXPIRED CV STATUS; 12/11/02
  1. ;;5.3;Registration;**576**; Aug 13, 1993
  1. ;
  1. ;this API will list any veterans who have Combat Vet status that has
  1. ;expired. This API will be called by IB to look for any vets who have
  1. ;been billed for treatment on the last day of their CV eligibility.
  1. ;
  1. EN ;
  1. N DGC,DGE,DGEX,DGFILE
  1. K ^TMP("DGCVEX")
  1. S DGC=""
  1. S DGFILE=2
  1. F S DGC=$O(^DPT("E",DGC)) Q:DGC'>0 D
  1. . S DGE=""
  1. . F S DGE=$O(^DPT("E",DGC,DGE)) Q:DGE'>0 D
  1. . . S DGEX=$$GET1^DIQ(DGFILE,DGE_",",.5295,"I")
  1. . . I $G(DGEX)']"" Q
  1. . . I DT'>DGEX Q
  1. . . S ^TMP("DGCVEX",$J,DGE,DGEX)=""
  1. Q