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

Package: Integrated Billing

Routine: IBCONSC


Information

IBCONSC ;ALB/MJB,SGD,AAS,RLW - NSC W/INSURANCE OUTPUT ;06 JUN 88 13:51

Source Information

Source file <IBCONSC.m>

Entry Points

Name Comments DBIA/ICR reference
INP ; Entry point for Inpatient Admission report
INPDIS ; Entry point for Inpatient Discharge report
EN ; Entry point for Outpatient report
EN1 ;
DEV ; -- ask device
BEGIN ; Background job main entry point. Set up the report header.
Q ; Clean up variables and close the output device.
HDRDV
UPCT ; Update Claims Tracking
; run the Claims Tracking opt tracker routine for same date range of report
; newed variables trying to keep the two jobs, report and CT update, from effecting each other except for date range
; Input: IBBEG, IBEND
; Output: bulletin indicating how many entries checked and how many added
OUT() ;
OUTQT ; Exit point ; IB*752/DTG new exit point

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,*7,"*** Margin width of this output is 132 ***"
  • Line Location: DEV+1
Function Call: WRITE
  • Prompt: !,"*** This output should be queued ***"
  • Line Location: DEV+2
Function Call: WRITE
  • Prompt: !,"*** If queued, Outpatient Visits in Claims Tracking will be updated first ***"
  • Line Location: DEV+4
Function Call: WRITE
  • Prompt: !
  • Line Location: Q+1
Function Call: WRITE
  • Prompt: !
  • Line Location: OUT+3
Info |  Source |  Entry Points |  Interaction Calls