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

Package: Inpatient Medications

Routine: PSIVORH


Information

PSIVORH ;BIR/MLM-MAIN DRIVER FOR IV HYPERALS - OE/RR INTERFACE ;09 FEB 93 / 10:02 AM

Source Information

Source file <PSIVORH.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; Entry point called by IV Hyperal protocol.
EN1 ; Take action on existing order.
NEW ; Enter a new IV Hyperal order.
1 ; Edit an existing order.
2 ; Renew
3 ; Flag
4 ; Hold
5 ; Event
6 ; Cancel - Delete pending or unreleased orders from Nonverified orders
; (53.1) and Orders (100) files.
7 ; Purge
8 ; Print
9 ; release order (status=incomplete in 53.1, pending in 100)
10 ; Verify

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"INSUFFICIENT INFORMATION, CANNOT CONTINUE."
  • Line Location: EN1+2
Function Call: WRITE
  • Prompt: $C(7),!!,"This order is being edited by another user."
  • Line Location: EN1+4
Function Call: WRITE
  • Prompt: !!,"HYPERAL ORDER ENTRY NOT AVAILABLE",!
  • Line Location: NEW+1
Function Call: WRITE
  • Prompt: !!,"EDIT OF HYPERAL ORDERS NOT AVAILABLE",!
  • Line Location: 1+1
Function Call: WRITE
  • Prompt: !!,"RENEWAL OF HYPERAL ORDERS NOT AVAILABLE",!
  • Line Location: 2+1
Function Call: WRITE
  • Prompt: !!,"HOLD OF HYPERAL ORDERS NOT AVAILABLE",!
  • Line Location: 4+1
Function Call: WRITE
  • Prompt: $C(7),!,"This order has already been DISCONTINUED."
  • Line Location: 6+2
Function Call: WRITE
  • Prompt: !!,"CANCEL HYPERAL ORDERS NOT AVAILABLE",!
  • Line Location: 6+3
Info |  Source |  Entry Points |  Interaction Calls