source: FOIAVistA/tag/r/ACCOUNTS_RECEIVABLE-PRCA-PRY-RC/RCRCAC.m@ 628

Last change on this file since 628 was 628, checked in by George Lilly, 14 years ago

initial load of FOIAVistA 6/30/08 version

File size: 703 bytes
Line 
1RCRCAC ;ALB/CMS - RC TRANSACTION CODE LIST ; 02-SEP-1997
2V ;;4.5;Accounts Receivable;**63**;Mar 20, 1995
3 ;;Per VHA Directive 10-93-142, this routine should not be modified.
4EN ; -- main entry point for RCRC TRANSACTION CODE
5 N VALMCNT
6 ;D EN^VALM2($G(XQORNOD(0)))
7 ;I $D(VALMY) S RCSELN=0 F S RCSELN=$O(VALMY(RCSELN)) Q:'RCSELN D
8 D EN^VALM("RCRC ACTION CODE LIST")
9ENQ Q
10 ;
11HDR ; -- header code
12 S VALMHDR(1)=" "
13 S VALMHDR(2)="Select RC Transaction Code"
14 S XQORM("B")="TT"
15 Q
16 ;
17INIT ; -- init variables and list array
18 K ^TMP("RCRCAC",$J)
19 D TCD^RCRCACP
20 Q
21 ;
22HELP ; -- help code
23 S X="?" D DISP^XQORM1 W !!
24 Q
25 ;
26EXIT ; -- exit code
27 K ^TMP("RCRCAC",$J)
28 Q
29 ;
30EXPND ; -- expand code
31 Q
32 ;RCRCAC
Note: See TracBrowser for help on using the repository browser.