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

Package: Order Entry Results Reporting

Routine: ORCB


Information

ORCB ;SLC/MKB-Notifications followup for LMgr chart ; Apr 20, 2023@17:45

Source Information

Source file <ORCB.m>

Entry Points

Name Comments DBIA/ICR reference
EN(DFN,ORFLG,DGRP,DEL) ; -- main entry point
INIT ; -- init variables and list array
HELP ; -- help code
PHDR ; -- protocol menu header code
SELECT ; -- process selected order(s)
SQ
UNFLAG ; -- Unflag orders
EN1(ORIFN,ACTION) ; -- entry point to display single order
NEW ; -- Add new order as follow-up action
NWQ
EDIT ; -- Edit order as follow-up action
RENEW ; --Renew order as follow-up action
SIGN ; -- Sign new order
EXIT ; -- exit action
ACTIONS ;;KEY;NAME
ALL ; -- Select ALL orders
FINDLOC() ; -- Loop through orders in alert to find assigned location
DELETE ; -- Delete current alert
D1

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"Site has migrated to Electronic Health Record."
  • Line Location: EN+12
Function Call: WRITE
  • Prompt: !,"CPRS List Manager access not allowed."
  • Line Location: EN+13
Function Call: WRITE
  • Prompt: !!,"Enter the display numbers of the orders you wish to act on;"
  • Line Location: HELP+2
Function Call: WRITE
  • Prompt: !,"select either DT for a detailed listing of information about each"
  • Line Location: HELP+3
Function Call: WRITE
  • Prompt: !,"order, or the desired action. Enter Q to exit."
  • Line Location: HELP+4
Function Call: WRITE
  • Prompt: !!,"Press <return> to continue ..."
  • Line Location: HELP+5
Function Call: WRITE
  • Prompt: !!,"ERROR"
  • Line Location: SELECT+6
Function Call: WRITE
  • Prompt: !!,$C(7),$P(ORPTLK,U,2)
  • Line Location: NEW+2
Function Call: WRITE
  • Prompt: !!,PRMT,!,"Are you sure"
  • Line Location: D1+0
Function Call: WRITE
  • Prompt: !,"Nothing deleted."
  • Line Location: D1+1
Function Call: WRITE
  • Prompt: !!,"This action will delete the alert you are currently processing; the alert will",!,"disappear automatically when all orders have been acted on, but this action may",!,"be used to remove the alert if some orders are to be left unchanged."
  • Line Location: D1+3
Function Call: WRITE
  • Prompt: !,"Press <return> to continue ..."
  • Line Location: D1+4
Function Call: WRITE
  • Prompt: !,"Removing alert ..."
  • Line Location: D1+5
Function Call: WRITE
  • Prompt: " done."
  • Line Location: D1+6
Function Call: WRITE
  • Prompt: " unable to delete alert."
  • Line Location: D1+7
Info |  Source |  Entry Points |  Interaction Calls