BPSRPT3 ;BHAM ISC/BEE - ECME REPORTS ;14-FEB-05
Source file <BPSRPT3.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
SELPHARM() | ||
SELPHRM1 | ;
|
|
SELELIG(DFLT) | ||
SELSMDET(DFLT) | ||
SELMWC(DFLT) | ||
SELMWC1(DFLT) | ;
; Upon completion of prompt, values will be placed into a string delimited ; by commas. e.g. C,M ; ; If user includes (A)ll as a code, "A" will be stored in BPARR ; array. e.g. Entry of C,M,A will save as BPARR("MWC")="A" ; ; User input values are temporary stored in array BPSMWC to eliminate duplicate ; entries. e.g. Entry of C,M,C will save as BPARR("MWC")="C,M" ; |
|
BPSMWC | ;
|
|
SELRTBCK(DFLT) | ||
SELRBPS() | ;
|
|
BPRBPS | ; Realtime / Backbills / Pro Option / Resubmission / All
|
|
SELDRGAL(DFLT) | ||
SELDRG() | ||
SELDRGCL() | ||
SELDATE(TYPE) | ||
SELDATE1 | ||
SELOPCL(DFLT) | ||
SELELIG1() | ;
; Select multiple Eligibilities ; ; Input Variable -> none ; Return Value -> 0: All, 1: Selected Eligibilities; '^' = Exit ; ; Output Variable -> BPELIG1 = 1 - One or More Eligibilities Selected ; = 0 - User Entered 'ALL' ; = "^" - User quit ; ; If BPELIG1 = 1 then the BPELIG1 array will be defined where: ; BPELIG1("C")="CHAMPVA" ; BPELIG1("T")="TRICARE" ; BPELIG1("V")="VETERAN" |
|
BPSELIG1 | ;
|
|
SELALRC() | ;
; Display Most (R)ecent or (A)ll |
|
SELNBSTS() | ;
; Select the Non-Billable Status Reason ; ; Input Variable -> None ; Return Value -> 0: All, 1: Selected Non-Billable Status; '^' = Exit ; ; Output Variable -> BPNBSTS = 1 - One or More Non-Billable Statuses Selected ; = 0 - User Entered 'ALL' ; = "" - User quit ; ; If BPNBSTS = 1 then the BPNBSTS array will be defined where: ; BPNBSTS(Non-Billable Status IEN)=Non-Billable Status Reason |
Name | Line Occurrences |
---|---|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|