Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: BPSOS2C

BPSOS2C.m

Go to the documentation of this file.
  1. BPSOS2C ;BHAM ISC/FCS/DRS/DLF - BPSOS2 continuation ;06/01/2004
  1. ;;1.0;E CLAIMS MGMT ENGINE;**1,5,10**;JUN 2004;Build 27
  1. ;;Per VHA Directive 2004-038, this routine should not be modified.
  1. Q
  1. LABELS ;EP - from BPSOS2 ; set up the labels display
  1. N R,C,X,R1,I
  1. ;
  1. ; Display Headers for In Progress claims
  1. S R=1,C=3,X="* CLAIM STATUS *" D L1
  1. F I=0,10,30,40,50,60,70,90 S R=R+1,X=$$STATI^BPSOSU(I) D L1
  1. S R1=R
  1. ;
  1. ; Display Headers for Completed claims
  1. S R=1,C=40,X="* CLAIM RESULTS *" D L1
  1. F I=1:1:10 S R=R+1,X=$P($T(HDR+I),";",3) D L1
  1. ;
  1. ; Update Line Counter to side with highest number of rows
  1. S VALMCNT=$S(R>R1:R,1:R1)
  1. Q
  1. L1 ; given R=row,C=col,X=string
  1. ; Duplicate of L1^BPSOS2B
  1. D SET^VALM10(R,$$SETSTR^VALM1(X,$G(@VALMAR@(R,0)),C,$L(X)))
  1. I $$VISIBLE^BPSOS2B(R) D WRITE^VALM10(R)
  1. Q
  1. HDR ;;
  1. ;;Paid claims
  1. ;;Rejected claims
  1. ;;Dropped to Paper
  1. ;;Duplicate claims
  1. ;;Captured claims
  1. ;;Accepted Reversals
  1. ;;Rejected Reversals
  1. ;;Accepted Eligibility
  1. ;;Rejected Eligibility
  1. ;;Errors