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

Package: Automated Lab Instruments

Routine: LA7UXQA


Information

LA7UXQA ;DALOI/JMC - HL7 Utility - Send alert to users ;04/13/10 14:41

Source Information

Source file <LA7UXQA.m>

Entry Points

Name Comments DBIA/ICR reference
XQA(LA7CTYP,LA76248,LA762485,LA76249,LA7AMSG,LA7DATA,LA7PALRT) ; Send alert when requested.
; Input
; LA7CTYP - Condition for alert (1=New Results, 2=Error on message, 3=New Orders)
; LA76248 - Pointer to file 62.48
; LA762485 - Optional, pointer to file 62.485 if condition=2
; LA76249 - Optional, pointer to file 62.49 if condition=2 or 3
; LA7AMSG - Optional, alert message, if missing will use default message^id to add to XQAID
; LA7DATA - Optional, pass values for specific conditions
; LA7PALRT - Keep previous alerts (1-yes,0-no)
DEL(ID) ; Delete previous alerts if present
; Call with ID = alert id
; Clear previous alert with same pkg id.
DIS ; Display alert
DISIC ; Display Integrity Checker alert.

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,$C(7),"Missing message number, unable to proceed.",!
  • Line Location: DIS+6
Function Call: WRITE
  • Prompt: !,$C(7),"Message number# ",XQADATA," has been deleted, unable to proceed.",!
  • Line Location: DIS+7
Function Call: WRITE
  • Prompt: !,$C(7),"Missing error report to display, unable to proceed.",!
  • Line Location: DISIC+6
Function Call: WRITE
  • Prompt: !,$C(7),"Message number# ",XQADATA," has been deleted, unable to proceed.",!
  • Line Location: DISIC+9
Info |  Source |  Entry Points |  Interaction Calls