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

FBUCUTL9.m

Go to the documentation of this file.
  1. FBUCUTL9 ;WOIFO/SAB - UTILITY ;7/3/2001
  1. ;;3.5;FEE BASIS;**32**;JAN 30, 1995
  1. ;;Per VHA Directive 10-93-142, this routine should not be modified.
  1. ASKMB() ; Ask user what kind of claims should be included/excluded. Normally
  1. ; called by report options.
  1. ;INPUT: none
  1. ;OUTPUT:
  1. ;RETURNS a value (M,N,A)
  1. N DIR,DTOUT,DUOUT,DIROUT,DIRUT,X,Y
  1. S DIR(0)="SM^M:MILL BILL (38 U.S.C. 1725);N:NON-MILL BILL;A:ALL"
  1. S DIR("B")="ALL"
  1. S DIR("?",1)="Enter M to include only 38 U.S.C. 1725 claims."
  1. S DIR("?",2)="Enter N to exclude 38 U.S.C. 1725 claims."
  1. S DIR("?",3)="Enter A for all."
  1. S DIR("?",4)=" "
  1. S DIR("?")="Enter a code from the list"
  1. D ^DIR K DIR
  1. Q $S($D(DIRUT):"",1:Y)
  1. ;FBUCUTL9