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

Package: Order Entry Results Reporting

ORDER CHECK RULE(#860.2)-->860.22

Sub-Field: 860.22


Information

Parent File Name Number Package
ORDER CHECK RULE(#860.2) RELATION ACTIONS 860.22 Order Entry Results Reporting

Details

Field # Name Loc Type Details
.01 RELATION INDEX 0;1 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  NOV 07, 1994
  • HELP-PROMPT:  Type a Number between 1 and 999, 0 Decimal Digits
  • CROSS-REFERENCE:  860.22^B
    1)= S ^OCXS(860.2,DA(1),"R","B",$E(X,1,30),DA)=""
    2)= K ^OCXS(860.2,DA(1),"R","B",$E(X,1,30),DA)
1 RELATION EXPRESSION E;E1,200 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>200!($L(X)<1) X
  • LAST EDITED:  NOV 07, 1994
  • HELP-PROMPT:  Answer must be 1-200 characters in length.
  • DESCRIPTION:  
    This is a boolean expression that is essentially an
    IF argument. Use Element labels (defined above) for
    boolean variable names, and 'OR', 'AND', and 'NOT' for
    boolean operators. You can also use any combination and
    number of parenthesis to control the operator precedence,
    Otherwise the precedence is from left to right.
2 ORDER CHECK 0;2 POINTER TO ORDER CHECKS FILE (#100.8) ORDER CHECKS(#100.8)

  • LAST EDITED:  AUG 25, 1997
  • DESCRIPTION:  
    Check this field YES if the user is to get a message on
    his screen when this relation is evaluated TRUE.
3 NOTIFICATION 0;3 POINTER TO OE/RR NOTIFICATIONS FILE (#100.9) OE/RR NOTIFICATIONS(#100.9)

  • LAST EDITED:  MAY 17, 1995
  • DESCRIPTION:  
    This points to the notification in the notification system
    that will be sent when this relation is evaluated TRUE.
4 REPORT DEVICE 0;4 POINTER TO DEVICE FILE (#3.5) DEVICE(#3.5)

  • LAST EDITED:  MAY 17, 1995
  • DESCRIPTION:  
    This is not working yet, but will print the Order
    check message to an alternate device (bulletin, host file,
    printer, etc.).
5 NOTIFICATION MESSAGE MSG;E1,240 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>240!($L(X)<1) X
  • LAST EDITED:  JUL 31, 1995
  • HELP-PROMPT:  Answer must be 1-240 characters in length.
6 ORDER CHECK MESSAGE OCMSG;E1,240 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>240!($L(X)<1) X
  • LAST EDITED:  JUL 31, 1995
  • HELP-PROMPT:  Answer must be 1-240 characters in length.
7 SCHEDULE ACTION RULE;1 SET
  • 'START' FOR START SCHEDULED CHECKS;
  • 'CONTINUE' FOR CONTINUE SCHEDULED CHECKS;

  • LAST EDITED:  JAN 07, 1997
  • DESCRIPTION:  
    This field determines if this relation will cause the rule
    to be placed in or removed from the schedule of timed order checks.
8 SCHEDULE FREQUENCY RULE;2 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>80!($L(X)<1) X
  • LAST EDITED:  DEC 12, 1996
  • HELP-PROMPT:  Answer must be 1-80 characters in length.
  • DESCRIPTION:  
    This field describes how often the rule should be evaluated.
    Its format is generally: (Start Time) (operator) (Offset)
    Where Start time is a constant like: TODAY or NOW
    or a data field like: |DATE OF LAST FLU SHOT|
    Operator is either + or -
    and Offset is:
    1H = 1 Hour
    20D = 20 days
    3W = 3 weeks
    6M = 6 months
9 EXECUTE CODE MCODE;E1,240 FREE TEXT

  • INPUT TRANSFORM:  K:($L(X)>240)!($L(X)<1)!($$INVALID^OCXOED06(X)) X
  • LAST EDITED:  NOV 20, 2001
  • HELP-PROMPT:  Answer must be 1-240 characters in length, and be valid Mumps code.
  • DESCRIPTION:  
    This field is used to define Mumps code that is executed after the expert system determines that a rule has been triggered, but before the Notification system is called.
    This adds another level of flexibility to the expert system if a rule needs further processing to refine a recipient list or specialized checking to determine if the current notification should be sent, or if previous
    duplicate notifications should be removed.
    This field also provides a hook for other modes of notifying users of a triggered rule, if needed.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
Info |  Details