$$ON(DIV) |
Returns ordering parameters for immediate collection.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DIV |
Input |
Pointer value from IMMED LAB COLLECT DIV. multiple in
LABORATORY SITE file (#69.9).
|
VALUE |
Output |
Extrinsic function returns 1 if immediate collect is
allowed for division. Otherwise, 0 is returned.
|
|
$$DEFTIME(DIV) |
Returns next valid time form immediate collection.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DIV |
Input |
Pointer value from IMMED LAB COLLECT DIV. multiple in
LABORATORY SITE file (#69.9).
|
VALUE |
Output |
Extrinsic function returns:
internal date/time^external date/time if valid result found
""^error message if time could not be returned
|
|
$$VALID(DIV,TM) |
Validates immediate collection time.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DIV |
Input |
Pointer value from IMMED LAB COLLECT DIV. multiple in
LABORATORY SITE file (#69.9).
|
TM |
Input |
Collection date/time to validate
|
VALUE |
Output |
Extrinsic function returns:
1 if time is valid collection time
0^error message if tim not valid
|
|
SHOW(DIV,.Y) |
Returns an array of allowable date/time ranges for
immediate collection which is formatted for display.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DIV |
Input |
Pointer value from IMMED LAB COLLECT DIV. multiple in
LABORATORY SITE file (#69.9).
|
Y |
Output |
Array of allowable date/time ranges for immediate
collection formatted for display.
|
|