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: IBCEQ2A

Package: Integrated Billing

Routine: IBCEQ2A


Information

IBCEQ2A ;ALB/TMK - PROVIDER/BILLING ID WORKSHEET SOLUTIONS ;18-AUG-04

Source Information

Source file <IBCEQ2A.m>

Entry Points

Name Comments DBIA/ICR reference
WRTS(IBTYPE,IBOTYPE,IBTEXT,IBSTOP) ; Write the line
; IBTYPE = type of current line
; IBOTYPE = last type processed
; IBTEXT(n) = array containing previously extracted text for output
; IBTEXT = current line's text
; IBSTOP = returned as 1 if passed by ref and user chooses to abort
HDR1(IBPG,IBSTOP) ; output solutions header
WRT(DATA,IBSTOP) ; Write data, new header if needed
; DATA = text to print
; IBSTOP = returned as 1 if passed by ref for user print abort

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,Z
  • Line Location: WRTS+22
Function Call: WRITE
  • Prompt: !,$E(Z,1,Q2)
  • Line Location: WRTS+23
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: HDR1+2
Function Call: WRITE
  • Prompt: !,?(IOM-48\2),"INSURANCE COMPANY PROVIDER ID WORKSHEET SOLUTIONS"
  • Line Location: HDR1+4
Function Call: WRITE
  • Prompt: ?(70+$S(IOM<132:0,1:52)),"PAGE: ",IBPG
  • Line Location: HDR1+4
Function Call: WRITE
  • Prompt: !,X,!
  • Line Location: HDR1+6
Function Call: WRITE
  • Prompt: !,DATA
  • Line Location: WRT+4
Info |  Source |  Entry Points |  Interaction Calls