VistA Analysis » VistA Reference » RPCs » MAGG IMAGE LOCK

MAGG IMAGE LOCK

This remote procedure locks one or more images. If several images are passed, then either all or none of them are locked.

Properties

Property Value
Label LOCKIMG
MUMPS Implementation MAGGA04
Return Type ARRAY

Input Parameters

Name Type Maximum Data Length Required Description
FLAGS LITERAL     reserved
IMGLST LIST   true List of images that have to be locked. Images are referenced by their internal entry numbers (IENs) in the IMAGE (#2005) and IMAGE AUDIT(#2005.1) files. Example: with RPCBroker.Param[1] do begin PType := list; Mult[1] := '234'; Mult[2] := '789'; end;


Document generated on August 31st 2022, 2:55:43 pm