IBCNERPF ;BP/YMG - IBCNE eIV AUTO UPDATE REPORT ;09-MAY-2023
Source file <IBCNERPF.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
EN | ; entry point
|
|
TYPE | ;Type of Report
|
|
DETAIL | ; Prompts in specific order for Detail report.
|
|
D10 | ; Payer Selection parameter
|
|
D20 | ; Date Range parameters
|
|
D30 | ; Patient Selection parameter
|
|
SUMMARY | ;Prompts in specific order for Summary report
|
|
S10 | ;Select Payer or Source of Information
|
|
S20 | ;Prompt for Insurance Company Detail
|
|
S30 | ;Prompt for Payer Selection
|
|
S40 | ; Response Received Date
|
|
IBOUT | ;
|
|
DEVICE | ; Device Handler and possible TaskManager calls
|
|
EXIT | ;
|
|
COMPILE(IBCNESPC) | ;
; Entry point called from EN^XUTMDEVQ in either direct or queued mode. ; Input params: ; IBCNESPC = Array passed by ref of the report params |
|
COMPILX | ; COMPILE exit pt
|
|
PAYER | ;
|
|
PAYER1 | ;
|
|
AUTOUPDT(PIEN) | ; Lookup screen to determine if the Auto update flag for payer = Yes
; Input: PIEN - IEN of the Payer (file 365.12) ; Returns 1 - Auto update flag is set to 'Y', 0 otherwise |
|
GETCOMPS(PIEN,IBCNESPC) | ; Get companies linked to payer
; Get associated insurance companies ; If user wants to display insurance companies, prompt only for those linked to payer ; Allow the user to select none, one, or multiple insurance companies associated with a given payer |
|
ICODETL | ;Display Insurance Company Detail.
|
|
ICODETLX | ;
|
|
DTRANGE | ;
|
|
T180 | ;
|
|
DTRANGE1 | ;
|
|
PATIENT | ;
|
|
PATIENT1 | ;
|
|
ANOTHER(TYPE) | ; "Select Another" prompt
; returns 1, if response was "YES", returns 0 otherwise |
|
STOP() | ; Determine if user wants to exit out of the whole option
; Init vars |
|
STOPX | ; STOP exit pt
|
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 |
|
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 |
|
FileNo | Call Tags |
---|---|
^DPT - [#2] | Classic Fileman Calls |
^IBE(365.12 - [#365.12] | Classic Fileman Calls |
365.121 | GET1^DIQ |