ENSE |
This allows add/edit/delete access to entries in the
ADMINISTRATION SCHEDULE file (#51.1). The following fields are editable
through this entry point:
NAME (#.01); TYPE OF SCHEDULE (#5); STANDARD ADMINISTRATION TIMES (#1); MAX
DAYS FOR ORDERS (#2.5)
HOSPITAL LOCATION (#7)
NAME (#.01)
ADMINISTRATION TIMES (#1)
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
PSJPP |
Input |
The prefix of the package that the entry selected is
assigned to.
|
|
ENSHE |
This allows add/edit/delete access to entries in the
ADMINISTRATION SHIFT file (#51.15). The following fields are editable through
this entry point:
NAME (#.01); ABBREVIATION (#1); STANDARD START/STOP TIMES (#2)
HOSPITAL LOCATION (#3)
NAME (#.01)
STANDARD START/STOP TIMES (#1)
The PACKAGE field (#4) will be assigned whatever value passed in PSJPP.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
PSJPP |
Input |
This must be the prefix of the package that the entry
selected is assigned to.
|
|
ENSV |
This validates a schedule and returns information
about the selected entry.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
PSJW |
Input |
IEN of the entry in the HOSPITAL LOCATION file (#44).
The administration times or shifts for the entry identified will be returned
if PSJW is specified and data exists for that location.
|
PSJNE |
Input |
If PSJNE exists these will be no dialogue with the
user from this call.
|
PSJPP |
Input |
This must be the prefix of the package that the entry
selected is assigned to.
|
PSJX |
Both |
Specifies the name of the schedule to be accessed. If
the name specified is ambiguous and PSJNE is undefined the user will be
prompted to selected the entry. PSJX will return the name of the entry
selected or null if the entry is not found.
|
PSJAT |
Output |
Defines the admin times or shift if any are defined
for the selected entry.
|
PSJM |
Output |
If the entry is found this will define the frequency
(in minutes) assigned to the selected schedule.
|
PSJTS |
Output |
This will define the type of schedule for the
selected entry.
|
PSJY |
Output |
Defines the IEN of the selected entry in the
ADMINISTRATION SCHEDULE file (#51.1). Null is returned if no entry is found.
|
PSJAX |
Output |
This is the maximum days continuous orders last for
the specified schedule. Null will be returned if not found.
|
|
ENSVI |
Displays the NAME (#.01), STANDARD ADMINISTRATION
TIMES (#1), MAX DAYS FOR ORDERS (#2.5) and SCHEDULE TYPE (#5) of the selected
entry in the ADMINISTRATION file (#51.1). The user will be prompted to select
the entry.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
PSJPP |
Input |
This must be the prefix of the package that the entry
selected is assigned to.
|
|
ENATV |
Validates administration times.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
X |
Both |
This defines the data to be validated. If X defines a
valid administration time(s) then it is returned as X. If it is not valid X is
killed.
|
|
ENSHV |
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
X |
Both |
This defines the data to be validated. If X defines a
valid administration shift then it is returned as X. If it is not valid X is
killed.
|
|
ENSPU |
Calculates the number of times an action is to be
taken.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
PSJSCH |
Input |
The schedule of the action to be taken.
|
PSJM |
Input |
The frequency (in minutes) of the action.
|
PSJAT |
Input |
The administration times for the action.
|
PSJTS |
Input |
The schedule type of the schedule defined in PSJSCH.
|
PSJSD |
Input |
The start date/time of the range during which the
action is to be taken.
|
PSJFD |
Input |
The stop date/time of the range during which the
action is to be taken.
|
PSJOSD |
Input |
The start date/time of the action to be taken during
the range defined by PSJSD and PSJFD.
|
PSJOFD |
Input |
The stop date/time of the action to be taken during
the range defined by PSJSD and PSJFD.
|
PSJC |
Output |
Defines the number of times an action is to be taken.
|
|