Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: RCDPRTEX

Package: Accounts Receivable

Routine: RCDPRTEX


Information

RCDPRTEX ;ALB/LMH - Claims Matching Report for Excel ;30-SEP 2016

Source Information

Source file <RCDPRTEX.m>

Entry Points

Name Comments DBIA/ICR reference
PRINT ; 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
;

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!?5,"Compiling Claims Matching Report for Excel output. Please wait ... "
  • Line Location: PRINT+11
Function Call: WRITE
  • Prompt: !!?5,"No data found for this report."
  • Line Location: PRINT+21
Function Call: WRITE
  • Prompt: RCH
  • Line Location: EXCELHD+27
Function Call: WRITE
  • Prompt: !,RCD
  • Line Location: EXCELPAT+25
Function Call: WRITE
  • Prompt: !,RCB
  • Line Location: EXCELFPC+24
Info |  Source |  Entry Points |  Interaction Calls