IBTODD ;ALB/AAS - CLAIMS TRACKING DENIED DAYS REPORT ; 27-OCT-93
Source file <IBTODD.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
DATE | ; -- select date range
|
|
DEV | ; -- select device, run option
|
|
END | ; -- Clean up
|
|
DQ | ; -- entry print from taskman
|
|
BLD | ; -- sort through data and build array to print from
|
|
SET | ; -- set array to print from
; -- ^tmp($j,"ibtodd",evnt typ,primary sort,secondary sort,ibtrc)=DFN ^ attending ^ treating specialty ^ service ^ ^ billing rate^ no. days denied |
|
PROV(DFN,IBTRCD,IBTRND,IBTALL) | ; Find attending/serv/spec during the denied period
; Input: DFN -- Pointer to the patient in file #2 ; IBTRCD -- Zeroth node of insurance review in file #356.2 ; IBTRND -- Zeroth node of parent CT entry in file #356 ; IBTALL -- 1=> deny entire admission ; Output: 1^2^3, where 1 => pointer to attending in file #200 ; 2 => pointer to treating spec. in file #45.7 ; 3 => service abbr. code |
|
PROVQ | ||
STRIP | ; -- strip time from dates (if report run same day time could produce incorrect results)
|
|
LOS(IBTRN) | ; compute admissions length of stay
|
Name | Line Occurrences |
---|---|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|