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

Package: Order Entry Results Reporting

OE/RR NOTIFICATIONS(#100.9)-->100.9001

Sub-Field: 100.9001


Information

Parent File Name Number Package
OE/RR NOTIFICATIONS(#100.9) DEPENDENT ALERTS 100.9001 Order Entry Results Reporting

Details

Field # Name Loc Type Details
.01 DEPENDENT ALERTS 0;1 POINTER TO OE/RR NOTIFICATIONS FILE (#100.9) OE/RR NOTIFICATIONS(#100.9)

  • LAST EDITED:  APR 20, 2021
  • HELP-PROMPT:  Choose an OE/RR Notification
  • DESCRIPTION:  
    Reference to another OE/RR Notification which then causes the current notification to be evaluated if it should fire when the other entry is fired.
  • CROSS-REFERENCE:  100.9001^B
    1)= S ^ORD(100.9,DA(1),7,"B",$E(X,1,30),DA)=""
    2)= K ^ORD(100.9,DA(1),7,"B",$E(X,1,30),DA)
  • CROSS-REFERENCE:  100.9^E
    1)= S ^ORD(100.9,"E",$E(X,1,30),DA(1),DA)=""
    2)= K ^ORD(100.9,"E",$E(X,1,30),DA(1),DA)
    This cross-reference is used to quickly determine which notifications are dependent upon another notification entry.
1 REPLACE DEPENDENT 0;2 SET (BOOLEAN Data Type)
  • If this is YES then if this current alert fires based on the dependent alert, then the original alert will not fire. If NO then the original will fire.

  • LAST EDITED:  APR 20, 2021
  • HELP-PROMPT:  Enter yes if this alert should be fired in place of the Dependent alert.
  • DESCRIPTION:  
    If this is YES then if this current alert fires based on the dependent alert, then the original alert will not fire. If NO then the original will fire.
  • TECHNICAL DESCR:  
    If 1 then if the dependency fires an alert, the original alert will not go out, otherwise it will go out.
2 DEPENDENT LOGIC 1;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  APR 01, 2021
  • HELP-PROMPT:  Enter Standard MUMPS code
  • DESCRIPTION:  
    A line of code that is executed to evaluate if the current alert should be fired based on the data in the one it is dependent upon.
  • TECHNICAL DESCR:  
    A line of code that is executed to evaluate if the current alert should be fired based on the data in the one it is dependent upon.
    WRITE AUTHORITY: @
Info |  Details