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 |  FileMan Files Accessed Via FileMan Db Call
Print Page as PDF
Routine: IBTUBAV

Package: Integrated Billing

Routine: IBTUBAV


Information

IBTUBAV ;ALB/AAS - UNBILLED AMOUNTS - AVERAGE BILL AMOUNT LOGIC ; 29-SEP-94

Source Information

Source file <IBTUBAV.m>

Entry Points

Name Comments DBIA/ICR reference
DATE ; - Select date.
DEV ; - Select device.
AUTO ; - Entry point for scheduled option (update monthly number of bills
; and prior 12 months fields).
DQ ; - Entry point for user options when queued.
END
MONTH(IBYRMO,IBOVRW) ; - Calculate/update Inpatient Unbilled Amounts
; Input: IBYRMO - YEAR/MONTH (YYYMM00) being calculated/updated
; IBOVRW - Overwrite the data currently on file? (1-YES/0-NO)
INPT ; - For inpatient bills (add count of bills/total dollars).
INP1 ; - Add number of inpatient episodes.
INPQ
YEAR(IBYRMO,IBOVRW) ; - Calculate YEARLY totals, and store if necessary
; - Input: IBYRMO - YEAR/MONTH (YYYMM00) being calculated/updated
; IBOVRW - Overwrite the data currently on file? (1-YES/0-NO)
YEARQ
SEND ; - Send a mail message to the Unbilled Amounts mail group informing
; which months had their data (MONTHLY & YEARLY) updated.
ADD(IBYRMO) ; - Add entry to file 356.19 (unbilled amounts file).
; Input: IBYRMO=date/time in month year format no days allowed
; Output: IBADD=1-entry or entry added, 0-not added or error
ADDQ

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !
  • Line Location: IBTUBAV+6
Function Call: WRITE
  • Prompt: !
  • Line Location: DATE+1
Function Call: WRITE
  • Prompt: !!,"This will automatically be tasked to run and needs no device."
  • Line Location: DEV+1
Function Call: WRITE
  • Prompt: !!,"A mail Message will be sent when the process completes."
  • Line Location: DEV+2
Function Call: WRITE
  • Prompt: !,"Use the option View Unbilled Amounts to see cumulative totals.",!!
  • Line Location: DEV+3

FileMan Files Accessed Via FileMan Db Call

FileNo Call Tags
^IBE(356.19 - [#356.19] Classic Fileman Calls
Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call