| ISCNSLT(TIUY,TITLE) |
Evaluates whether TITLE is a CONSULT and returns a
Boolean value of 0 (not a CONSULT) or 1 (is a CONSULT).
Example:
S TITLE=1365 D ISCNSLT^TIUCNSLT(.TEST,TITLE) ZW TEST
TEST=1
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
TIUY |
Both |
The variable that will hold the boolean value. Passed
by reference.
|
TITLE |
Input |
An entry number for the TIU DOCUMENT DEFINITION file
(#8925.1).
|
|
$$CLASS() |
This function returns the 8925.1 ien of the Consults
Document Class.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
$$CLASS |
Output |
Function result, the 8925.1 ien of the Consults
Document Class.
|
|