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

Package: Order Entry Results Reporting

Routine: ORWDBA5


Information

ORWDBA5 ; SLC/GSS Billing Awareness ;12/9/04 12:02

Source Information

Source file <ORWDBA5.m>

Entry Points

Name Comments DBIA/ICR reference
BAMSTR ;Billing Awareness Master Switch via Parameter Setting
VARSET ;Set variables - used by tags BAMSTR and CHKPS1
; ENT=Entity, INST=Instance, PAR=Parameter
OPT ;Functionality control
ORERR ;Error trap message - pass error in via ORERR w/ 2nd piece being ER text
ENABLE ;Enable Billing Awareness Master Switch
DISABLE ;Disable Billing Awareness Functionality
HDR ;Screen Header, Switch Status, and Options
CHKPS() ;Check master switch parameter status
; Returns 0 if switch is OFF or 1 if ON
; If master switch not previously defined then defines it as 0
; For use via List Mgr (thus error messages)
CHKPS1() ;Check master switch parameter status
; Used by RPC and BA status check in ORWDBA1 (BASTATUS & BASTAT)

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"You have selected to ENABLE Clinical Indicators Data Capture Functionality!",!
  • Line Location: ENABLE+5
Function Call: WRITE
  • Prompt: !!,"You have selected to DISABLE Clinical Indicators Data Capture Functionality!",!
  • Line Location: DISABLE+2
Function Call: WRITE
  • Prompt: @IOF,"Enable/Disable Clinical Indicators Data Capture Master Switch"
  • Line Location: HDR+3
Function Call: WRITE
  • Prompt: !!,"Clinical Indicators Data Capture Master Switch is now *> ",$S($$CHKPS=0:"OFF",1:"ON")," <*"
  • Line Location: HDR+4
Info |  Source |  Entry Points |  Interaction Calls