| NTRTMSG(HDISARYF,.HDISARY) |
Display a message or optionally return an array that
directs the user on how to enter a new term using the New Term Rapid
Turnaround Process (NTRT). This API can be placed on the Entry Action of the
Option or Protocol being inactivated.
Example:
>D NTRTMSG()
In support of national standardization of the contents of this file,
local site addition and modification functions are no longer available.
If you wish to request a new term or modify an existing term, please
refer to the New Term Rapid Turnaround (NTRT) web site located at
http://vista.url/ntrt/. If you have any questions regarding this new term
request process, please contact the ERT NTRT Coordinator via e-mail at EMAIL
GROUP.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
HDISARYF |
Input |
Return Text in an Array Flag (Optional- Default 0)
1=Yes and 0=No
|
HDISARY |
Output |
Optional. An array containing the NTRT Message is
returned otherwise the message is diplayed on the screen. The Output variable
is assumed to be Null when the API is invoked.
Array Format:
HDISARY(1..9) = Text Message
|
|