VistA Analysis » VistA Reference » RPCs » ROR LIST VISTA USERS

ROR LIST VISTA USERS

The ROR LIST VISTA USERS remote procedure returns a list of users from theNEW PERSON file (#200).

Properties

Property Value
Label USERLIST
MUMPS Implementation RORRP024
Return Type GLOBAL ARRAY

Input Parameters

Name Type Maximum Data Length Required Description
PART LITERAL 30 true The PART parameter defines the search pattern. It should contain thebeginning of the user's name.
FLAGS LITERAL     Flags that control the execution (can be combined): B Backwards. Traverses the index in the opposite direction of normal traversal. D Get default division for each user P Select providers only (check for the PROVIDER security key).
NUMBER LITERAL     Maximum number of entries to return. A value of "*" or no value in this parameter designates all entries that conform the criteria.
FROM LITERAL     The index entry(s) from which to begin the list. Use the pieces of theResults[0] (starting from the second one) to continue the listing in thesubsequent procedure calls. NOTE: The FROM value itself is not included in the resulting list. See description of the LIST^DIC for more details about the PART, NUMBERand FROM parameters.


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