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

Package: Integrated Billing

Routine: IBCNAU1


Information

IBCNAU1 ;ALB/KML/AWC - USER EDIT REPORT (REPORT FILTER SELECTION) ;6-APRIL-2015

Source Information

Source file <IBCNAU1.m>

Entry Points

Name Comments DBIA/ICR reference
SELR() ;EP - Select Report Type
; IB*2.0*664 - Added function
; Prompt user to select report for User edits to Insurance Company/Group Plan or Payers or BOTH
; Input: None
; Returns: 1 - Insurance Company/Group Plan
; 2 - Payers
; 3 - Both Insurance Company/Group Plan and Payers
; -1 - No selection made
SELRQ
SELI() ; Prompt user to select all or subset of insurance companies
; Count ins. companies with plans
SELIQ
SELP(ALLINS,PLANS) ; Prompt user if Group Plans is to be on the report
; input/output - PLANS passed by reference. Returned with 1 or 0
; function output returns 1 or 0 in IBV2
SELPQ
SELPY() ; Prompt user if Payer(s) are to be on the report
; function output returns 1 or 0 in IBV5
SELPYQ
GPYR(ALLPYRS) ; Select the Payers to be reported on.
; -- allow user to select payers
GPYRALL ; User wants to see all PAYERS that have received edits
SELU() ; prompt user to select user id
SELUQ
GETTYP() ; Get display/output type
; RETURNS : Output destination (0=Display; 1=MS Excel)
; LOCAL VARIABLES :
; DIR,DUOUT - Standard FileMan variables
; Y - User input
OK(QUIT) ; -- ask okay

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"Select one of the following:"
  • Line Location: SELR+10
Function Call: WRITE
  • Prompt: !!,"Insurance Company Selection:"
  • Line Location: SELI+4
Function Call: WRITE
  • Prompt: !!,"Group Plan Selection:"
  • Line Location: SELP+4
Function Call: WRITE
  • Prompt: !!,"Payer Selection:"
  • Line Location: SELPY+3
Function Call: WRITE
  • Prompt: !!,"User Selection:"
  • Line Location: SELU+1
Function Call: WRITE
  • Prompt: !
  • Line Location: GETTYP+6
Function Call: WRITE
  • Prompt: !
  • Line Location: OK+2
Info |  Source |  Entry Points |  Interaction Calls