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

Package: Order Entry Results Reporting

AP DIALOG CONFIG(#101.45)-->101.451

Sub-Field: 101.451


Information

Parent File Name Number Package
AP DIALOG CONFIG(#101.45) ORDER PROMPTS 101.451 Order Entry Results Reporting

Details

Field # Name Loc Type Details
.01 ORDER PROMPT 0;1 SET
  • 'OPURG' FOR URGENCY;
  • 'OPCDT' FOR COLLECTION DATE/TIME;
  • 'OPSSB' FOR SPECIMEN SUBMITTED BY;
  • 'OPCTY' FOR COLLECTION TYPE;
  • 'OPHOF' FOR HOW OFTEN;
  • 'OPSPH' FOR SURGEON/PROVIDER;
  • 'OPODC' FOR ORDER COMMENT;

  • LAST EDITED:  JUL 13, 2022
  • HELP-PROMPT:  Select the dialog control (legacy) in which you wish to apply configuration for.
  • DESCRIPTION:  
    Order Prompts refer to fields originally part of the Laboratory Order Dialog and have logic associated to them outside of AP.
  • CROSS-REFERENCE:  101.451^B
    1)= S ^ORD(101.45,DA(1),1,"B",$E(X,1,30),DA)=""
    2)= K ^ORD(101.45,DA(1),1,"B",$E(X,1,30),DA)
.02 HIDE 0;2 SET
  • '0' FOR FALSE;
  • '1' FOR TRUE;

  • LAST EDITED:  FEB 24, 2022
  • HELP-PROMPT:  Select TRUE to hide the associated control from view which prevents the user from changing the default response. If the associated control is required but not valued it will NOT be hidden.
  • DESCRIPTION:  
    If an order prompt is required but hidden and not given a default value either through here or legacy lab, then it will show regardless of this setting.
.03 REQUIRED 0;3 SET
  • '0' FOR FALSE;
  • '1' FOR TRUE;

  • LAST EDITED:  FEB 24, 2022
  • HELP-PROMPT:  Select TRUE to make this control required which will prevent an order from being accepted if the associated control is not valued.
  • DESCRIPTION:  
    If an order prompt is required it will prevent an order from being accepted if the associated control is not valued.
.04 DEFAULT 0;4 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>80!($L(X)<1) X
    MAXIMUM LENGTH: 80
  • LAST EDITED:  JUL 06, 2022
  • HELP-PROMPT:  Answer must be 1-80 characters in length.
  • DESCRIPTION:  This value will be used as what would be the user's response if the user is unable to change it when the associated control is presented to them (if it is hidden). This value must be appropriate with the prompt, for
    example, Specimen Submitted by is a free text control so anything typed here could be populated in this control; however, a default of NOW for Urgency would not update the control as NOW is not a lab urgency.
Info |  Details