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

Package: Order Entry Results Reporting

Routine: ORWDBA83


Information

ORWDBA83 ; SLC/GDU - Billing Awareness - Phase I [10/18/04 10:52]

Source Information

Source file <ORWDBA83.m>

Entry Points

Name Comments DBIA/ICR reference
START ;Starting point of this program
EXIT ;Exit point for this program
ALERT ;Alert the user that the selection returned no records.
ASSIGN ;Assign the parameter and enable/disable CIDC functionality
LTE10P ;If search returned a list less then or equal to 10
MT10P ;If search returned more then 10 providers
SETDIR ;Set common values for DIR used by LTE10P and MT10P
SCRHDR ;Screen Header
KILLVAR ;Kill variables to prepare for next look up
KTG ;Kill the temp globals used by this program
LISTA ;Build a list of providers with the parameter already assigned to them.
LISTU ;Build a list of providers who have not been assigned the parameter
FT0 ;;FO^1:40
FA ;;Select the provider to assign the parameter
FH1 ;;Enter the name/partial name of the provider to assign the parameter.
FH2 ;;This is free text, 1 to 40 characters in length.
FH3 ;;This search will only return those with the PROVIDER key and who
FH4 ;;do not have the CIDC parameter assigned to them.
SCO ;;SO^
SH1 ;;Enable Clinical Indicator Data Capture By Provider Parameter Management
SH2 ;;Assign and Enable/Disable Parameter By Individual Provider Option
UA1 ;;Found no records matching the search criteria of
UA2 ;;The reasons for this could be that during the search:
UA3 ;; 1. The parameter is already assigned to any provider found.
UA4 ;; 2. No providers found.
UA5 ;; 3. No records found.
UA6 ;;Please try again
M1 ;;You have selected
M2 ;;to assign the Enable Clinical Indicator Data
M3 ;;Capture By Provider parameter to.
PE ;;E:Assign parameter and Enable CIDC for this provider
PD ;;D:Assign parameter and Disable CIDC for this provider
PA ;;Assign the parameter to this provider
PHE ;;Enter E to assign the parameter and enable CIDC for this provider.
PHD ;;Enter D to assign the parameter and disable CIDC for this provider.
D0N ;;N:Next | providers
D0P ;;P:Previous 10 providers
DH ;;Select the provider who the parameter will be assigned to.
DHN ;;Enter N to get the next | providers.
DHP ;;Enter P to get the previous 10 providers.
DHS ;;Enter "^" to exit or the Enter key to return to provider lookup.
DA ;;Select the provider to assign the parameter

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,$P($T(M1),";",3)," ",NAME," ",$P($T(M2),";",3),!,$P($T(M3),";",3)
  • Line Location: ASSIGN+6
Function Call: WRITE
  • Prompt: !,$P($T(SH1),";",3),!,$P($T(SH2),";",3),!
  • Line Location: SCRHDR+2
Info |  Source |  Entry Points |  Interaction Calls