DATA |
This entry point is provided for IFCAP to retrieve
data from the GENERIC CODE SHEET STACK File (#2100.1).
The entry point is called as follows:
DO DATA^GECSSGET(1,2)
where the variables 1, 2 must be passed by the calling program.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
1 |
Input |
The stack entry name .01 field. This variable is
required and must be passed as the first parameter.
|
2 |
Input |
A flag to return the actual code sheet. Pass a 1 for
the actual code sheet, otherwise 0. This variable is required and must be
passed as the second parameter.
|
GECSDATA |
Output |
A standard VA FileMan DIQ array with external data
only.
|
|
STATUS |
This entry point is provided for IFCAP to return the
status of a code sheet from the GENERIC CODE SHEET STACK File (#2100.1).
The entry point is called as follows:
SET Y=$$STATUS^GECSSGET(1)
where the variable 1 must be passed by the calling program.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
1 |
Input |
The stack entry name .01 field. This variable is
required and must be passed as the first parameter.
|
Y |
Output |
This variable is returned as the status of the code
sheet.
|
|