| $$CLASS(CLNAME) |
This function returns the 8925.1 ien of the requested
Surgery class.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
CLNAME |
Input |
The name of a document class, i.e. "SURGICAL REPORTS"
|
$$CLASS |
Output |
Function result, the 8925.1 ien of the document class
or 0.
|
|
ISSURG(TIUY,TITLE) |
Evaluates whether TITLE is a Surgery Report and
returns a Boolean value of 0 (not a Surgery Report) or 1 (is a Surgery
Report).
|
| 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.
|
|