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

Package: E Claims Management Engine

Routine: BPSOPR


Information

BPSOPR ;ALB/PHH - OPECC Productivity Report ;9/21/2015

Source Information

Source file <BPSOPR.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; Main report entry point
SELSORT(DFLT) ; Select Sort Order
SELEXCEL() ; Select whether to capture data for Excel report.
DEVICE() ; Device Selection
SELPHARM(BPPHARM) ; Select Pharmacies
SELELIG(BPELIG) ;Select Eligibility Types
SELUSER(BPUSER) ; Select Users
SELMULTI(BPSDIR,BPSVAR,BPSFPTR,BPSPTX) ;
; Input Variable -> BPSDIR - DIR array
; BPSVAR - Variable array
; BPSFPTR - File pointer (optional)
; BPSPTX - Prompt text for DIC("A") (optional)
; Return Value -> "" = Valid Entry or Entries Selected
; ^ = Exit
;
; Output Variable -> BPSVAR = 1 One or more items selected
; = 0 User entered 'ALL'
;
; If BPSVAR = 1 then the BPSVAR array will be defined where:
; BPSVAR(ptr) = ptr ^ NAME and
; ptr = Internal pointer to file passed in
;

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: @IOF,!,"OPECC Productivity Report",!!
  • Line Location: EN+4
Function Call: WRITE
  • Prompt: !!,"Enter a code from the list to indicate the sort order."
  • Line Location: SELSORT+6
Function Call: WRITE
  • Prompt: !
  • Line Location: SELEXCEL+4
Function Call: WRITE
  • Prompt: !!,"Report compilation has started with task# ",ZTSK,".",!
  • Line Location: DEVICE+21
Info |  Source |  Entry Points |  Interaction Calls