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

Package: Integrated Billing

Routine: IBCNBLL


Information

IBCNBLL ;ALB/ARH - Ins Buffer: LM main screen, list buffer entries ;1 Jun 97

Source Information

Source file <IBCNBLL.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; - main entry point for screen
EN1(V) ; entry point from view changing actions
HDR ; header code for list manager display
INIT ; initialization for list manager list
HELP ; list manager help
EXIT ; exit list manager option and clean up
BLD ; build screen display
BLDLN(IBBUFDA,IBCNT,DFLG) ; build line to display on List screen for one Buffer entry
BLDLNQ ; IB*2*506/taz Tag added
FLAGS(DFN,IBY) ;Build flag set for line
SET(LINE,CNT) ; set up list manager screen display array
SORT ; set up sort for list screen
; IB*2.0*737/DTG remove "8^Verified" reference
; Line below is the relationship between the sort order and the external description.
; 1^Patient Name, 2^Ins Name, 3^Source Of Info, 4^Date Entered, 5^Inpatient (Y/N), 6^Means Test (Y/N), 7^On Hold, 8^Verified, 9^eIV Status, 10^Positive Response
; 1^Patient Name, 2^Ins Name, 3^Source Of Info, 4^Date Entered, 5^Inpatient (Y/N), 6^Means Test (Y/N), 7^On Hold, 8^eIV Status, 10^Positive Response
INCL(VIEW,SYM,IB0) ;
INCLQ ;
DATE(X) ;
HOLD(DFN) ; returns true if patient has bills On Hold
  • ICR #5307
    • Status: Active
    • Usage: Private
    SYMBOL(IBBUFDA) ; Returns the symbol for this buffer entry
  • ICR #5307
    • Status: Active
    • Usage: Private
    UPDLN(IBBUFDA,ACTION) ; *** called by any action that modifies a buffer entry, so list screen can be updated if screen not recompiled
    ; modifies a single line in the display array for a buffer entry that has been modified in some way
    ; ACTION = REJECTED, ACCEPTED, EDITED
    SRCCNV(SRC) ; convert Source of Info acronym from field 355.12/.03 into 1 char code
    ; IB*2*595/DM T,U,B,O,N,S,A,K,J translations added
    ; IB*2*664/DW updated "U" for Community Care Network - should be CCN and not PCC
    ; IB*2*664/VD added "W" for Electronic Health Record
    ; IB*2*668/DW added "G" for Adv Med Cost Mgmt Solution
    GETKEYS(DUZ) ;
    ACTIVE(DFN) ;Check for active insurance
    GTMFLG(IBBUFDA) ;Check if Medicare
    ; IB*2.0*549 Added method
    REFRESH ; IB*794/DJW Refresh the buffer data but keep the selected view and sort

    Interaction Calls

    Name Line Occurrences
    Function Call: WRITE
    • Prompt: @IOF
    • Line Location: HELP+3
    Function Call: WRITE
    • Prompt: !,"Flags displayed on screen if they apply to the Buffer entry:"
    • Line Location: HELP+4
    Function Call: WRITE
    • Prompt: !," i - Patient has other currently effective Insurance"
    • Line Location: HELP+5
    Function Call: WRITE
    • Prompt: !," I - Patient is currently admitted as an Inpatient"
    • Line Location: HELP+6
    Function Call: WRITE
    • Prompt: !," E - Patient has Expired"
    • Line Location: HELP+7
    Function Call: WRITE
    • Prompt: !," Y - Means Test Copay Patient"
    • Line Location: HELP+8
    Function Call: WRITE
    • Prompt: !," H - Patient has Bills On Hold"
    • Line Location: HELP+9
    Function Call: WRITE
    • Prompt: !," * - Buffer entry Verified by User"
    • Line Location: HELP+10
    Function Call: WRITE
    • Prompt: !
    • Line Location: HELP+11
    Function Call: WRITE
    • Prompt: !,"Sources displayed on the screen if they apply to the Buffer entry:"
    • Line Location: HELP+13
    Function Call: WRITE
    • Prompt: !," I - Interview"
    • Line Location: HELP+14
    Function Call: WRITE
    • Prompt: !," D - Data Match"
    • Line Location: HELP+15
    Function Call: WRITE
    • Prompt: !," V - IVM"
    • Line Location: HELP+16
    Function Call: WRITE
    • Prompt: !," P - Pre-Registration"
    • Line Location: HELP+17
    Function Call: WRITE
    • Prompt: !," E - eIV"
    • Line Location: HELP+18
    Function Call: WRITE
    • Prompt: !," H - HMS"
    • Line Location: HELP+19
    Function Call: WRITE
    • Prompt: !," M - Medicare"
    • Line Location: HELP+20
    Function Call: WRITE
    • Prompt: !," R - ICB Card Reader"
    • Line Location: HELP+21
    Function Call: WRITE
    • Prompt: !," C - Contract Services"
    • Line Location: HELP+22
    Function Call: WRITE
    • Prompt: !," X - e-Pharmacy"
    • Line Location: HELP+23
    Function Call: WRITE
    • Prompt: !," K - Kiosk"
    • Line Location: HELP+25
    Function Call: WRITE
    • Prompt: !," F - Interfacility Insurance Update"
    • Line Location: HELP+26
    Function Call: WRITE
    • Prompt: !," T - Insurance Import"
    • Line Location: HELP+27
    Function Call: WRITE
    • Prompt: !," U - Community Care Network"
    • Line Location: HELP+29
    Function Call: WRITE
    • Prompt: !," B - Purchased Care Fee-Basis"
    • Line Location: HELP+30
    Function Call: WRITE
    • Prompt: !," O - Purchased Care Other"
    • Line Location: HELP+31
    Function Call: WRITE
    • Prompt: !," N - Insurance Intake"
    • Line Location: HELP+32
    Function Call: WRITE
    • Prompt: !," S - Insurance Verification"
    • Line Location: HELP+33
    Function Call: WRITE
    • Prompt: !," A - Veteran Appt Request"
    • Line Location: HELP+34
    Function Call: WRITE
    • Prompt: !," J - MYVA Health Journal"
    • Line Location: HELP+35
    Function Call: WRITE
    • Prompt: !," W - Electronic Health Record"
    • Line Location: HELP+37
    Function Call: WRITE
    • Prompt: !," G - Adv Med Cost Mgmt Solution"
    • Line Location: HELP+38
    Function Call: WRITE
    • Prompt: !,"eIV Electronic Insurance Verification Status"
    • Line Location: HELP+42
    Function Call: WRITE
    • Prompt: !!,"The following eIV Status indicators may appear to the left of the patient name:",!
    • Line Location: HELP+43
    Function Call: WRITE
    • Prompt: !," * - Previously an active policy."
    • Line Location: HELP+49
    Function Call: WRITE
    • Prompt: !," * - Previously an not active policy."
    • Line Location: HELP+53
    Function Call: WRITE
    • Prompt: !," * - Previously either an active or not active policy."
    • Line Location: HELP+59
    Function Call: WRITE
    • Prompt: !," e-Pharmacy buffer entries are not applicable for e-IV processing."
    • Line Location: HELP+74
    Function Call: WRITE
    • Prompt: !,"When an entry is Processed it is either:"
    • Line Location: HELP+78
    Function Call: WRITE
    • Prompt: !," Accepted - the Buffer entry's data is stored in the main Insurance files."
    • Line Location: HELP+79
    Function Call: WRITE
    • Prompt: !," - the modified Insurance entry is flagged as Verified."
    • Line Location: HELP+80
    Function Call: WRITE
    • Prompt: !
    • Line Location: HELP+81
    Function Call: WRITE
    • Prompt: !," Rejected - the Buffer entry's data is not stored in the main Insurance files."
    • Line Location: HELP+82
    Function Call: WRITE
    • Prompt: !!
    • Line Location: HELP+83
    Function Call: WRITE
    • Prompt: !,"Once an entry is processed (either accepted or rejected) most of the data in"
    • Line Location: HELP+84
    Function Call: WRITE
    • Prompt: !,"the Buffer File entry is deleted leaving only a stub entry for tracking"
    • Line Location: HELP+85
    Function Call: WRITE
    • Prompt: !,"and reporting purposes."
    • Line Location: HELP+86
    Function Call: WRITE
    • Prompt: !!
    • Line Location: HELP+87
    Function Call: WRITE
    • Prompt: !,"The IB INSURANCE SUPERVISOR key is required to either Accept or Reject an entry."
    • Line Location: HELP+88
    Function Call: WRITE
    • Prompt: !,"Building display "
    • Line Location: BLD+5
    Function Call: WRITE
    • Prompt: !,"Gathering and sorting the records "
    • Line Location: SORT+11
    Function Call: WRITE
    • Prompt: "|"
    • Line Location: SORT+48

    FileMan Files Accessed Via FileMan Db Call

    FileNo Call Tags
    ^IBE(355.12 - [#355.12] GET1^DIQ
    Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call