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

Package: Order Entry Results Reporting

Routine: ORWDBA12


Information

ORWDBA12 ; SLC/GDU - Billing Awareness - Phase I [10/18/04 10:24]

Source Information

Source file <ORWDBA12.m>

Entry Points

Name Comments DBIA/ICR reference
MAIN ;Main starting point for the delete assigned Enable BA By User
BLDLST ;Build list of providers with the Enable CIDC By User parameter already
DISOPT ;Display the list of providers with the Enable BDC By User parameter
DO1
DO2
DELETE ;Confirm the selected provider and delete the selected provider's
AGAIN ;Ask the user if they want to do the delete process again.
NPA ;No Parameter Set
EXIT ;Common exit point for this program
SCRHDR ;Screen Header Display
NPA1 ;No providers currently have the parameter assigned to them.
NPA2 ;You will need to select the 'Assign parameter to provider' option and
NPA3 ;assign this parameter to the providers.
NPA4 ;Press the return key or '^' to continue
D0N ;N:Next 10 Providers
D0P ;P:Previous 10 Providers
D0Q ;Q:Quit
DAD ;Select the provider to delete the assigned parameter
DHD ;Select the provider whose assigned parameter value is to be deleted.
DHN ;Enter N for the next 10 providers in the list.
DHP ;Enter P for the previous 10 providers in the list.
DHQ ;Enter Q to quit and return to the previous menu
DPM ;You have selected | to delete.
DPEM ;Clinical Indicator Data Capture for this provider is currently enabled.
DPDM ;Clinical Indicator Data Capture for this provider is currently disabled.
DPA ;Are you sure that you want to delete this provider's parameter
DPHY ;Enter Y for Yes to confirm deletion of this provider's parameter.
DPHN ;Enter N for No to not delete this provider's parameter.
ADA ;Delete another provider's parameter
ADHY ;Enter Y for Yes to delete another provider's parameter.
ADHN ;Enter N for No to not delete another provider's parameter.

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!!
  • Line Location: BLDLST+11
Function Call: WRITE
  • Prompt: !!,$P($P($T(DPM),";",2),"|"),PRVNAME,$P($P($T(DPM),";",2),"|",2)
  • Line Location: DELETE+3
Function Call: WRITE
  • Prompt: !,$P($T(DPEM),";",2)
  • Line Location: DELETE+4
Function Call: WRITE
  • Prompt: !,$P($T(DPDM),";",2)
  • Line Location: DELETE+5
Function Call: WRITE
  • Prompt: !!
  • Line Location: AGAIN+6
Function Call: WRITE
  • Prompt: !,"Enable Clinical Indicator Data Capture By Provider Parameter Management"
  • Line Location: SCRHDR+2
Function Call: WRITE
  • Prompt: !,"Delete Assigned Parameter"
  • Line Location: SCRHDR+3
Info |  Source |  Entry Points |  Interaction Calls