; EP - AGG SAVE RECENT PATIENT LIST
; Input
; NUM - Max number of enties to keep
; DIEN - (DFN) Patient's IEN
; INFO - extra data to be stored
;
; Output:
; DATA = name of global (passed by reference) in which the data is stored
; RESULT = 1 (unlock will always succeed)
; RESULT = -1 if invalid patient IEN (shouldn't happen)
; or
; BMXSEC - if M error encountered
;
ERR
;
GET(DATA,FAKE)
; EP - AGG RECENT PATIENT RETRIEVE
; Input
; FAKE - extra 'blank' parameter required by BMXNET async 'feature'
;
; Output:
; DATA = name of global (passed by reference) in which the data is stored