VistA Analysis » VistA Reference » RPCs » DSIC ACTIVE USER LIST

DSIC ACTIVE USER LIST

This will return a list of active users matching the lookup value. You can pass in additional screening logic if so desired, such as security keys. It is the programmers responsibility to ensure that the total length of the date returned in each return value does not exceed 250 characters.

Properties

Property Value
Label LIST
MUMPS Implementation DSICDUZ
Return Type GLOBAL ARRAY

Input Parameters

Name Type Maximum Data Length Required Description
VAL LITERAL 50 true This is the lookup value to find matches in file 200
SCR LIST 250 true This RPC will return a list of active users. You may wish additional screening to occur. For example, return all active users matching SMITH who also own a particular security key. Acceptable format of SCR(): SCR(n) = KEY^<security key name> SCR(n) = PARM^<parameter name>^<parameter instance> SCR(n) = M^<return text>^<executable M code that sets $T>


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