| 
            Last change
 on this file since 969 was             628, checked in by George Lilly, 16 years ago           | 
        
        
          | 
             
initial load of FOIAVistA 6/30/08 version 
 
           | 
        
        
          | 
            File size:
            684 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | FBUCUTL9 ;WOIFO/SAB - UTILITY ;7/3/2001
 | 
|---|
| 2 |  ;;3.5;FEE BASIS;**32**;JAN 30, 1995
 | 
|---|
| 3 |  ;;Per VHA Directive 10-93-142, this routine should not be modified.
 | 
|---|
| 4 | ASKMB() ; Ask user what kind of claims should be included/excluded. Normally
 | 
|---|
| 5 |  ; called by report options.
 | 
|---|
| 6 |  ;INPUT: none
 | 
|---|
| 7 |  ;OUTPUT:
 | 
|---|
| 8 |  ;RETURNS a value (M,N,A)
 | 
|---|
| 9 |  N DIR,DTOUT,DUOUT,DIROUT,DIRUT,X,Y
 | 
|---|
| 10 |  S DIR(0)="SM^M:MILL BILL (38 U.S.C. 1725);N:NON-MILL BILL;A:ALL"
 | 
|---|
| 11 |  S DIR("B")="ALL"
 | 
|---|
| 12 |  S DIR("?",1)="Enter M to include only 38 U.S.C. 1725 claims."
 | 
|---|
| 13 |  S DIR("?",2)="Enter N to exclude 38 U.S.C. 1725 claims."
 | 
|---|
| 14 |  S DIR("?",3)="Enter A for all."
 | 
|---|
| 15 |  S DIR("?",4)=" "
 | 
|---|
| 16 |  S DIR("?")="Enter a code from the list"
 | 
|---|
| 17 |  D ^DIR K DIR
 | 
|---|
| 18 |  Q $S($D(DIRUT):"",1:Y)
 | 
|---|
| 19 |  ;FBUCUTL9
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.