MCARAM ;WASH ISC/JKL-MUSE AUTO INSTRUMENT DATA LOAD INTO DHCP ;5/28/96 14:53
Source file <MCARAM.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
START | ; Driver for MUSE-run by task manager
; WHERE: LANM,TSK,MCINST,T are required for MCARASE ; LANM = routine name, T and TSK = auto instrument IEN, ; MCINST = auto instrument name ; MCL = data type line number, MCLT = data transmission line number ; MCD = one line of lab data, MCA = array of local data, ; MCE = internal record number of EKG file where data is stored ; MCRD = attempts to read lab data ; MCCD= current data transmission number ; MCPRO= EKG procedure number from Procedure/Subspecialty file |
|
READ | ||
IN | ||
DELPRO | ;delay process until record data is complete
|
|
DELP | ||
OUT | ||
RLAB(MCA,MCL,MCLT) | ; Read Lab data and place in local array
; USAGE: S X=$$RLAB^MCARAM(.A,.B,C) ; WHERE: .A=Array into which data is placed ; .B=Data type line number ; C=Data transmission line number |
|
TRAP | ;entry from MCARASE
|
|
ORPRM(MCPRO) | ;Get print name for ECG procedure
|
|
HSHAKE | ; MUSE dialog, called by LAB which executes HANDSHAKE fld of AI file
; Does checksum on MUSE input, sets OUT to ACK or NAK |
|
QUIT |