Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Desc |  Pointed To By FileMan Files |  Fields |  Found Entries
Print Page as PDF
Global: ^ORI(101.73

Package: Order Entry Results Reporting

Global: ^ORI(101.73


Information

FileMan FileNo FileMan Filename Package
101.73 INFORMATION/EDITOR COMPONENTS Order Entry Results Reporting

Description

Pointed To By FileMan Files, Total: 2

Package Total FileMan Files
Order Entry Results Reporting 2 EDITOR(#101.74)[#101.743(1)]    PANELS UI(#101.71)[#101.7112(.02)#101.7112(.05)#101.7112(.08)#101.71123(.06)#101.71123(.08)#101.71123(23)#101.71123(24)#101.71123(30)#101.714(.01)]    

Fields, Total: 8

Field # Name Loc Type Details
.01 NAME 0;1 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>64!($L(X)<3)!'(X'?1P.E) X
    MAXIMUM LENGTH: 64
  • LAST EDITED:  JAN 16, 2025
  • HELP-PROMPT:  Enter the name of the component 3-64 characters.
  • DESCRIPTION:  
    This is the internal name of the component entry.
  • PRE-LOOKUP:  I $G(DIC(0))["L",'$G(ORIMGR) K X D EN^DDIOL("Entries cannot be added, modified, or deleted.","","!?5")
  • DELETE TEST:  1,0)= I $$INUSE^ORDD71(101.73,DA)>0 D EN^DDIOL($C(7)_"IN USE - CANNOT BE DELETED")
  • FIELD INDEX:  B (#1783) REGULAR IR LOOKUP & SORTING
    Unique for: Key A (#146), File #101.73
    Short Descr: This is the "B" cross-reference
    Description: This is the "B" cross-reference redone as a new style cross-reference.
    Set Logic: S ^ORI(101.73,"B",$E(X,1,64),DA)=""
    Kill Logic: K ^ORI(101.73,"B",$E(X,1,64),DA)
    Whole Kill: K ^ORI(101.73,"B")
    X(1): NAME (101.73,.01) (Subscr 1) (Len 64) (forwards)
  • RECORD INDEXES:  TYPENAME (#1784)
1 TYPE 0;2 SET
************************REQUIRED FIELD************************
  • 'A' FOR ACTION;
  • 'D' FOR DATA;
  • 'P' FOR PROMPT;
  • 'I' FOR IMAGE;
  • 'C' FOR COLOR;
  • 'L' FOR LOCATION;

  • LAST EDITED:  APR 28, 2025
  • HELP-PROMPT:  Select the component type for this item.
  • DESCRIPTION:  This field is used to set the type of component entry. A component can be set to one of the following types:
    ACTION: The calling application will take an action when the user clicks
    on the information panel.
    COLOR: The color to be shown in the calling application.
    IMAGE: The image to be shown in the calling application.
    DATA: The calling application must send required data to VistA before taking an action on the information panel.
    LOCATION: The location where the item should be placed in the calling
    application.
    PROMPT: The calling application will use this entry to display a UI
    component in an editor.
  • CROSS-REFERENCE:  101.73^C
    1)= S ^ORI(101.73,"C",$E(X,1,30),DA)=""
    2)= K ^ORI(101.73,"C",$E(X,1,30),DA)
    This field cross-references the TYPE field for quick lookup.
  • FIELD INDEX:  ASETCOMP (#1782) MUMPS IR ACTION
    Short Descr: This xref sets the COMPONENT NAME field
    Description: This cross-reference sets the COMPONENT NAME field with the value of imgIcon when the TYPE field value is set to Image.
    Set Logic: D SETIMAGEICON^ORDD71(.DA)
    Kill Logic: Q
    X(1): TYPE (101.73,1) (forwards)
  • RECORD INDEXES:  TYPENAME (#1784)
2 COMPONENT NAME 0;3 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>60!($L(X)<3)!($$VGUICNAME^ORDD71(DA,X)=0) X
    MAXIMUM LENGTH: 60
  • LAST EDITED:  JAN 08, 2026
  • HELP-PROMPT:  Enter the GUI component name 3-60 characters.
  • DESCRIPTION:  The GUI component name field contains the text the calling application needs to apply the correct functionality.
    The value in the field should be lowercase act, data, pt based off the TYPE field (#1).
    Example of the different GUI component name format:
    actShowDetails: an Information Panel action.
    dataEncounterProvider: the encounter provider information is needed for the click event.
    ptCBO: show the combobox prompt in the Information Panel Editor.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  101.73^G
    1)= S ^ORI(101.73,"G",$E(X,1,30),DA)=""
    2)= K ^ORI(101.73,"G",$E(X,1,30),DA)
    This cross-reference allows for simple look up of record from the GUI component name.
20 DESCRIPTION 20;0 WORD-PROCESSING #101.731

  • LAST EDITED:  DEC 06, 2023
  • DESCRIPTION:  
    The description is used to document the purpose and or any additional information about the entry.
  • LAST EDITED:  APR 28, 2025
  • HELP-PROMPT:  Enter the description of the component.
  • DESCRIPTION:  
    The description is used to document the purpose and or any additional information about the entry.
30 ERROR MESSAGE 30;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>100!($L(X)<3) X
    MAXIMUM LENGTH: 100
  • LAST EDITED:  JAN 24, 2024
  • HELP-PROMPT:  Enter the error message text 3-100 characters.
  • DESCRIPTION:  
    This is the error message that will appear in CPRS if the required data is not available on a click event.
40 DATA PROPERTIES 40;0 Multiple #101.734 101.734

  • DESCRIPTION:  
    This mutliple should only be set if the TYPE field (#1) is set to DATA. This multiple contains a list of data properties the calling application will need before performing the Information Panel action.
41 IMAGE/ICON 50;0 WORD-PROCESSING #101.7351

  • LAST EDITED:  FEB 28, 2024
  • DESCRIPTION:  
    This field stores an image as a text value. This value is used by CPRS to determine which image to show in an Information Panel button.
  • LAST EDITED:  MAY 07, 2025
  • HELP-PROMPT:  Enter the Image/Icon text string.
  • DESCRIPTION:  
    This field stores an image as a text value. This value is used by CPRS to determine which image to show in an Information Panel button.
60 PAGE ID CPRS;1 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>99)!(X<-1)!(X?.E1"."1.N) X
  • LAST EDITED:  MAR 18, 2024
  • HELP-PROMPT:  Enter the CPRS Page ID -1 and 99, 0 decimal digits.
  • DESCRIPTION:  
    This value corresponds with the CPRS integer value for each tab.

Found Entries, Total: 60

NAME: SHOW DETAIL    NAME: SHOW EDITOR    NAME: SHOW MESSAGE    NAME: NONE    NAME: SHOW URL    NAME: COMBO BOX    NAME: LONG LIST COMBO BOX    NAME: CHECK BOX    
NAME: LIST CHECK BOX    NAME: DATE    NAME: HISTORICAL DATE    NAME: DATE TIME    NAME: EDIT    NAME: LABEL    NAME: MEMO    NAME: RADIO GROUP    
NAME: VISIT INFORMATION    NAME: ENCOUNTER PROVIDER    NAME: USER INFORMATION    NAME: PORT    NAME: SERVER    NAME: DIVISION    NAME: STATION NUMBER    NAME: FREE TEXT COMBO BOX    
NAME: LIST BOX    NAME: SILVER    NAME: RED    NAME: LIME GREEN    NAME: YELLOW    NAME: FUCHSIA    NAME: AQUA    NAME: WHITE    
NAME: CREAM    NAME: WINDOW BUTTON FACE    NAME: ALL TAB CLINICAL    NAME: ALL TAB ADMIN    NAME: CONSULTS    NAME: COVERSHEET    NAME: D/C SUMM    NAME: MEDS    
NAME: NOTES    NAME: ORDERS    NAME: PROBLEMS    NAME: SURGERY    NAME: SKY BLUE    NAME: WINDOW ACTIVE BORDER    NAME: WINDOW ACTIVE CAPTION    NAME: WINDOW BUTTON HIGHLIGHT    
NAME: WINDOW GRADIENT ACTIVE CAPTION    NAME: WINDOW GRADIENT INACTIVE CAPTION    NAME: WINDOW HIGHLIGHT TEXT    NAME: WINDOW INACTIVE BORDER    NAME: WINDOW INFO BACK    NAME: WINDOW MENU    NAME: WINDOW MENU BAR    NAME: WINDOW    
NAME: MONEY GREEN    NAME: WINDOW INACTIVE CAPTION    NAME: OLIVE    NAME: SHOW HTML EDITOR    
Info |  Desc |  Pointed To By FileMan Files |  Fields |  Found Entries