![]() ![]() |
Reference Type: Supported, Category: Alerts, ICR#: 2788
The USERLIST^XQALBUTL API returns recipients of the alert with the xqaid input parameter as its alert ID from the ALERT TRACKING (#8992.1) file in the array specified by the root input parameter. If root is not specified, then the data is returned in the XQALUSRS array. If the specified alert is not present, the root array is returned with a NULL value.
USERLIST^XQALBUTL(xqaid,root)
xqaid: |
(required) This is the value of the alert identifier. It is passed to the routine or option that is run when the alert is selected. It can also be obtained from a listing of all of the xqaid values for a specified user and/or patient. |
root: |
(optional) This parameter is a closed reference to a local or global root. If root is not specified, then the data is returned in the XQALUSRS array. |
returns: |
Returns:
|
>D USERLIST^XQALBUTL(XQAID) >ZW XQALUSRS XQALUSRS(1)=20^USER,XXX |