| RESULT |
Output |
Result is the output which is returns in ^TMP($J,SUB)
|
INPUT |
Input |
Array of Order Dialogs to search for, for example if
looking for Outpatients Meds QO you will set it up like INPUTS("PSO OERR")=""
|
SUB |
Input |
Sub is the subscript to return the results in a the
TMP global.
|
RETMENU |
Input |
RETMENU set to either 0 or 1. If set to 1 will return
the list of Order Menu and Reminder Dialogs that is using the QO.
|
RETSTRCT |
Input |
RETSTRCT set to either 0 or 1. Will return the QO
structure in the temp global this is basically a merge of the ORDIALOG array
into the TMP global. ORDIALOG array is the internal array used by all of OR.
|
SPINNER |
Input |
SPINNER - Used in CPRS 32B version of this API. Set
to 1 to write out a spinner as the API is searching for QO. Set to 0 to not
display a progress spinner.
|
SKIPDIS |
Input |
SKIPDIS - Used in CPRS 32B version of this API. Set
to 1 to have the API not return QO that are disabled. Set to 0 to have the API
return disable QO in the output.
|