STANDARD DATA DICTIONARY #101.41 -- ORDER DIALOG FILE 3/24/25 PAGE 1
STORED IN ^ORD(101.41, (271 ENTRIES) SITE: WWW.BMIRWIN.COM UCI: VISTA,VISTA (VERSION 3.0)
DATA NAME GLOBAL DATA
ELEMENT TITLE LOCATION TYPE
-----------------------------------------------------------------------------------------------------------------------------------
This file contains the information needed to define how to prompt for each order, what values are acceptable, etc.
DD ACCESS: @
RD ACCESS: #
WR ACCESS: #
DEL ACCESS: @
LAYGO ACCESS: @
AUDIT ACCESS: @
POINTED TO BY: DIALOG field (#2) of the ORDER File (#100)
ITEM ORDERED field (#7) of the ORDER File (#100)
DIALOG field (#.02) of the RESPONSES sub-field (#100.045) of the ORDER File (#100)
EVENT ORDER DIALOG field (#4) of the OE/RR RELEASE EVENTS File (#100.5)
ORDER SET/MENU field (#5) of the OE/RR RELEASE EVENTS File (#100.5)
QUICK ORDER field (#3) of the QUICK ORDER AUDIT File (#100.95)
DEFAULT DIALOG field (#4) of the DISPLAY GROUP File (#100.98)
PARENT field (#1) of the ITEMS sub-field (#101.412) of the ORDER DIALOG File (#101.41)
ITEM field (#2) of the ITEMS sub-field (#101.412) of the ORDER DIALOG File (#101.41)
ITEM field (#2) of the CONTROLS sub-field (#101.415) of the ORDER DIALOG File (#101.41)
DIALOG field (#.02) of the RESPONSES sub-field (#101.416) of the ORDER DIALOG File (#101.41)
QUICK ORDER field (#.01) of the QUICK ORDER sub-field (#101.441) of the ORDER QUICK VIEW File (#101.44)
FINDING ITEM field (#15) of the REMINDER DIALOG File (#801.41)
ADDITIONAL FINDINGS field (#.01) of the ADDITIONAL FINDINGS sub-field (#801.4118) of the REMINDER DIALOG File
(#801.41)
ORDER DIALOGS field (#.01) of the ORDER DIALOGS sub-field (#800001.05) of the HMP PANEL File (#800001)
CROSS
REFERENCED BY: NAME(AB), ITEM(AD), TIMESTAMP(AM), DISPLAY TEXT(AM2), COLUMN WIDTH(AM51), MNEMONIC WIDTH(AM52), SEQUENCE(AMM),
ITEM(AMM2), MNEMONIC(AMM3), DISPLAY TEXT(AMM4), DISPLAY ONLY?(AMM5), PACKAGE(APKG), DISPLAY TEXT(C)
INDEXED BY: NAME (B)
LAST MODIFIED: SEP 23,2016@15:53:34
101.41,.01 NAME 0;1 FREE TEXT (Required)
INPUT TRANSFORM: K:X[""""!($A(X)=45) X I $D(X) K:$L(X)>63!($L(X)<3)!'(X'?1P.E) X
LAST EDITED: OCT 20, 1997
HELP-PROMPT: Answer must be 3-63 characters in length.
DESCRIPTION: This is the name of the dialog; entries that were converted from the Protocol file will retain the
same name. Namespacing is not required, but still encouraged.
CROSS-REFERENCE: 101.41^AB
1)= S ^ORD(101.41,"AB",$E(X,1,63),DA)=""
2)= K ^ORD(101.41,"AB",$E(X,1,63),DA)
This is a regular index on the full 63 characters of the Name field.
FIELD INDEX: B (#335) REGULAR IR LOOKUP & SORTING
Short Descr: Regular B index using full field length
Set Logic: S ^ORD(101.41,"B",$E(X,1,63),DA)=""
Kill Logic: K ^ORD(101.41,"B",$E(X,1,63),DA)
Whole Kill: K ^ORD(101.41,"B")
X(1): NAME (101.41,.01) (Subscr 1) (Len 63) (forwards)
101.41,2 DISPLAY TEXT 0;2 FREE TEXT
INPUT TRANSFORM: K:$L(X)>80!($L(X)<3)!($$CHKNAM^ORUTL(X)) X
LAST EDITED: AUG 23, 2000
HELP-PROMPT: Answer must be 3-80 characters and cannot contain an up-arrow (^) or semi-colon (;).
DESCRIPTION:
The text of this dialog's name as it appears on a menu or subheader.
NOTES: XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
CROSS-REFERENCE: 101.41^C
1)= S ^ORD(101.41,"C",$$UP^XLFSTR($E(X,1,63)),DA)=""
2)= K ^ORD(101.41,"C",$$UP^XLFSTR($E(X,1,63)),DA)
CROSS-REFERENCE: 101.41^AM2^MUMPS
1)= D REDOM^ORDD41
2)= D REDOM^ORDD41
Update TIMESTAMP whenever DISPLAY TEXT is changed.
101.41,3 DISABLE 0;3 FREE TEXT
INPUT TRANSFORM: K:$L(X)>40!($L(X)<1) X
LAST EDITED: JAN 12, 1995
HELP-PROMPT: Enter a message here to disable this dialog, 1-40 characters in length.
DESCRIPTION: This field disables use of this dialog when it contains text. The text should be a short message
explaining why use of this dialog has been disabled, as it will be displayed if this dialog is
selected.
101.41,4 TYPE 0;4 SET (Required)
'P' FOR prompt;
'D' FOR dialog;
'Q' FOR quick order;
'O' FOR order set;
'M' FOR menu;
'A' FOR action;
LAST EDITED: JUL 16, 1995
HELP-PROMPT: Specify a type for this dialog.
DESCRIPTION: This field defines the type of order dialog to be processed. Control will be passed to the OE/RR
Dialog Processor for dialog items; menu types are used for displaying and selecting dialog items.
Action types will only execute the entry and exit actions, ignoring any items that may exist; these
dialogs should not create entries in the Orders file.
101.41,5 DISPLAY GROUP 0;5 POINTER TO DISPLAY GROUP FILE (#100.98)
LAST EDITED: JAN 12, 1995
HELP-PROMPT: Enter the display group containing orderable items defined by this dialog.
DESCRIPTION: This field determines what display group this dialog has been defined for. It will define which
orderable items are selectable with this dialog, as well as what service to send the order to when
it is complete.
101.41,6 SIGNATURE REQUIRED 0;6 SET
'0' FOR NONE;
'1' FOR ORELSE;
'2' FOR ORES;
LAST EDITED: MAR 18, 1997
HELP-PROMPT: Enter the OR key required to sign orders created by this dialog
DESCRIPTION: This field indicates what signature will be required for orders created by this dialog, to be
considered complete and ready to release to the service for action. If this flag is set to NO and
the dialog contains a prompt for item(s) from the Orderable Item file, the order created may still
require a signature if any of the items ordered are individually flagged as requiring a signature.
101.41,7 PACKAGE 0;7 POINTER TO PACKAGE FILE (#9.4)
LAST EDITED: MAR 25, 1997
HELP-PROMPT: Enter the VISTA package that is to receive orders created by this dialog.
DESCRIPTION: This is the VISTA package that is intended to receive orders created by this dialog; this is
required for creating the HL7 messages to pass the order.
CROSS-REFERENCE: 101.41^APKG
1)= S ^ORD(101.41,"APKG",$E(X,1,30),DA)=""
2)= K ^ORD(101.41,"APKG",$E(X,1,30),DA)
101.41,8 VERIFY ORDER 0;8 SET
'1' FOR YES;
'0' FOR NO;
LAST EDITED: JUN 23, 1995
HELP-PROMPT: Enter YES to have orders created by this dialog presented to the user before saving, with the
opportunity to edit.
DESCRIPTION: This field is a flag, which determines if the order created by this dialog will be presented to the
user for verification before saving in the Orders file; for most quick orders, this flag should be
set to 0 (no).
101.41,9 ASK FOR ANOTHER ORDER 0;9 SET
'0' FOR NO;
'1' FOR YES;
'2' FOR YES-DON'T ASK;
LAST EDITED: JUN 16, 1997
HELP-PROMPT: Enter YES to have the user asked to enter another order from this dialog before exiting.
DESCRIPTION: This field allows the user to add another order from this dialog, when the initial order is
accepted and placed; if set to YES, the user will be asked "Add another