SETCS |
This entry point is provided for IFCAP to store the
FMS segments in the GENERIC CODE SHEET STACK File (#2100.1).
The entry point is called as follows:
DO SETCS^GECSSTAA(1,2)
where the variables 1, 2 must be passed by the calling program.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
1 |
Input |
The internal entry number of the GENERIC CODE SHEET
STACK File (#2100.1) entry. This variable is required and must be passed as
the first parameter.
|
2 |
Input |
The data to be added to the code sheet. This
variable is required and must be passed as the second parameter.
|
|
SETSTAT |
This entry point is provided for IFCAP to set the
status of the FMS code sheets in the GENERIC CODE SHEET STACK File (#2100.1).
The entry point is called as follows:
DO SETSTAT^GECSSTAA(1,2)
where the variables 1, 2 must be passed by the calling program.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
1 |
Input |
The internal entry number of the GENERIC CODE SHEET
STACK File (#2100.1) entry. This variable is required and must be passed as
the first parameter.
|
2 |
Input |
The status of the entry. Select Q for queued for
transmission; M for marked for transmission. If marked for transmission,
transmission will be immediate. This variable is required and must be passed
as the second parameter.
|
|
SELECT |
This entry point is provided for IFCAP to select a
GENERIC CODE SHEET STACK File (#2100.1) entry.
The entry point is called as follows:
SET Y=$$SELECT^GECSSTAA(1,2,3,4,5)
where the variables 1, 2, 3, 4, 5 must be passed by the calling program.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
1 |
Input |
Optional screen on transaction types. Pass the
selectable transaction types using the ^ delimiter, or null to select all
transaction types. This variable is required and must be passed as the first
parameter.
|
2 |
Input |
Optional screen on the station number. Pass the
selectable station number, or null to select all station numbers. This
variable is required and must be passed as the second parameter.
|
3 |
Input |
Optional screen on the status. Pass the selectable
status using the ^ delimiter, or null to select all code sheets. This
variable is required and must be passed as the third parameter.
|
4 |
Input |
Optional screen which is M code executed when looking
up the GENERIC CODE SHEET STACK File (#2100.1) entry. This variable is
required and must be passed as the fourth parameter.
|
5 |
Input |
Optional prompt displayed to the user. This variable
is required and must be passed as the fifth parameter.
|
Y |
Output |
The call will return the internal entry number of the
selected GENERIC CODE SHEET STACK File (#2100.1) entry followed by an ^
followed by the .01 stack name. If no selection is made, a zero will be
returned.
|
|