RCDPRTEX ;ALB/LMH - Claims Matching Report for Excel ;30-SEP 2016
Source file <RCDPRTEX.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
; Entry point for printing the Excel version of the report (either in foreground or background)
; Input: ; RCEXCEL=1 here ; Output: ; Report is printed in text format for Excel (turn on logging) ; |
||
START | ;
|
|
DEMOG | ; Demographic data for third party bills &
; first party charges detail line header ; |
|
PRNTPAT | ; setup & print third party bills (called by PROC^RCDPRTP1 for Excel output only)
|
|
EXCELTPB | ; print other assoc. third party bills
|
|
PRNTFPC | ; print associated first party charges
; This code screens entries from file 350.1 returned by API - RELBILL^IBRFN |
|
EXCELHD | ; Print an Excel CSV header record
|
|
EXCELPAT | ; Print patient third party bills
|
|
EXCELFPC | ; Print patient first party charges
|
|
CSV(STRING,DATA) | ; Build the Excel data string for CSV format
; Input: STRING - Current string being built or "" ; DATA - New data to be added to the string ; Returns: STRING - Updated string with DATA added ; |
Name | Line Occurrences |
---|---|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|