$$AUTH(DUZ) |
Returns whether or not user holds FHAUTH key.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DUZ |
Input |
This is a pointer to the New Person (#200) file.
|
$$AUTH |
Output |
This will be a numeric field returning whether or not
the person holds the FHAUTH key, 1 for "Yes", 0 for "No".
|
|
$$MAXDAYS(FHLOC) |
Returns Max Number of Days recurring meals can be
ordered for at this location.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
FHLOC |
Input |
This is a pointer to the Hospital Location (#44)
file.
|
$$MAXDAYS |
Output |
This will be a numeric field containing the maximum
number of days in advance a recurring meal can be ordered for this NFS
location.
|
|
$$NFSLOC(FHLOC) |
Returns NFS location name corresponding to the
hospital location passed in.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
FHLOC |
Input |
This is a pointer to the Hospital Location (#44)
file.
|
$$NFSLOC |
Output |
This will be a free-text field displaying the NFS
location name.
|
|
DIETLST |
Returns array FHDIET containing list of allowable
outpatient meals diets from the FH Site Parameters (#119.9) file.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
FHDIET |
Output |
This output variable is an array containing the
allowable outpatient diets from the FH Site Parameters (#119.9) file, in the
format FHDIET(N)="IEN^NAME". The IEN is the pointer to the entry in the Diets
(#111) file and the NAME is the displayable name of the Diet. For example:
FHDIET(1)="25^OUTPATIENT REGULAR" FHDIET(2)="33^LOW CHOLESTEROL" etc...
|
|