VistA Analysis » VistA Reference » RPCs » ROR UPDATE COORDINATORS

ROR UPDATE COORDINATORS

The ROR UPDATE COORDINATORS remote procedure updates the list of registry coordinators that is stored in the COORDINATOR (14) multiple of the ROR REGISTRY PARAMETERS file (#798.1).

Properties

Property Value
Label RCLUPD
MUMPS Implementation RORRP023
Return Type ARRAY

Input Parameters

Name Type Maximum Data Length Required Description
REGIEN LITERAL   true The REGIEN parameter should contain a valid registry IEN (IEN of the registry parameters record in the ROR REGISTRY PARAMETERS file #798.1).
RCLST LIST   true The RCLST parameter should be an array containing a list of user IENs(DUZs). The corresponding users will be designated as the registrycoordinators. Example: with RPCBroker.Param[1] do begin PType :=list; for i := 1 to Coordinators.Count do Mult[i] := Coordinators[i-1].IEN; end;


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