Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Details
Print Page as PDF
Sub-Field: 101.412

Package: Order Entry Results Reporting

ORDER DIALOG(#101.41)-->101.412

Sub-Field: 101.412


Information

Parent File Name Number Package
ORDER DIALOG(#101.41) ITEMS 101.412 Order Entry Results Reporting

Details

Field # Name Loc Type Details
.01 SEQUENCE 0;1 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999.9)!(X<.1)!(X?.E1"."2N.N) X
  • LAST EDITED:  FEB 10, 1999
  • HELP-PROMPT:  Type a Number between .1 and 999.9, 1 Decimal Digit
  • DESCRIPTION:  
    This field specifies the order in which this item will be displayed or processed.
  • CROSS-REFERENCE:  101.412^B
    1)= S ^ORD(101.41,DA(1),10,"B",$E(X,1,30),DA)=""
    2)= K ^ORD(101.41,DA(1),10,"B",$E(X,1,30),DA)
  • CROSS-REFERENCE:  101.412^DAD1^MUMPS
    1)= N ORP S ORP=$P(^ORD(101.41,DA(1),10,DA,0),U,11) S:ORP ^ORD(101.41,DA(1),10,"DAD",ORP,X,DA)=""
    2)= N ORP S ORP=$P(^ORD(101.41,DA(1),10,DA,0),U,11) K:ORP ^ORD(101.41,DA(1),10,"DAD",ORP,X,DA)
    Allows retrieval of 'child' prompts in sequence by parent.
  • CROSS-REFERENCE:  101.41^AMM^MUMPS
    1)= D REDOX^ORDD41
    2)= D REDOX^ORDD41
    Update TIMESTAMP whenever SEQUENCE is changed.
.1 INPUT TRANSFORM .1;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  AUG 16, 1995
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is code that will be used as the third piece of DIR(0) when asking this prompt.
    WRITE AUTHORITY: @
1 PARENT 0;11 POINTER TO ORDER DIALOG FILE (#101.41) ORDER DIALOG(#101.41)

  • LAST EDITED:  MAY 11, 1995
  • HELP-PROMPT:  If this prompt is subordinate to another in this dialog, enter the parent prompt here
  • DESCRIPTION:  This field controls the behavior of this prompt. If a parent is defined here, this prompt will be asked from within the parent's dialog; when it is invoked independently based on its position sequence number, the child
    prompt will be ignored.
  • CROSS-REFERENCE:  101.412^DAD^MUMPS
    1)= S ^ORD(101.41,DA(1),10,"DAD",X,$P(^ORD(101.41,DA(1),10,DA,0),U),DA)=""
    2)= K ^ORD(101.41,DA(1),10,"DAD",X,$P(^ORD(101.41,DA(1),10,DA,0),U),DA)
    Allows retrieval of 'child' prompts in sequence by parent.
2 ITEM 0;2 POINTER TO ORDER DIALOG FILE (#101.41) ORDER DIALOG(#101.41)

  • INPUT TRANSFORM:  D TREE^ORDD41
  • LAST EDITED:  FEB 17, 1999
  • HELP-PROMPT:  Enter an order dialog; a dialog that is an ancestor may not also be a sub-item.
  • DESCRIPTION:  
    This field points to an order dialog which is subordinate to this dialog. NOTE: The parent dialog menu or one of its ancestors may not be entered as an item.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  101.41^AD
    1)= S ^ORD(101.41,"AD",$E(X,1,30),DA(1),DA)=""
    2)= K ^ORD(101.41,"AD",$E(X,1,30),DA(1),DA)
  • CROSS-REFERENCE:  101.412^D
    1)= S ^ORD(101.41,DA(1),10,"D",$E(X,1,30),DA)=""
    2)= K ^ORD(101.41,DA(1),10,"D",$E(X,1,30),DA)
  • CROSS-REFERENCE:  101.41^AMM2^MUMPS
    1)= D REDOX^ORDD41
    2)= D REDOX^ORDD41
    Update TIMESTAMP whenever ITEM is changed.
3 MNEMONIC 0;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>4!($L(X)<1)!(+X=X&($L(X,".")>1))!($$CHKMNE^ORUTL(X)) X
  • LAST EDITED:  AUG 22, 2000
  • HELP-PROMPT:  Enter a mnemonic to be used when this dialog is displayed for selection, 1-4 characters in length with no decimal places if numeric. Standard list manager mnemonics may not be used.
  • DESCRIPTION:  
    This is a short abbreviation for this item dialog to be used when this dialog is displayed for selection.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  101.41^AMM3^MUMPS
    1)= D REDOX^ORDD41
    2)= D REDOX^ORDD41
    Update TIMESTAMP whenever MNEMONIC is changed.
4 DISPLAY TEXT 0;4 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>80!($L(X)<1)!($$CHKNAM^ORUTL(X)) X
  • LAST EDITED:  AUG 23, 2000
  • HELP-PROMPT:  Answer must be 1-80 characters in length and cannot contain an up-arrow (^) or semi-colon (;).
  • DESCRIPTION:  
    This field allows the text that normally appears for this item to be replaced with alternate text for use in this dialog or menu.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  101.41^AMM4^MUMPS
    1)= D REDOX^ORDD41
    2)= D REDOX^ORDD41
    Update TIMESTAMP whenever DISPLAY TEXT is changed.
5 DISPLAY ONLY? 0;5 SET
  • '0' FOR NO;
  • '1' FOR YES;
  • '2' FOR YES-HEADER;

  • LAST EDITED:  FEB 10, 1999
  • HELP-PROMPT:  Enter YES if this item is text for display only and not a selectable item.
  • DESCRIPTION:  
    This field identifies an item as being free text for display purposes only. The text in the Display Text field will be displayed, but it is not selectable; if designated as a header, the text will be underlined.
  • CROSS-REFERENCE:  101.41^AMM5^MUMPS
    1)= D REDOX^ORDD41
    2)= D REDOX^ORDD41
    Update TIMESTAMP whenever DISPLAY ONLY? is changed.
6 REQUIRED 0;6 SET
  • '1' FOR YES;
  • '0' FOR NO;

  • LAST EDITED:  APR 07, 1995
  • HELP-PROMPT:  Enter YES if a response to this prompt is mandatory.
  • DESCRIPTION:  
    This field indicates that the user must enter a response to this prompt.
7 MULTIPLE VALUED 0;7 SET
  • '1' FOR YES;
  • '0' FOR NO;

  • LAST EDITED:  APR 07, 1995
  • HELP-PROMPT:  Enter YES if this prompt is to be asked multiple times.
  • DESCRIPTION:  
    This field determines if this prompt will be allowed to have multiple values, or be prompted for only once; if this prompt is a sub-dialog, the entire dialog will be asked once or many times, as a group.
7.1 MAX NUMBER OF MULTIPLES 0;12 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>99)!(X<2)!(X?.E1"."1N.N) X
  • LAST EDITED:  AUG 15, 1995
  • HELP-PROMPT:  Type a Number between 2 and 99, 0 Decimal Digits
  • DESCRIPTION:  This is the maximum number of values that may be entered for this prompt, if it is flagged as being multiple-valued. For example, a diet order may have up to 5 diet modifications entered, where 5 is the maximum allowed
    that would be entered here.
7.2 TITLE 0;13 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<3) X
  • LAST EDITED:  AUG 15, 1995
  • HELP-PROMPT:  Answer must be 3-30 characters in length.
  • DESCRIPTION:  This is text that will be used in place of the prompt when the order is displayed for place, edit, or cancel, or at the top of a multiple-valued prompt. The Display Text for the prompt will be used together with the
    instance number to prompt for user input; for example if Title="Lab Tests:" and Display Text="Test:" the user would see
    Lab Tests:
    1. Test:
    2. Test:
7.3 PROMPT 0;14 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>10!($L(X)<1) X
  • LAST EDITED:  JUN 18, 1997
  • HELP-PROMPT:  Answer must be 1-10 characters in length.
  • DESCRIPTION:  
    This field contains text that will be appended to the beginning of the display text when prompting for additional values; if this field is empty, then "Another " will be used.
8 ASK ON EDIT ONLY 0;8 SET
  • '1' FOR YES;
  • '0' FOR NO;

  • LAST EDITED:  APR 07, 1995
  • HELP-PROMPT:  Enter YES if this prompt should not be asked initially when creating this order, only if the user chooses to edit the order.
  • DESCRIPTION:  This field determines the behaviour of the dialog driver for this prompt; if no value or the defined default is usually correct for this prompt, enter YES here to have this prompt skipped on the first pass through this
    dialog when creating an order.
9 ASK ON ACTION 0;9 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>3!($L(X)<1) X
  • LAST EDITED:  JUL 08, 1997
  • HELP-PROMPT:  Answer must be 1-3 characters in length.
  • DESCRIPTION:  This field determines the behaviour of the dialog driver for this prompt when taking a particular action on an order created by this dialog. If this string contains "R", this prompt will be asked when renewing an order;
    if this string contains "C", this prompt will be asked when changing an order; if this string contains "W", this prompt will be asked when rewriting an order.
10 INDEX 0;10 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>25!($L(X)<1) X
  • LAST EDITED:  JUL 13, 1995
  • HELP-PROMPT:  Answer must be 1-25 characters in length.
  • DESCRIPTION:  For pointer-type prompts, this is the index to use when searching the file; it must be in the form of a regular cross-reference. To search on multiple indices, enter a string of index names separated by semi-colons,
    i.e. "B;C".
11 HELP MESSAGE 1;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>160!($L(X)<1) X
  • LAST EDITED:  JUN 09, 1997
  • HELP-PROMPT:  Answer must be 1-160 characters in length.
  • DESCRIPTION:  
    This field contains the help message to be presented when the user enters a question mark at this prompt.
12 SPECIAL LOOKUP ROUTINE 1;2 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>20!($L(X)<3) X
  • LAST EDITED:  JUN 09, 1997
  • HELP-PROMPT:  Enter the routine to use instead of DIC to do this lookup, as [TAG;]ROUTINE
  • DESCRIPTION:  
    This field contains a routine to execute that will replace the standard DIC lookup for this prompt; it must be entered here as LINETAG;ROUTINE using a ; instead of ^ and where LINETAG is optional.
13 ASK ON CONDITION 3;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  APR 07, 1995
  • HELP-PROMPT:  This is MUMPS code that sets $T to determine if this prompt should be asked, or given a default value and bypassed.
  • DESCRIPTION:  This is MUMPS code that sets $T to determine if this prompt should be asked or simply given a default value and presented to the user for acceptance or editing. For example, the prompt "Pregnant: " may have code here to
    check the sex of the current patient, i.e. I ORSEX="F" will allow it to be asked only for female patients.
    WRITE AUTHORITY: @
14 SCREEN 4;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  APR 07, 1995
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    For pointer-type prompts, this field may contain MUMPS code that will be set into DIC("S") to screen the possible choices in the pointed-to file.
    WRITE AUTHORITY: @
15 POST-SELECTION ACTION 5;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  SEP 23, 1997
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is code that will be executed after a response is entered to this prompt; if this prompt should be re-asked, kill the variable DONE. If execution of the ordering dialog should be stopped, set ORQUIT=1.
    WRITE AUTHORITY: @
16 XECUTABLE HELP 6;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  APR 07, 1995
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is code that is to be executed when the user enters two or more question marks at this prompt.
    WRITE AUTHORITY: @
17 DEFAULT 7;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  MAY 19, 1995
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is code that is to be executed to determine the appropriate default value for this prompt, setting Y=internal form of this value.
    WRITE AUTHORITY: @
18 DEFAULT WORD-PROCESSING TEXT 8;0 WORD-PROCESSING #101.41218

  • DESCRIPTION:  
    This is default text to be stuffed into this word-processing prompt.
  • LAST EDITED:  APR 07, 1995
  • HELP-PROMPT:  Enter the default response for a word-processing type prompt.
  • DESCRIPTION:  
    This field contains the text to be presented as the default for this prompt, for word-processing type prompts.
19 ENTRY ACTION 9;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  JUN 09, 1997
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is code that will be executed at the beginning of the processing of this prompt, before the Default and Ask on Condition fields are executed; any special setup required for this field should be done here.
    WRITE AUTHORITY: @
20 EXIT ACTION 10;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  JUN 09, 1997
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is code that will be executed at the very end of the processing of this prompt, after prompting and the Validation field is executed; any special cleanup should be done here.
    WRITE AUTHORITY: @
21 ORDER TEXT SEQUENCE 2;1 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>99.99)!(X<1)!(X?.E1"."3N.N) X
  • LAST EDITED:  FEB 26, 1996
  • HELP-PROMPT:  Enter the order in which this value should be added to the order text, as a number between 1 and 99.99; leave this field blank to prevent this value from being included
  • DESCRIPTION:  
    This field indicates the order in which values will be concatenated together to build the order text; this may differ from the prompting order defined in the .01 Sequence field.
  • CROSS-REFERENCE:  101.412^ATXT
    1)= S ^ORD(101.41,DA(1),10,"ATXT",$E(X,1,30),DA)=""
    2)= K ^ORD(101.41,DA(1),10,"ATXT",$E(X,1,30),DA)
    Used to build order text.
22 FORMAT 2;2 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>10!($L(X)<1) X
  • LAST EDITED:  FEB 26, 1996
  • HELP-PROMPT:  Answer must be 1-10 characters in length.
  • DESCRIPTION:  This is a string of characters that will define any exceptions to how the external form of this value is generated. Possible values include:
    Pointer -> ~, default =.01
    Set of Codes -> 1~ to use code for name
    Date/Time -> Format string to pass $$FMTE^XLFDT (default = 2)
    Suppress value -> @
    Replace value -> @ where ptr is the Dialog IEN of the prompt
    whose value, when present, supersedes this value
    Required value -> * where ptr is the Dialog IEN of the prompt
    whose value is required to be present to include
    this value
    Ignore if same -> = where ptr is the Dialog IEN of the prompt
    whose value, if the external form is the same,
    supersedes this value
23 OMIT TEXT 2;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<1) X
  • LAST EDITED:  AUG 29, 1997
  • HELP-PROMPT:  Answer must be 1-30 characters in length.
  • DESCRIPTION:  
    This is the external form of a value that is not to be included when building the order text. E.g. to include the urgency in the order text unless it is routine, enter "ROUTINE" here.
24 LEADING TEXT 2;4 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>80!($L(X)<1) X
  • LAST EDITED:  JUL 24, 1997
  • HELP-PROMPT:  Answer must be 1-80 characters in length.
  • DESCRIPTION:  
    This field contains text that will be appended to the order text immediately in front of this value, e.g. "Instructions:". If this text is contained in a variable, enter @NAME where NAME is the variable name.
25 TRAILING TEXT 2;5 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>80!($L(X)<1) X
  • LAST EDITED:  JUL 24, 1997
  • HELP-PROMPT:  Answer must be 1-80 characters in length.
  • DESCRIPTION:  
    This field contains text that will be appended to the order text immediately following this value, e.g. "refills". If this text is contained in a variable, enter @NAME where NAME is the variable name.
26 START NEW LINE 2;6 SET

  • LAST EDITED:  SEP 11, 1997
  • HELP-PROMPT:  Enter YES if this value should begin on a new line in the order text.
  • DESCRIPTION:  
    This field determines if this value is concatenated onto the current line when building the order text, or if a new line is started with this value.
27 WORD-WRAP 2;7 SET

  • LAST EDITED:  SEP 26, 1997
  • HELP-PROMPT:  Enter 'Don't Wrap' to have the text be added line-by-line as it is stored; the default formatting is 'Wrap'.
  • DESCRIPTION:  
    This field determines if this text should be wrapped when added to the order text, or appended line by line as stored in the file; this is only used for word-processing type prompts.
101 WINDOWS CONTROL W;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<1) X
  • LAST EDITED:  MAY 17, 1996
  • HELP-PROMPT:  Answer must be 1-30 characters in length.
  • DESCRIPTION:  
    Stores the type of Windows control necessary to get the data for this prompt.
102 API NAME W;2 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<1) X
  • LAST EDITED:  OCT 02, 1995
  • HELP-PROMPT:  Answer must be 1-30 characters in length.
  • DESCRIPTION:  
    This is the API that should be called when the control is used. How the API is used varys with the control. Examples are: filling list boxes, getting boilerplate text, etc.
103 API PARAMETER #1 W;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<1) X
  • LAST EDITED:  JUL 15, 1995
  • HELP-PROMPT:  Answer must be 1-30 characters in length.
  • DESCRIPTION:  
    A parameter that is used by the API call may be stored here.
113 WINDOWS CONDITION W3;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  JUL 15, 1995
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is silent code that is executed when building the dialog for windows. It identifies which prompts should be included in the dialog. The condition should leave $T false if the prompt should not be asked.
    WRITE AUTHORITY: @
117 WINDOWS DEFAULT W7;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  JUL 15, 1995
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This code should silently set the default value of a prompt when it is selected.
    WRITE AUTHORITY: @
Info |  Details