| $$PTR(NAME) |
Returns the pointer to the dialog NAME in ^ORD(101.41
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
NAME |
Input |
Name of dialog.
|
RESULT |
Output |
RESULT=$$PTR^ORCD(NAME) where RESULT is the pointer
to the ORDER DIALOG file (#101.41) for the dialog name.
|
|
GETDLG(IFN) |
Returns an array with the setup of the CPRS dialog.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IFN |
Input |
Pointer to the dialog in ^ORD(101.41
|
ORDIALOG |
Output |
ORDIALOG is an array with the information contained
in the dialog setup from CPRS.
|
|
GETDLG1(IFN) |
Returns an array with further information about the
dialog setup from ^ORD(101.41.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IFN |
Input |
Pointer to the dialog in ^ORD(101.41
|
ORDIALOG |
Output |
Returns additional prompt information in the ORDIALOG
array.
|
|
GETORDER(ORIFN,ARRAY) |
Returns an array with specific information about an
order from ^OR(100
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
ORIFN |
Input |
Order number from ^OR(100
|
ARRAY |
Both |
Name of array for returned values. If an array name
is not given, the default array name is "ORDIALOG".
|
|