Ignore:
Timestamp:
Dec 4, 2009, 8:26:01 PM (14 years ago)
Author:
George Lilly
Message:

WorldVistAEHR overlayed on FOIAVistA

Location:
FOIAVistA/tag/r
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • FOIAVistA/tag/r/E_CLAIMS_MGMT_ENGINE-BPS/BPS01P5A.m

    r628 r636  
    11BPS01P5A ;BHAM ISC/BEE - Post-Install for BPS*1*5 (cont) ;13-DEC-06
    2  ;;1.0;E CLAIMS MGMT ENGINE;**5**;JUN 2004;Build 45
     2 ;;1.0;E CLAIMS MGMT ENGINE;**5**;JUN 2004;Build 4;WorldVistA 30-Jan-08
     3 ;Modified from FOIA VISTA,
     4 ;Copyright 2008 WorldVistA.  Licensed under the terms of the GNU
     5 ;General Public License See attached copy of the License.
     6 ;
     7 ;This program is free software; you can redistribute it and/or modify
     8 ;it under the terms of the GNU General Public License as published by
     9 ;the Free Software Foundation; either version 2 of the License, or
     10 ;(at your option) any later version.
     11 ;
     12 ;This program is distributed in the hope that it will be useful,
     13 ;but WITHOUT ANY WARRANTY; without even the implied warranty of
     14 ;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     15 ;GNU General Public License for more details.
     16 ;
     17 ;You should have received a copy of the GNU General Public License along
     18 ;with this program; if not, write to the Free Software Foundation, Inc.,
     19 ;51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
    320 ;;Per VHA Directive 2004-038, this routine should not be modified.
    421 ;
     
    136153 ;
    137154 ;Turn global protection off (SACC Exemption has been granted to use $ZU)
    138  S X=$ZU(68,28,0)
     155 I $P(^%ZOSF("OS"),"^",2)=3 S X=$ZU(68,28,0)
    139156 ;
    140157 ;Remove BPS COMBINED INSURANCE (#9002313.1), which uses an unsubscripted global
     
    147164 ;
    148165 ;Turn global protection back on
    149  S X=$ZU(68,28,1)
     166  I $P(^%ZOSF("OS"),"^",2)=3 S X=$ZU(68,28,1)
    150167 ;
    151168 ;BPS DATA INPUT (#9002313.51)
Note: See TracChangeset for help on using the changeset viewer.