$$FIRSTUP(TEXT) |
This component will convert a string so that the
first letter of every word is uppercase and the remaining characters in the
word are lowercase.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
TEXT |
Input |
String to convert
|
$$FIRSTUP |
Output |
Passed-in string with the first letter of every word
in uppercase and the remaining letters in lowercase.
|
|
$$ADDSEG(HSPTR,MAXTIME,MAXOCCUR) |
This component will add a new data segment given a
Health Summary component.
NOTES : If time and/or occurrence limits do not apply to
the component, MAXTIME and/or MAXOCCUR are not
required.
: If time and/or occurrence limits apply to the
component, default values will be taken from the
VAQ - PARAMETER file (#394.81). If parameter file
does not contain these values, a default of 1 year
and 10 occurrences will be used.
: If a maximum limit is not valid, the default limit
will be used.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
HSPTR |
Input |
Pointer to HEALTH SUMMARY COMPONENT file (#142.1)
|
MAXTIME |
Input |
Max time limit allowed for auto processing
|
MAXOCCUR |
Input |
Max occurrence limit allowed for auto processing
|
$$ADDSEG |
Output |
0 - VAQ - DATA SEGMENT file (#394.71) entry was
successfully added
-1^Error_Text - Entry not created
|
|
$$UPDSEG(VAQHSPTR,VAQMAXTIME,VAQMAXOCCUR) |
This component will update an existing data segment
to match the Health Summary component passed in, such as a change in name.
NOTES : If time and/or occurrence limits do not apply to
the component, MAXTIME and/or MAXOCCUR are not
required.
: If time and/or occurrence limits apply to the
component, default values will be taken from the
VAQ - PARAMETER file (#394.81). If parameter file
does not contain these values, a default of 1 year
and 10 occurrences will be used.
: If a maximum limit is not valid, the default limit
will be used.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
VAQHSPTR |
Input |
Pointer to the HEALTH SUMMARY COMPONENT file (#142.1)
|
VAQMAXTIME |
Input |
Max time limit allowed for auto processing
|
VAQMAXOCCUR |
Input |
Max occurrence limit allowed for auto processing
|
$$UPDSEG |
Output |
0 - VAQ - DATA SEGMENT file (#394.71) entry was
successfully updated
-1^Error_Text - Entry not updated
|
|