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

Package: Integrated Billing

Routine: IBCNIUR2


Information

IBCNIUR2 ;AITC/VAD - Interfacility Ins. Update Report - cont;3-FEB-2021

Source Information

Source file <IBCNIUR2.m>

Entry Points

Name Comments DBIA/ICR reference
PRINT ;Generate the report output (called by COMPILE^IBCNIUR1)
EXITPR ; print end of rpt
EXITXX ; done printing
HEADER ;print header for each page (not excel version)
EHDR ;Header for Excel
EOL ;display "end of page" message and set exit flag
EXCEL(IBRPTSD,IBRPTSR,IBSORT) ;Output in Excel format
REPORT(IBRPTSD,IBRPTSR,IBSORT) ;REPORT format (not Excel version)
LINE(LINE) ;Print detail line
CENTER(LINE,XWIDTH) ;return length of a centered line

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,EORMSG
  • Line Location: EXITPR+2
Function Call: WRITE
  • Prompt: @IOF,!,"Interfacility Ins. Update Report-",$S(IBRPTSD="S":"Summary",1:"Detail")
  • Line Location: HEADER+5
Function Call: WRITE
  • Prompt: ?OFFSET,HDR
  • Line Location: HEADER+7
Function Call: WRITE
  • Prompt: !,HDR1,?80-($L(HDR1A)+1),HDR1A
  • Line Location: HEADER+8
Function Call: WRITE
  • Prompt: !,DASHES
  • Line Location: HEADER+18
Function Call: WRITE
  • Prompt: !,"Interfacility Ins. Update Report"_U_$S(IBRPTSD="S":"Summary",1:"Detail")_U_TSTAMP
  • Line Location: EHDR+2
Function Call: WRITE
  • Prompt: !,HDR1_U_HDR1A
  • Line Location: EHDR+3
Function Call: WRITE
  • Prompt: !,LINE
  • Line Location: EHDR+13
Function Call: WRITE
  • Prompt: !
  • Line Location: EOL+2
Function Call: WRITE
  • Prompt: !,LINE
  • Line Location: LINE+2
Info |  Source |  Entry Points |  Interaction Calls