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: 100.32

Package: Order Entry Results Reporting

CANCELLED ORDERS AND ORDER CHECKS(#100.3)-->100.32

Sub-Field: 100.32


Information

Parent File Name Number Package
CANCELLED ORDERS AND ORDER CHECKS(#100.3) ORDER CHECKS 100.32 Order Entry Results Reporting

Details

Field # Name Loc Type Details
.01 ORDER CHECK 0;1 POINTER TO ORDER CHECKS FILE (#100.8) ORDER CHECKS(#100.8)

  • LAST EDITED:  NOV 03, 2016
  • HELP-PROMPT:  Enter the order check number.
  • DESCRIPTION:  
    This is the IEN of the order check.
  • CROSS-REFERENCE:  100.3^ORDCHECK^MUMPS
    1)= S ^OR(100.3,"ORDCHECK",X,DA(1))=""
    2)= K ^OR(100.3,"ORDCHECK",X,DA(1))
    This MUMPS-type cross-reference is used for sorting and look-up by order check.
.02 CLINICAL DANGER LEVEL 0;2 SET
  • '1' FOR HIGH;
  • '2' FOR MODERATE;
  • '3' FOR LOW;

  • LAST EDITED:  NOV 03, 2016
  • HELP-PROMPT:  Enter the clinical danger level of the order check.
  • DESCRIPTION:  
    This is the clinical danger level of the corresponding order check.
  • CROSS-REFERENCE:  100.3^CDL^MUMPS
    1)= S ^OR(100.3,"CDL",X,DA(1))=""
    2)= K ^OR(100.3,"CDL",X,DA(1))
    This MUMPS-type cross-reference is used for sorting and for sorting and look-up by clinical danger level.
1 MESSAGE 1;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>240!($L(X)<1) X
    MAXIMUM LENGTH: 240
  • LAST EDITED:  NOV 02, 2016
  • HELP-PROMPT:  Answer must be 1-240 characters in length.
  • DESCRIPTION:  
    This is the order check message associated with the corresponding order check number.
2 EXTRA TEXT 2;0 WORD-PROCESSING #100.322

  • DESCRIPTION:  
    This is the extra text potentially returned by an order check when the message text exceeds the standard order check message length.
  • LAST EDITED:  NOV 02, 2016
  • DESCRIPTION:  
    This is the extra text potentially returned by an order check when the message text exceeds the standard order check message length.
Info |  Details