Select the objects that you wish to see in the downloaded PDF
Info Source Call Graph Entry Points External References Used in RPC FileMan Files Accessed Via FileMan Db Call Global Variables Directly Accessed Label References Local Variables
; EP - BQI UNLOCK RECORD BY TYPE
; Description
; Unlock a record type (problem, family history, etc. - specified by TYPE)
; for a patient previously locked for exclusive editing access. If the
; entry in the 'LAST LOCKED BY' field is for this DUZ then
; delete it (so another user can't accidentally update it).
; Input:
; DFN - Patient IEN
; TYPE - Type of record to be locked for this patient
; Output:
; DATA = name of global (passed by reference) in which the data is stored
LOCK(DATA,DFN,TYPE)
; EP - BQI LOCK RECORD BY TYPE
; Description
; Attempt to lock a record type (problem, family history, etc.) for a patient
; If successful, sets 'LAST LOCKED BY' with the current DUZ
; and returns a RESULT of 1 and the current DUZ.
; If unsuccessful, returns a RESULT of 0 and the DUZ from the
; 'LAST LOCKED BY' field.
; Input:
; DFN - Patient IEN
; TYPE - Type of record to be locked for this patient