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

Package: Automated Lab Instruments

Routine: LAGEN


Information

LAGEN ;DALOI/STAFF - LAB AUTOMATED DATA ;11/18/11 15:03

Source Information

Source file <LAGEN.m>

Entry Points

Name Comments DBIA/ICR reference
LOG ; Run by accession number.
LG2
ISQN ;
LLIST ;
SEQN ;
; Run by the order data received
CENUM ;
IDENT ;
POC ; Entry point for POC interfaces to setup LAH using "E" x-ref
; IDE xref used to identify for POC specimen
CONTROL ; Verify control's
CEPACK
CONTXREF ; Set up verification X-Ref for controls
AC ;
UPDT(LWL,ISQN) ; Set/update date/time this entry in LAH has data added.
; Used by clear instrument data option to allow selective clearing based on date/time criteria.
; Call with LWL = ien of load/list in LAH
; ISQN = ien of sequence
UID(LWL,ISQN,UID) ; Set .3 node and "U" xref with accession's UID.
; Used to verify by unique identifier (UID).
; Call with LWL = ien of load/list in LAH
; ISQN = ien of sequence
; UID = accession's UID
; Called from above, LRVR1, LRVRW
POI(LWL,ISQN,NODE,LAID) ; Set .1 node with patient/order info
; Call with LWL = ien of load/list in LAH
; ISQN = ien of sequence
; NODE = node to store data on (PID, OBR)
; LAID = array containing values
; PID - "DFN","DOB","ICN","LRDFN","LRTDFN","PNM","SEX","SSN"
; OBR - "EOL","FID","ORCDT","ORDNLT","ORDP","PON","SID","PEB","PVB"
LATYP(LWL,ISQN,LAX) ; Set type of interface for this entry
; Call with LWL = ien of load/list in LAH
; ISQN = ien of sequence
; LAX = type of interface
LAMSGID(LWL,ISQN,LAX) ; Set pointer to file #62.49 for this entry.
; Call with LWL = ien of load/list in LAH
; ISQN = ien of sequence
; LAX = ien of entry in file #62.49 that is source of these results
METH(LWL,ISQN,LAX) ; Save instrument name/method for this entry
; Call with LWL = ien of load/list in LAH
; ISQN = ien of sequence
; LAX = method text
SUBID(LWL,ISQN,LRSS,NODE,SUBID) ; Set/lookup entry for a sub-id (isolate id)
; Call with LWL = ien of load/list in LAH
; ISQN = ien of sequence
; LRSS = subscript in LAH
; NODE = data node in LAH
; SUBID = sub-id to lookup/use to link entry
LAH(LAWL,LADA,LASS,LASUB,LAP,LAVAL) ;
; sets data into LAH
; Inputs
; LAWL : WorkLoad List
; LADA :
; LASS : SubScript
; LASUB :
; LAP : Data position ($Piece of node)
; : if -1 will set the entire node=LAVAL (for WP type data)
; LAVAL : The VALue to set
Info |  Source |  Entry Points