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
Print Page as PDF
Routine: LA7UIIN2

Package: Automated Lab Instruments

Routine: LA7UIIN2


Information

LA7UIIN2 ;DALOI/JRR - Process Incoming UI Msgs, continued ; 12/3/1997

Source Information

Source file <LA7UIIN2.m>

Entry Points

Name Comments DBIA/ICR reference
NTE ; Process NTE segments that follow the OBR and OBX segments
; These NTE segments contain comments from instruments or other facilities.
; NTE segments following OBR's contain comments which refer to the entire test battery.
; NTE segments following OBX's contain comments which are test specific.
; Test specific comments can be prefaced with a site defined prefix -
; see field REMARK PREFIX (#19) in CHEM TEST multiple of AUTOMATED INSTRUMENT (#62.4 file.
; NTE segments are not allowed anywhere except after the OBR or OBX segments.
; There can be more than one NTE, each will be stored as a comment in ^LAH.
OBX
XFORM ; Transform the result based on fields 12,13,14,16,17 in the Chem Test
; multiple in the Auto Instrument file (62.4), or set on the fly
; from PARAM 1
PRDID(LA7PRDID,LA7CS) ; Process/Store Producer's ID
; Store where test was performed.
; Call with LA7PRDID = Producer's ID field
; LA7CS = component encoding character
REFRNG(LA7X) ; Process/Store References Range.
; Call with LA7X = reference range to store.
ABFLAG(LA7X) ; Process/Store Abnormal Flags.
; Call with LA7X = abnormal flags to store.
; Converts flag to interpretation based on HL7 Table 0078.
; If no match store code instead of interpretation
ABFLAGS ;; HL7 Table 0078 Abnormal flags
Info |  Source |  Entry Points