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.71123

Package: Order Entry Results Reporting

PANELS UI(#101.71)-->101.711-->101.7112-->101.71123

Sub-Field: 101.71123


Information

Parent File Name Number Package
101.7112 ITEMS 101.71123 Order Entry Results Reporting

Details

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

  • INPUT TRANSFORM:  K:+X'=X!(X>9999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  FEB 16, 2024
  • HELP-PROMPT:  Type a number between 1 and 9999, 0 decimal digits.
  • DESCRIPTION:  
    This field indicates the order in which the panel section will display in the GUI.
  • FIELD INDEX:  B (#1781) REGULAR IR LOOKUP & SORTING
    Unique for: Key A (#144), File #101.71123
    Short Descr: Uniqueness Index for Key 'A' of Subfile #101.71123
    Set Logic: S ^ORI(101.71,DA(3),"PKG",DA(2),"LOC",DA(1),"ITM","B",X,DA)=""
    Kill Logic: K ^ORI(101.71,DA(3),"PKG",DA(2),"LOC",DA(1),"ITM","B",X,DA)
    Whole Kill: K ^ORI(101.71,DA(3),"PKG",DA(2),"LOC",DA(1),"ITM","B")
    X(1): ITEM SEQUENCE (101.71123,.01) (Subscr 1)
.02 NAME 0;2 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<3) X
    MAXIMUM LENGTH: 30
  • LAST EDITED:  FEB 15, 2024
  • HELP-PROMPT:  Answer must be 3-30 characters in length.
  • DESCRIPTION:  
    This is the internal NAME of the entry used to identify the panel section in the editor option. It is not displayed in the GUI.
.03 STATUS 0;3 SET
  • 'D' FOR DISABLED;
  • 'E' FOR ENABLED;
  • 'L' FOR LOCKED FOR EDIT;

  • LAST EDITED:  FEB 05, 2025
  • HELP-PROMPT:  Enter 'E' to enable, 'D' to disable, or 'L' to lock the panel
  • DESCRIPTION:  
    This field indicates whether or not the panel section will be displayed by the GUI. When a panel section is being edited, its status will be locked.
.04 ABBREVIATION 0;4 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>10!($L(X)<1) X
    MAXIMUM LENGTH: 10
  • LAST EDITED:  FEB 05, 2025
  • HELP-PROMPT:  Answer must be 1-10 characters in length.
  • DESCRIPTION:  
    The abbreviation field stores the value that will be displayed for the panel section when the GUI panel has been minimized.
.05 DISPLAY TEXT 0;5 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>100!($L(X)<3) X
    MAXIMUM LENGTH: 100
  • LAST EDITED:  FEB 06, 2025
  • HELP-PROMPT:  Answer must be 3-100 characters in length.
  • DESCRIPTION:  
    This field stores the full display text for a panel section when the GUI panel is fully expanded.
.06 BACKGROUND COLOR 0;6 POINTER TO INFORMATION/EDITOR COMPONENTS FILE (#101.73) INFORMATION/EDITOR COMPONENTS(#101.73)

  • INPUT TRANSFORM:  S DIC("S")="I $$ISTYPE^ORDD71(Y,""C"")" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X
  • LAST EDITED:  APR 17, 2024
  • HELP-PROMPT:  Enter the desired background color for the panel section.
  • DESCRIPTION:  
    This field stores the default background color used for the panel section in the GUI panel.
  • SCREEN:  S DIC("S")="I $$ISTYPE^ORDD71(Y,""C"")"
  • EXPLANATION:  TYPE must be 'C' for color.
.08 IMAGE/ICON 0;8 POINTER TO INFORMATION/EDITOR COMPONENTS FILE (#101.73) INFORMATION/EDITOR COMPONENTS(#101.73)

  • INPUT TRANSFORM:  S DIC("S")="I $$ISTYPE^ORDD71(Y,""I"")" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X
  • LAST EDITED:  APR 17, 2024
  • HELP-PROMPT:  Enter the desired IMAGE/ICON to display in the GUI panel section.
  • DESCRIPTION:  
    This field stores the image or icon value displayed in the GUI for the panel section.
  • SCREEN:  S DIC("S")="I $$ISTYPE^ORDD71(Y,""I"")"
  • EXPLANATION:  TYPE must be 'I' for image/icon.
10 EVALUATION TYPE 10;1 SET
************************REQUIRED FIELD************************
  • 'C' FOR CODE;
  • 'N' FOR NONE;
  • 'RD' FOR REMINDER DEFINITION;
  • 'RT' FOR REMINDER TERM;

  • LAST EDITED:  MAR 24, 2025
  • HELP-PROMPT:  Enter the desired evaluation type for the patient data.
  • DESCRIPTION:  
    This field stores which type of evaluation of patient data will occur to determine whether or not the panel item applies to the selected patient.
11 REMINDER COMPONENT 10;2 VARIABLE POINTER REMINDER DEFINITION(#811.9)  REMINDER TERM(#811.5)  

  • EXPLANATION:  Only allow valid reminder defintion when evaluation type is RD
    SCREEN ON FILE 811.5: S DIC("S")="I $$VREM^ORDD71(Y,811.5)=1"
  • EXPLANATION:  Only allow reminder term if evaluation type is RT
  • LAST EDITED:  MAR 12, 2025
  • HELP-PROMPT:  Enter the desired REMINDER DEFINITION or TERM.
  • DESCRIPTION:  
    This field stores which type of reminder evaluation will be performed on the current patient.
  • CROSS-REFERENCE:  101.71^REM
    1)= S ^ORI(101.71,"REM",$E(X,1,30),DA(3),DA(2),DA(1),DA)=""
    2)= K ^ORI(101.71,"REM",$E(X,1,30),DA(3),DA(2),DA(1),DA)
    This cross-reference is used to find items that use a Clinical Reminder Definition of a term.
12 REMINDER STATUS 10;3 SET
  • 'A' FOR APPLICABLE;
  • 'D' FOR DUE;
  • 'F' FOR FALSE;
  • 'N' FOR N/A;
  • 'T' FOR TRUE;

  • LAST EDITED:  FEB 05, 2025
  • HELP-PROMPT:  Enter the desired REMINDER STATUS match for the evaluation results.
  • DESCRIPTION:  The reminder component evaluation result is compared to the value stored in this field. If the two values match then the item applies to the patient and it is sent to the calling application. If the two values do not
    match this item will not be sent to the calling application. Unless the field DISPLAY IF NOT APPLICABLE is set to true.
  • SCREEN:  S DIC("S")="I $$VREMSTAT^ORDD71(.DA,Y)=1"
  • EXPLANATION:  Select correct status for the reminder component
13 EVALUATION CODE 10;4 POINTER TO OR M CODE PLUGIN FILE (#101.75) OR M CODE PLUGIN(#101.75)

  • LAST EDITED:  MAR 24, 2025
  • HELP-PROMPT:  Enter the M CODE PLUGIN to use for evaluation.
  • DESCRIPTION:  
    This field stores a pointer to the M CODE PLUGIN FILE entry. This entry will be used to determine if the item applies to the patient.
20 DISPLAY IF NOT APPLICABLE 20;1 SET (BOOLEAN Data Type)
  • This field determines whether or not the panel section will be visible regardless of whether or not the evaluation applies to the current patient.

  • LAST EDITED:  FEB 06, 2025
  • HELP-PROMPT:  Enter 'Y' to always display the panel section regardless of evaluation results.
  • DESCRIPTION:  
    This field determines whether or not the panel section will be visible regardless of whether or not the evaluation applies to the current patient.
21 APPLICABLE ABBREVIATION 20;2 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>10!($L(X)<1) X
    MAXIMUM LENGTH: 10
  • LAST EDITED:  FEB 06, 2025
  • HELP-PROMPT:  Answer must be 1-10 characters in length.
  • DESCRIPTION:  
    This field stores the abbreviation if the item does not apply to the patient and DISPLAY IF NOT APPLICABLE field is set to true.
22 APPLICABLE DISPLAY TEXT 20;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>100!($L(X)<3) X
    MAXIMUM LENGTH: 100
  • LAST EDITED:  FEB 06, 2025
  • HELP-PROMPT:  Answer must be 3-100 characters in length.
  • DESCRIPTION:  
    This field stores the display text if the item does not apply to the patient and DISPLAY IF NOT APPLICABLE field is set to true.
23 APPLICABLE BACKGROUND COLOR 20;4 POINTER TO INFORMATION/EDITOR COMPONENTS FILE (#101.73) INFORMATION/EDITOR COMPONENTS(#101.73)

  • INPUT TRANSFORM:  S DIC("S")="I $$ISTYPE^ORDD71(Y,""C"")" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X
  • LAST EDITED:  FEB 06, 2025
  • HELP-PROMPT:  Select the background color.
  • DESCRIPTION:  
    This field stores the background color if the item does not apply to the patient and DISPLAY IF NOT APPLICABLE field is set to true.
  • SCREEN:  S DIC("S")="I $$ISTYPE^ORDD71(Y,""C"")"
  • EXPLANATION:  TYPE must be 'C' for color.
24 APPLICABLE IMAGE/ICON 20;5 POINTER TO INFORMATION/EDITOR COMPONENTS FILE (#101.73) INFORMATION/EDITOR COMPONENTS(#101.73)

  • INPUT TRANSFORM:  S DIC("S")="I $$ISTYPE^ORDD71(Y,""I"")" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X
  • LAST EDITED:  FEB 06, 2025
  • HELP-PROMPT:  Select the image/icon.
  • DESCRIPTION:  
    This field stores the image/icon to show if the item does not apply to the patient and DISPLAY IF NOT APPLICABLE field is set to true.
  • SCREEN:  S DIC("S")="I $$ISTYPE^ORDD71(Y,""I"")"
  • EXPLANATION:  TYPE must be 'I' for image/icon.
30 ACTION 30;1 POINTER TO INFORMATION/EDITOR COMPONENTS FILE (#101.73) INFORMATION/EDITOR COMPONENTS(#101.73)

  • INPUT TRANSFORM:  S DIC("S")="I $$ISTYPE^ORDD71(Y,""A"")" D ^DIC K DIC S DIC=$G(DIE),X=+Y K:Y<0 X
  • LAST EDITED:  FEB 06, 2025
  • HELP-PROMPT:  Enter the action to take.
  • DESCRIPTION:  This field stores a pointer to the action entry in file 101.73. The action entry is pass as a text value. This text value informs the calling application of what type of event to take when the user clicks on the
    item.
  • SCREEN:  S DIC("S")="I $$ISTYPE^ORDD71(Y,""A"")"
  • EXPLANATION:  TYPE must be 'A' for action.
31 FORM TYPE 30;2 SET
  • 'showEmbedded' FOR EMBEDDED;
  • 'showModal' FOR MODAL;
  • 'showNonModal' FOR NON MODAL;

  • LAST EDITED:  MAR 24, 2025
  • HELP-PROMPT:  Enter 'E' for embedded form, 'M' for modal form, or 'N' for non modal form.
  • DESCRIPTION:  
    This field stores the value for what type of form should appear in CPRS when the action is taken. The form can be embedded or as a Modal or non-Modal form.
32 DETAIL CODE 30;3 POINTER TO OR M CODE PLUGIN FILE (#101.75) OR M CODE PLUGIN(#101.75)

  • LAST EDITED:  MAR 24, 2025
  • HELP-PROMPT:  Enter the desired M CODE PLUGIN entry.
  • DESCRIPTION:  This field stores a pointer to the OR M CODE PLUGIN FILE if code should be run when the action is taken. This field does not need to be set if the action is show an editor. The editor entry will run its own OR M CODE
    PLUGIN entry.
    .
33 CALL DETAIL RPC 30;4 SET
  • 'true' FOR YES;
  • 'false' FOR NO;

  • LAST EDITED:  FEB 06, 2025
  • HELP-PROMPT:  Enter 'Y' to always call the detail RPC for the item.
  • DESCRIPTION:  
    This field stores the value to determine whether or not the calling application should call an additional RPC to validate and perform the action.
34 EDITOR 30;5 POINTER TO EDITOR FILE (#101.74) EDITOR(#101.74)

  • LAST EDITED:  FEB 06, 2025
  • HELP-PROMPT:  Enter the EDITOR entry for the item.
  • DESCRIPTION:  
    This field stores the pointer an EDITOR file entry to display when the action is set to SHOW EDITOR or SHOW HTML EDITOR.
40 DESCRIPTION DESC;0 WORD-PROCESSING #101.712

  • DESCRIPTION:  
    This word processing field contains a general description of the ITEM to be displayed on the panel.
    description
  • LAST EDITED:  MAR 06, 2024
  • HELP-PROMPT:  Enter the desired description of the ITEM.
  • DESCRIPTION:  
    This word processing field contains a general description of the ITEM to be displayed on the panel.
50 DETAIL TEXT DTXT;0 WORD-PROCESSING #101.713

  • DESCRIPTION:  This word processing field contains the "detailText" for a panel button. PATIENT DATA OBJECTS may be entered if desired and must be enclosed between vertical bars like TIU TEMPLATES and TIU BOILERPLATE TEXT.
    Example: ||
    detailText
  • LAST EDITED:  MAR 06, 2024
  • HELP-PROMPT:  Enter the desired text and PATIENT DATA OBJECT(s).
60 REQUIRED DATA REQD;0 POINTER Multiple #101.714 101.714

  • DESCRIPTION:  
    This multiple stores the required data fields the external application should send when taking an action.
70 URL URL;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>255!($L(X)<5) X
    MAXIMUM LENGTH: 255
  • LAST EDITED:  MAR 06, 2024
  • HELP-PROMPT:  Enter the desired URL to display in the panel window.
  • DESCRIPTION:  
    This field accepts a URL as free text to display in the panel.
Info |  Details