TIUSRVT1 ; SLC/JER - Server calls for Templates ; 7/16/2001
Source file <TIUSRVT1.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
SETXT0(TIUDA,FLD) | ; Set the root node of the "TEMP" WP-field
|
|
FILE(SUCCESS,IENS,TIUX) | ; Call FM Filer to commit updates to DB
|
|
UPDATE(SUCCESS,IENS,TIUX) | ; Call FM Filer to commit updates to DB
|
|
CLPAC() | ; Get pointer to CLINICAL COORDINATOR User Class
|
|
LONGLIST(Y,FROM,DIR) | ; Long list of titles with boilerplate
; .Y=returned list, FROM=text to $O from, DIR=$O direction, |
|
TITLEBP(Y,IEN) | ; Returns a Titles Boilerplate
|
|
GETDESC(TIUY,TIUDA) | ;Returns Template Description
|
|
CLSLIST(ORY,FROM,DIR) | ||
USERINFO(ORY,USER) | ; Returns List of User Divisions and ASU Classes
|
|
GETLINK(ORY,LINK) | ; Returns template linked to title or reason for request
|
|
TITLELST(Y,FROM,DIR) | ; Long list of titles
; .Y=returned list, FROM=text to $O from, DIR=$O direction, |
RPC Name | Call Tags |
---|---|
TIU LONG LIST BOILERPLATED | LONGLIST |
TIU GET BOILERPLATE | TITLEBP |
TIU TEMPLATE GET DESCRIPTION | GETDESC |
TIU USER CLASS LONG LIST | CLSLIST |
TIU DIV AND CLASS INFO | USERINFO |
TIU TEMPLATE GETLINK | GETLINK |
TIU TEMPLATE ALL TITLES | TITLELST |