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:
2 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)
  • FOIAVistA/tag/r/E_CLAIMS_MGMT_ENGINE-BPS/BPSSCRRV.m

    r628 r636  
    11BPSSCRRV ;BHAM ISC/SS - ECME SCREEN REVERSE CLAIM ;05-APR-05
    2  ;;1.0;E CLAIMS MGMT ENGINE;**1,5**;JUN 2004;Build 45
     2 ;;1.0;E CLAIMS MGMT ENGINE;**1,5**;JUN 2004;Build 4;WorldVistA 30-Jan-08
    33 ;;Per VHA Directive 2004-038, this routine should not be modified.
     4 ;Modified from FOIA VISTA,
     5 ;Copyright 2008 WorldVistA.  Licensed under the terms of the GNU
     6 ;General Public License See attached copy of the License.
     7 ;
     8 ;This program is free software; you can redistribute it and/or modify
     9 ;it under the terms of the GNU General Public License as published by
     10 ;the Free Software Foundation; either version 2 of the License, or
     11 ;(at your option) any later version.
     12 ;
     13 ;This program is distributed in the hope that it will be useful,
     14 ;but WITHOUT ANY WARRANTY; without even the implied warranty of
     15 ;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16 ;GNU General Public License for more details.
     17 ;
     18 ;You should have received a copy of the GNU General Public License along
     19 ;with this program; if not, write to the Free Software Foundation, Inc.,
     20 ;51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
    421 Q
    522 ;IA 4702
     
    3956 . W !,"You've chosen to REVERSE the following prescription for "_$E($$PATNAME^BPSSCRU2(BPDFN),1,13)
    4057 . W !,$G(@VALMAR@(+$G(BP59ARR(BP59)),0))
    41  . F  S BPRVREAS=$$COMMENT^BPSSCRCL("Enter REQUIRED REVERSAL REASON",60) Q:BPRVREAS="^"  Q:($L(BPRVREAS)>0)&&(BPRVREAS'="^")&&('(BPRVREAS?1" "." "))  D
     58 . ;F  S BPRVREAS=$$COMMENT^BPSSCRCL("Enter REQUIRED REVERSAL REASON",60) Q:BPRVREAS="^"  Q:($L(BPRVREAS)>0)&&(BPRVREAS'="^")&&('(BPRVREAS?1" "." "))  D
     59 . F  S BPRVREAS=$$COMMENT^BPSSCRCL("Enter REQUIRED REVERSAL REASON",60) Q:BPRVREAS="^"  Q:($L(BPRVREAS)>0)&(BPRVREAS'="^")&('(BPRVREAS?1" "." "))  D
    4260 . . W !,"Please provide the reason or enter ^ to abandon the reversal."
    4361 . I BPRVREAS["^" W !,"The claim: ",!,$G(@VALMAR@(+$G(BP59ARR(BP59)),0)),!,"was NOT reversed!" S BPQ=$$PAUSE() Q
Note: See TracChangeset for help on using the changeset viewer.