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

Package: Integrated Billing

Routine: IBTOBI1


Information

IBTOBI1 ;ALB/AAS - CLAIMS TRACKING BILLING INFORMATION PRINT ;27-OCT-93

Source Information

Source file <IBTOBI1.m>

Entry Points

Name Comments DBIA/ICR reference
INS ; -- print ins. stuff
INSQ
BI ; -- print billing information
BI1
SC ; -- print SC information
SCQ
COMM(DA) ; -- print comments from GROUP plans.

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !," Insurance Information "
  • Line Location: INS+5
Function Call: WRITE
  • Prompt: !,?TAB,"No Insurance Information",!!!
  • Line Location: INS+8
Function Call: WRITE
  • Prompt: !
  • Line Location: INS+12
Function Call: WRITE
  • Prompt: !," Policy Comment: "
  • Line Location: INS+30
Function Call: WRITE
  • Prompt: !
  • Condition for execution: ($L(X)+23)>IOM
  • Line Location: INS+30
Function Call: WRITE
  • Prompt: " ",X
  • Line Location: INS+30
Function Call: WRITE
  • Prompt: !," Billing Information "
  • Line Location: BI1+0
Function Call: WRITE
  • Prompt: !,$G(IBD(I,1)),?39,$E($G(IBD(I,2)),1,36)
  • Line Location: BI1+27
Function Call: WRITE
  • Prompt: !!," Eligibility Information"
  • Line Location: SC+4
Function Call: WRITE
  • Prompt: !," Primary Eligibility: "_$P(VAEL(1),"^",2)
  • Line Location: SC+5
Function Call: WRITE
  • Prompt: !," Means Test Status: "_$P(VAEL(9),"^",2)
  • Line Location: SC+6
Function Call: WRITE
  • Prompt: !," Service Connected Percent: "_$S(+VAEL(3):+$P(VAEL(3),"^",2)_"%",1:"")
  • Line Location: SC+7
Function Call: WRITE
  • Prompt: "Patient Not Service Connected",!!
  • Line Location: SC+8
Function Call: WRITE
  • Prompt: !,"Group Plan Comments: "
  • Line Location: COMM+2
Info |  Source |  Entry Points |  Interaction Calls