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

Package: Order Entry Results Reporting

Routine: ORCHART


Information

ORCHART ;SLC/MKB/REV-OE/RR ;Jul 10, 2023@09:19:48

Source Information

Source file <ORCHART.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; -- main entry point
INIT ; -- init variables and list array
PHDR ; -- protocol header code
HDR ; -- header code
; Expects ORPNM, ORSSN, ORL, ORDOB, ORAGE [, ORPD]
; N DFN S DFN=+ORVP D SLCT1^ORQPT if any are missing ??
MSG() ; -- LMgr message bar
HELP ; -- help code
ITEMHELP ; -- help code for action menus
EXIT ; -- exit code
TAB(NEWTAB,REBUILD) ; -- switch focus to new chart tab from ORTAB
NEWPAT ; -- Select new patient
ORDERS(ACTION) ; -- Return order numbers to act on, if action chosen first
ALL ; -- Return all items on ORTAB
SELECT(NMBR) ; -- rev video on selected items
DESELECT(NMBR) ; -- norm video on selected items
CHANGE ; -- Change view of current list
REV(ORVP) ; -- Review orders for patient
VIEW() ; -- return line 3 of header w/current view of tab

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"Site has migrated to Electronic Health Record."
  • Line Location: EN+3
Function Call: WRITE
  • Prompt: !,"CPRS List Manager access not allowed."
  • Line Location: EN+4
Function Call: WRITE
  • Prompt: !!,"Enter the display numbers of the items you wish to change or act on; a menu of",!,"available actions will then be presented for selection."
  • Line Location: HELP+2
Function Call: WRITE
  • Prompt: !!,"To see a different 'page' of the chart, enter CC; if you'd like another view of",!,"the current page, by date range for example, enter CV. You may add new orders"
  • Line Location: HELP+3
Function Call: WRITE
  • Prompt: !,"for this patient from any page in the chart by entering AD and review them",!,"using RV. Enter ?? to see a list of actions available for navigating the list."
  • Line Location: HELP+4
Function Call: WRITE
  • Prompt: !!,"Press <return> to continue ..."
  • Line Location: HELP+9
Function Call: WRITE
  • Prompt: !!,"Enter the action you wish to take on the items selected and highlighted",!,"above; each item will be processed in order, one at a time."
  • Line Location: ITEMHELP+2
Function Call: WRITE
  • Prompt: !!,"Press <return> to continue ..."
  • Line Location: ITEMHELP+3
Function Call: WRITE
  • Prompt: !
  • Line Location: ITEMHELP+4
Function Call: WRITE
  • Prompt: !!,"You have new or unsigned orders for this patient!"
  • Line Location: EXIT+3
Function Call: WRITE
  • Prompt: !,"Searching the patient's chart ..."
  • Line Location: TAB+3
Function Call: WRITE
  • Prompt: !!,"You have new or unsigned orders for this patient!"
  • Line Location: NEWPAT+3
Function Call: WRITE
  • Prompt: !,NUM_" is not a valid selection."
  • Line Location: SELECT+3
Info |  Source |  Entry Points |  Interaction Calls