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/INTEGRATED_BILLING-IB-PRQ--IBD--IBQ--PRQS/IBATUTL.m

    r628 r636  
    11IBATUTL ;LL/ELZ - TRANSFER PRICING UTILITES ; 3-SEP-1998
    2  ;;2.0;INTEGRATED BILLING;**115,266,347,389**;21-MAR-94;Build 6
     2 ;;2.0;INTEGRATED BILLING;**115,266,347**;21-MAR-94;Build 24
    33 ;;Per VHA Directive 2004-038, this routine should not be modified.
    44 ;
     
    161161 Q Z
    162162 ;
    163 PIN(P660,P6611) ; return Prosthetics Item Description (#661.1,.02)
    164  ; input:  P660 - pointer to Patient Item (#660) or P6611 - pointer to HCPCS (#661.1)
    165  ; return: pointer to HCPCS (#661.1) ^ Short Description (#661.1,.01) ^ HCPCS (#661.1,.01)
    166  N IBX,IBY S IBY=""
    167  I +$G(P660) S P6611=+$P($G(^RMPR(660,+P660,1)),U,4)
    168  I +$G(P6611) S IBX=$G(^RMPR(661.1,+P6611,0)) I IBX'="" S IBY=P6611_U_$P(IBX,U,2)_U_$P(IBX,U,1)
    169  Q IBY
    170  ;
    171163EX(FILE,FIELD,VALUE) ; -- return external value
    172164 N Y,C S Y=$G(VALUE)
Note: See TracChangeset for help on using the changeset viewer.