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

Package: Integrated Billing

Routine: IBCNERP4


Information

IBCNERP4 ;DAOU/BHS - IBCNE USER INTERFACE eIV PAYER REPORT ;03-JUN-2002

Source Information

Source file <IBCNERP4.m>

Entry Points

Name Comments DBIA/ICR reference
EN ;
; Initialize variables
P10
P20
P30
P40
P60
P100
EXIT ; Quit this routine
SORT ; Prompt to allow users to sort the report
; by Payer(default) OR Total Inquiries, then Payer
; Initialize variables
SORTX ; SORT exit point
REJDTL ; Prompt to allow users to include the Rejection Detail in the report
; Initialize variables
REJDTLX ; REJDTL exit point
DTRANGE ; Determine the start and end dates for the date range parameter
; Initialize variables
DTRANG1
DTRANGX ; DTRANGE exit point
DATA
OUT() ; Prompt to allow users to select output format

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: EN+6
Function Call: WRITE
  • Prompt: !,"eIV Payer Report",!
  • Line Location: EN+7
Function Call: WRITE
  • Prompt: !,"Insurance verification inquiries are created daily."
  • Line Location: EN+8
Function Call: WRITE
  • Prompt: !,"Select a date range in which inquiries were created by the eIV extracts."
  • Line Location: EN+9
Function Call: WRITE
  • Prompt: !
  • Line Location: DTRANGE+4
Function Call: WRITE
  • Prompt: !," End Date must not precede the Start Date."
  • Line Location: DTRANG1+8
Function Call: WRITE
  • Prompt: !," Please reenter."
  • Line Location: DTRANG1+9
Function Call: WRITE
  • Prompt: !
  • Line Location: OUT+2
Info |  Source |  Entry Points |  Interaction Calls