| RETURN PARAMETER DESCRIPTION | 
A negative value of the first "^"-piece of the Results[0] indicates that 
  Results[i]            Error Descriptor
                          ^01: Error code
                          ^02: Message
                          ^03: Place of the error
 
Otherwise, number of VistA users and the value of the FROM parameter for
the next procedure call are returned in the Results[0] and the subsequent
nodes of the Results array contain the users.
  
  Results[0]            Result Descriptor
an error occurred during the execution of the remote procedure. In this 
                          ^01: Number of users
                          ^02: Values that comprise the FROM parameter
                          ^nn: for the subsequent call of the procedure
 
  Results[i]            VistA User
                          ^01: IEN (DUZ)
                          ^02: Name
                          ^03: Office Phone
                          ^04: Nickname
                          ^06: Default Division IEN  (only if D flag)
case, the second piece of the Results[0] will contain number of the error
                          ^07: Default Division Name (only if D flag)
descriptors returned in the subsequent nodes of the Results array:
  
  Results[0]            Result Descriptor
                          ^01: The last error code
                          ^02: Number of the error descriptors
   
 |