source: FOIAVistA/tag/r/BAR_CODE_MED_ADMIN-ALPB-PSB/PSBRPC3.m@ 636

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

initial load of FOIAVistA 6/30/08 version

File size: 448 bytes
Line 
1PSBRPC3 ;BIRMINGHAM/VRN-BCMA RPC BROKER CALLS ;Mar 2004
2 ;;3.0;BAR CODE MED ADMIN;**6,3,4,16,13,10,32**;Mar 2004;Build 32
3 ;Per VHA Directive 2004-038 (or future revisions regarding same), this routine should not be modified.
4 ;
5GUICHK(RESULTS,DUMMY) ;
6 ;
7 ; RPC : PSB VERSION CHECK
8 ;
9 K RESULTS
10 N PSBCURR,PSBPREV,PSBCNT
11 S PSBCURR="3.0.32.*",PSBPREV="",PSBCNT=0
12 S PSBCNT=PSBCNT+1
13 S RESULTS(PSBCNT)=PSBCURR_U_PSBPREV
14 S RESULTS(0)=PSBCNT
15 Q
16 ;
Note: See TracBrowser for help on using the repository browser.