IBCDP ;ALB/ARH - AUTOMATED BILLER PRINT ; 12/01/04
Source file <IBCDP.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
EN | ; OPTION ENTRY POINT: Auto Biller Report - get parameters then run the report
|
|
RPT | ;find, save, and print Auto Biller Report - entry for tasked jobs
|
|
EXIT | ;clean up and quit
|
|
SORT1 | ; sort by Event Date in Claims Tracking
; for each CT entry within the selected date range check/get it's auto biller entries, if they meet the criteria |
|
SORT2 | ; sort by Entry Date in Auto Biller
; for each AB entry within the selected date range check/get the entry, if they meet the criteria |
|
GETLN(IBABFN) | ; check and select auto biller entries that meet the criteria, Input: all select criteria
; Output: ^TMP($J,"IBCDP",sort date,event type,patient name_event date/time, AB FN) = CT FN |
|
CHKBILL(IBCTFN) | ; return first bill found if Claims Tracking event had a bill created for it
|
|
;print the report from the temp sort file to the appropriate device
|
||
GETHDR | ; set up header lines
|
|
HDR() | ;print the report header
|
|
HDRQ | ||
PAUSE | ;pause at end of screen if being displayed on a terminal
|
|
DEV | ;get the device
|
|
STOP() | ; determine if user has requested the queued report to stop
|
Name | Line Occurrences |
---|---|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|