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

IBCICMW.m

Go to the documentation of this file.
  1. IBCICMW ;DSI/JSR - CLAIMSMANAGER WORKSHEET REPORT ;20-APR-2001
  1. ;;2.0;INTEGRATED BILLING;**161**;21-MAR-94
  1. ;;Per VHA Directive 10-93-142, this routine should not be modified.
  1. ;; Program Description
  1. ; This routine is a Look-upList routine that envoked ListManager
  1. ; Browse Template ^IBCIBW.
  1. ; User can view the error messages for a claim in browse mode only.
  1. ; Browse Mode is active during the look-up.
  1. ; The data is extracted using ^IBCIWK which envokes this LM template.
  1. ; The visual formating is done in ^IBCIMG.
  1. ;
  1. EN ;
  1. S IBQUIT=0
  1. N I
  1. F I=1:1 D ASK Q:IBQUIT=1
  1. G Q1
  1. ASK ;
  1. S IBQUIT=0,DIC="^IBA(351.9,",DIC(0)="AEMQZ",DIC("A")="Select ClaimsManager Bill: " W !!
  1. D ^DIC I Y<1 S IBQUIT=1 Q
  1. S IBIFN=+Y D EN^IBCIWK(0)
  1. Q
  1. ERR ;
  1. W @IOF
  1. W !!?10,"ClaimsManager Worksheet Report"
  1. W !!?5,"ClaimsManager does not have a Claims Worksheet on file for this Claim."
  1. W !!?5,"Claim No: "_$P(Y(0),U,1)_" Patient: "_$P($G(^DPT($P(Y(0),U,2),0)),U,1)_" Not on File"
  1. W !!?5,"Please verify that you entered the correct patient."
  1. Q
  1. Q1 K %,IBQUIT,IBIFN,Y
  1. Q