| $$ISA(USER,CLASS,ERR) |
This is a Boolean function that returns true is USER
is a member of CLASS, false otherwise.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
USER |
Input |
Pointer to file 200,NEW PERSON file.
|
CLASS |
Output |
|
ERR |
Output |
If there was an error then this variable contains the
error message.
|
CLASSS |
Input |
The function determines if the user is a member of
this class. Pointer to file 8930, USR CLASS.
|
|
$$WHATIS(USER,CLASS,NAME01) |
This component when passed a users's DUZ and the name
of an output array will return all the USR classes a user has subscribed to.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
USER |
Input |
Pointer to file 200, NEW PERSON file.
|
CLASS |
Output |
Contains the name of the output array.
|
NAME01 |
Input |
NAME01 is optional and controls what is returned in
the variable CLASS. If NAME01>0 return NAME (field .01) otherwise, return
DISPLAY NAME (field .04).
|
|
$$CLNAME(CLASS,NAME01) |
This entry point when passed a class IEN will return
either the USR class NAME (field .01) or the DISPLAY NAME (field .04).
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
CLASS |
Input |
|
NAME01 |
Input |
NAME01 is optional and controls what is returned by
$$CLNAME. If NAME01>0 return NAME (field .01) otherwise, return DISPLAY NAME
(field .04).
|
|
$$SUBCLASS(CLASS1,CLASS2) |
Return 1 if CLASS1 is a subclass of CLASS2, otherwise
return 0.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
CLASS1 |
Input |
NAME or internal entry number of a user class.
|
CLASS2 |
Input |
NAME or internal entry number of a user class.
|
|