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

Package: Integrated Billing

Routine: IBCNERPL


Information

IBCNERPL ;IB/BAA/AWC - IBCN HL7 RESPONSE REPORT PRINT;25 Feb 2015

Source Information

Source file <IBCNERPL.m>

Entry Points

Name Comments DBIA/ICR reference
EN(IBCNERTN,INCNESPJ) ; Entry point
PRINT ; Get Print Info
; ?3,"Payer Name",?27,"Patient Name",?50,"SSN",?56,"Dt Sent",?76,"Dt Rec'd",?96,"Trace #",?115,"Buffer #"
EXIT ;
EOL ; display "end of page" message and set exit flag
EHDR ; print header for excel
; IB*737/DTG new tag, header for excel only
HEADER ; print header for each page
LINE(LINE) ; Print line of data
; IB*737/DTG handle Excel Header different than report
; I $Y+1>MAXCNT D HEADER I $G(ZTSTOP)!IBPXT Q
CENTER(LINE) ; return length of a centered line
; LINE - line to center

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !
  • Line Location: EN+33
Function Call: WRITE
  • Prompt: !
  • Line Location: EOL+2
Function Call: WRITE
  • Prompt: "HL7 Response Report"_U_TSTAMP,!
  • Line Location: EHDR+4
Function Call: WRITE
  • Prompt: ?1,HDR1,!,!
  • Line Location: EHDR+5
Function Call: WRITE
  • Prompt: ?1,$S($G(INCNESPJ("PYR"))="A":"All",1:"Selected")_" Payers",!
  • Line Location: EHDR+6
Function Call: WRITE
  • Prompt: "Payer Name"_U_"Patient Name"_U_"SSN"_U_"Dt Sent"_U_"Dt Rec'd"_U_"Trace #"_U_"Buffer #"
  • Line Location: EHDR+7
Function Call: WRITE
  • Prompt: @IOF,!,?1,"HL7 Response Report"
  • Line Location: HEADER+6
Function Call: WRITE
  • Prompt: ?OFFSET,HDR
  • Line Location: HEADER+11
Function Call: WRITE
  • Prompt: !,?1,HDR1,!,!
  • Line Location: HEADER+12
Function Call: WRITE
  • Prompt: ?1,$S($G(INCNESPJ("PYR"))="A":"All",1:"Selected")_" Payers"
  • Line Location: HEADER+13
Function Call: WRITE
  • Prompt: !,?3,"Payer Name",?27,"Patient Name",?50,"SSN",?56,"Dt Sent",?76,"Dt Rec'd",?96,"Trace #",?115,"Buffer #"
  • Line Location: HEADER+15
Function Call: WRITE
  • Prompt: !,?3,"Payer Name",?27,"Patient Name",?50,"SSN",?56,"Dt Sent",?76,"Dt Rec'd",?96,"Trace #",?115,"Buffer #"
  • Line Location: HEADER+16
Function Call: WRITE
  • Prompt: !,?1,DASHES
  • Line Location: HEADER+17
Function Call: WRITE
  • Prompt: !,?1,LINE
  • Line Location: LINE+6
Info |  Source |  Entry Points |  Interaction Calls