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

IBQL356A.m

Go to the documentation of this file.
  1. IBQL356A ;LEB/MRY - UM ROLLUP - IBT DATA EXTRACTS CONT. ; 8-AUG-95
  1. ;;1.0;UTILIZATION MGMT ROLLUP LOCAL;;Oct 01, 1995
  1. ;;Per VHA Directive 10-93-142, this routine should not be modified.
  1. ;
  1. Q
  1. RESETC ; -- Reset IB(array) for Claims Tracking and misc. information
  1. ; -- reset ib(field #) variables array
  1. ; .01:entry id,.02:site,.03:ssn,.04:admitting diagnosis,.05:enroll code
  1. ; .06:admitting phy,.07:attending phy,.08:resident phy,.09;admission
  1. ; .1:discharge,.11:ward,.12:treating specialty,1.06:rollup type
  1. ; 1.07:service
  1. F IBFLD=.01:.01:.12,1.06,1.07 S IB(IBFLD)=""
  1. Q
  1. RESETA ; -- Reset IB(array) for Admission Review information
  1. ; .13:acute adm?,1.01:si from adm,1.02:is from adm,1.03:reasons from adm
  1. ; 1.04:provider intviewed?,1.05:adm influenced?
  1. ; ACUTE ADMISSION:1 if acute; null if non-acute
  1. F IBFLD=.13,1.01:.01:1.05,"ACUTE ADMISSION" S IB(IBFLD)=""
  1. Q
  1. RESETS ; -- Reset IB(array) for Stay information
  1. ; 13.01:day,13.02:is,13.03:si,13.04:d/s,13.05:interviewed?,13.06:reasons
  1. ; 13.07:treating specialty,13.08:service
  1. ; ACUTE STAY:1 if acute-null if non-acute
  1. F IBFLD=.01:.01:.08,"ACUTE STAY" S:IBFLD IB(13+IBFLD)="" S:'IBFLD IB(IBFLD)=""
  1. Q