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

Package: Integrated Billing

Routine: IBTRV3


Information

IBTRV3 ;ALB/AAS - CLAIMS TRACKING - REVIEW ACTIONS ; 14-JUL-93

Source Information

Source file <IBTRV3.m>

Entry Points

Name Comments DBIA/ICR reference
ADNXT(IBTRN) ; -- Add next Hospital Review
; -- Input ibtrn = internal entry in claims tracking (356)
INPT
ANOTHER ; -- ask if add another if no ask next review date/status
SAME ; -- ask if same
ADNXTQ
REV(IBTRN,IBTRTP) ; -- Add review
; -- input ibtrtp = tracking type code,
; ibtrn = internal id of tracking entry
REVQ
15 ; -- Initial edit of admission review
30 ; -- Initial edit for continued stay
50 ; -- outpatient review
UNIT(X) ; -- determine if specialty is a specialized unit
; input (review)
; output 1 if unit, 0 if not
INSURD(X) ; -- determine if this is tracked as an ins. claim
VDT(IBTRN,IBTRV) ; compute vaindt for day of review
MESS ; -- add message

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"This doesn't appear to be an admission or outpatient visit.",!,"I don't know how to review this.",!
  • Line Location: ADNXT+8
Function Call: WRITE
  • Prompt: !!,"DUH, Nothing Added!"
  • Line Location: REV+3
Function Call: WRITE
  • Prompt: !!,"There must be an admission review first"
  • Line Location: REV+8
Info |  Source |  Entry Points |  Interaction Calls