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

Package: Integrated Billing

Routine: IBCONS4


Information

IBCONS4 ;ALB/ARH - NSC W/INSURANCE OUTPUT (SETUP) ; 12-23-96

Source Information

Source file <IBCONS4.m>

Entry Points

Name Comments DBIA/ICR reference
RPT
EXIT
SRTRNG ; get which data item to range on: Patient Name or Terminal Digit
SRTRNGP ; select patient name range for sort
SRTRNGT ; select terminal digit range for sort
SRTRNGI ; select insurance company name range for sort
DATE ; Issue prompts for Begin and End dates
ASKDIV ; Issue prompt for Division (ALL: VAUTD=1, SELECT: VAUTD=0, VAUTD(DV)=DV NAME, ELSE: Y=-1)
RHELP1 ; help for report question
RHELP2 ; help for optional requirements question

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,?5,"Enter Report to print:"
  • Line Location: RPT+3
Function Call: WRITE
  • Prompt: !,?10,"1 - Unbilled Episodes"
  • Line Location: RPT+4
Function Call: WRITE
  • Prompt: !,?10,"2 - Billed Episodes but Not Authorized"
  • Line Location: RPT+5
Function Call: WRITE
  • Prompt: !,?10,"3 - Billed Episodes (Authorized)",!
  • Line Location: RPT+6
Function Call: WRITE
  • Prompt: !!,?5,"Optional format requirements:"
  • Line Location: RPT+17
Function Call: WRITE
  • Prompt: !,?10,"1 - Include Episodes with a Reason Not Billable"
  • Line Location: RPT+18
Function Call: WRITE
  • Prompt: !,?10,"2 - Include Only Episodes with a Reason Not Billable"
  • Line Location: RPT+19
Function Call: WRITE
  • Prompt: !,?10,"3 - Combine Divisions into one Report"
  • Line Location: RPT+20
Function Call: WRITE
  • Prompt: !,?10,"4 - Sort by Terminal Digit"
  • Line Location: RPT+21
Function Call: WRITE
  • Prompt: !,?10,"5 - Select Sort Range"
  • Line Location: RPT+22
Function Call: WRITE
  • Prompt: !!,?5,"Optional print fields:"
  • Line Location: RPT+23
Function Call: WRITE
  • Prompt: !,?10,"6 - Patient's Rated Disabilities"
  • Line Location: RPT+24
Function Call: WRITE
  • Prompt: !,?10,"7 - Patient Insurance Dates"
  • Line Location: RPT+25
Function Call: WRITE
  • Prompt: !,?10,"8 - Coverage and Riders"
  • Line Location: RPT+26
Function Call: WRITE
  • Prompt: !,?10,"9 - Policy Comments"
  • Line Location: RPT+27
Function Call: WRITE
  • Prompt: !,?10,"10 - Group Comments",!
  • Line Location: RPT+28
Function Call: WRITE
  • Prompt: !
  • Line Location: RPT+46
Function Call: WRITE
  • Prompt: !
  • Line Location: RPT+47
Function Call: WRITE
  • Prompt: !,"------------------------------------------------------------------------------"
  • Line Location: RHELP1+1
Function Call: WRITE
  • Prompt: !,"Determines what types of episodes are included on the report.",!
  • Line Location: RHELP1+2
Function Call: WRITE
  • Prompt: !,"Required: specify if report should include billed and/or unbilled episodes"
  • Line Location: RHELP1+3
Function Call: WRITE
  • Prompt: !!,?3,"1 - Unbilled: no Third Party bill can be identified for episode"
  • Line Location: RHELP1+4
Function Call: WRITE
  • Prompt: !,?3,"2 - Billed/Not Authorized: one or more Third Party bills exists for the",!,?30,"episode, but at least one of them has not yet been",!,?30,"authorized or passed to AR"
  • Line Location: RHELP1+5
Function Call: WRITE
  • Prompt: !,?3,"3 - Billed/Authorized: one or more Third Party bills exists for the",!,?30,"episode and all of them have been Authorized"
  • Line Location: RHELP1+6
Function Call: WRITE
  • Prompt: !!,"Choose one or more of the above to include on the report."
  • Line Location: RHELP1+7
Function Call: WRITE
  • Prompt: !,"------------------------------------------------------------------------------"
  • Line Location: RHELP1+8
Function Call: WRITE
  • Prompt: !,"------------------------------------------------------------------------------"
  • Line Location: RHELP2+1
Function Call: WRITE
  • Prompt: !,"Determines which episodes are included on the report and how they are sorted."
  • Line Location: RHELP2+2
Function Call: WRITE
  • Prompt: !!,"Optional: special requirements for printing the report,",!,?11,"these apply to both billed and unbilled episode reports."
  • Line Location: RHELP2+3
Function Call: WRITE
  • Prompt: !!,?3,"1 - Include Episodes with a RNB: (default excludes episodes with a RNB)"
  • Line Location: RHELP2+4
Function Call: WRITE
  • Prompt: !,?3,"2 - Include Only Episodes with a RNB: (default is No)"
  • Line Location: RHELP2+5
Function Call: WRITE
  • Prompt: !,?3,"3 - Combine Divisions: (default is separate report for each Division)"
  • Line Location: RHELP2+6
Function Call: WRITE
  • Prompt: !,?3,"4 - Sort by Terminal Digit: (default sort alphabetically by Patient Name)"
  • Line Location: RHELP2+7
Function Call: WRITE
  • Prompt: !,?3,"5 - Select Range of Pat Names or Term Digits or Ins Company: (default is all)"
  • Line Location: RHELP2+8
Function Call: WRITE
  • Prompt: !!,"Terminal Digit Sort: the output will be sorted by the 8th and 9th digits and",!,"then the 6th and 7th digits of the patient's SSN"
  • Line Location: RHELP2+10
Function Call: WRITE
  • Prompt: !,"{Reason Not Billable}: if episodes with RNB are included then inpatient",!,"episodes with all movements SC are included on the report"
  • Line Location: RHELP2+11
Function Call: WRITE
  • Prompt: !!,"All of the optional print fields apply to the patient and if chosen will",!,"print once for each patient on the report."
  • Line Location: RHELP2+13
Function Call: WRITE
  • Prompt: !,"Indications of the Insurance Coverage and Riders, Policy Comments, and Group",!,"Comments are only printed if they exist for the policy/plan."
  • Line Location: RHELP2+14
Function Call: WRITE
  • Prompt: !,"------------------------------------------------------------------------------"
  • Line Location: RHELP2+15
Info |  Source |  Entry Points |  Interaction Calls