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

Package: Kernel

NEW PERSON(#200)-->200.194

Sub-Field: 200.194


Information

Parent File Name Number Package
NEW PERSON(#200) ALERT DATE/TIME 200.194 Kernel

Details

Field # Name Loc Type Details
.01 ALERT DATE TIME 0;1 DATE

  • INPUT TRANSFORM:  S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X S:$D(X) DINUM=X
  • LAST EDITED:  AUG 22, 1990
  • DESCRIPTION:  
    This is the date and time when the alert was generated.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
.02 PACKAGE ID 0;2 FREE TEXT

  • INPUT TRANSFORM:  K:X[""""!($A(X)=45) X I $D(X) K:$L(X)>20!($L(X)<2) X
  • LAST EDITED:  MAY 28, 1991
  • HELP-PROMPT:  Answer must be 2-20 characters in length.
  • DESCRIPTION:  This is a field in which the package id passed during alert filing. This id may simply be a package namespace, or it may be a namespace followed by additional data to more accurately identify the type or purpose of the
    alert.
  • CROSS-REFERENCE:  200^AXQA^MUMPS
    1)= S ^VA(200,"AXQA",$E(X,1,30),DA(1),DA)=""
    2)= K ^VA(200,"AXQA",$E(X,1,30),DA(1),DA)
    This is a cross-reference on the complete XQAID value for this alert, which can be used to identify those individuals who received this particular instance of the alert, and could be used to delete other entries which
    had received the alert.
  • CROSS-REFERENCE:  200^AXQAN^MUMPS
    1)= S ^VA(200,"AXQAN",$E($P(X,";"),1,30),DA(1),DA)=""
    2)= K ^VA(200,"AXQAN",$E($P(X,";"),1,30),DA(1),DA)
    This cross-reference may be used to identify those users who received the alert with the application package specified XQAID (the first ";"-piece of the complete XQAID value) for those cases in which the full XQAID
    value may not be known, e.g., an application which was selected by the user without selecting the ALERT ACTION option to process the alert.
.03 MESSAGE TEXT 0;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>60!($L(X)<3) X
  • LAST EDITED:  AUG 22, 1990
  • HELP-PROMPT:  Answer must be 3-60 characters in length.
  • DESCRIPTION:  This field contains the text of the message to be presented to the user at the time when he cycles through the menu system the first time after the alert has been filed for the user, and when the user selects the VIEW
    ALERTS option.
.04 NEW ALERT FLAG 0;4 SET
  • '1' FOR NEW;

  • LAST EDITED:  AUG 22, 1990
  • DESCRIPTION:  This flag is used by the alert processing to indicate a new alert which has not previously been presented to the user. After the alert message text has been shown to the user, this flag is cleared and the user must then
    select the VIEW ALERTS option to process the alert.
.05 ACTION FLAG 0;5 SET
  • 'D' FOR DELETE;
  • 'R' FOR RUN ROUTINE;
  • 'I' FOR IMMEDIATE RUN;

  • LAST EDITED:  AUG 22, 1990
  • DESCRIPTION:  
    This flag is optional at the present time, since the need for action processing can be determined by the presence of an option name or a routine name for use during alert processing.
.06 RESERVED1 0;6 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>10!($L(X)<1) X
  • LAST EDITED:  JUN 12, 1991
  • HELP-PROMPT:  Answer must be 1-10 characters in length.
  • DESCRIPTION:  
    This field is reserved for future use by the alert system.
.07 ENTRY POINT 0;7 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>8!($L(X)<1)!'(X?.UN) X
  • LAST EDITED:  JUN 13, 1991
  • HELP-PROMPT:  Enter a valid line tag 1 to 8 characters
  • DESCRIPTION:  While named ENTRY POINT, this is a dual function field. If the next field (#.08, AROUTINE NAME) contains a routine name, this field contains the desired entry point within that routine (this field may also be null,
    indicating that the entry point should be at the top of the routine). If field #.08 is null, then the contents of this field is interpreted as the name of an option which is to be entered when the alert is processed.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
.08 AROUTINE NAME 0;8 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>8!($L(X)<2)!'(X?1U.UN) X
  • LAST EDITED:  JUN 12, 1991
  • HELP-PROMPT:  Answer must be 2-8 characters in length.
  • DESCRIPTION:  If this field is not null, it contains the name of a routine which is to be used when the alert is processed. If there is also a value in field #.07, that value is used as an entry point into the routine specified in
    this field.
    If this field is null, field #.07 is interpreted as an option name which is to be used when the alert is processed.
    If both this field and field #.07 are null, the alert is processed as an information only alert.
.09 RESERVED FIELD 0;9 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>10!($L(X)<1) X
  • LAST EDITED:  JUN 12, 1991
  • HELP-PROMPT:  Answer must be 1-10 characters in length.
  • DESCRIPTION:  
    This field is reserved for future use in the alert processing system.
.1 FIRST DATA PIECE 0;10 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>115!($L(X)<1) X
  • LAST EDITED:  JUN 12, 1991
  • HELP-PROMPT:  Answer must be 1-115 characters in length.
  • DESCRIPTION:  This field and all following ^-separated fields are processed as a single entity and are returned in the variable XQADATA for use by the application which generated the alert. The package may pass a series of variables
    using any desired separator in the variable XQADATA at the time the alert is setup. When the alert is processed the value of XQADATA is returned to the application and may be used to establish parameters related to the
    alert without requiring interaction or provision of information by the user. In this way information related to patient entry number, specific internal numbers for the desired data, etc may be stored and returned.
1 DATA STRING 1;E1,245 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>245!($L(X)<1) X
  • LAST EDITED:  JUL 05, 1994
  • HELP-PROMPT:  This field contains the data associated with the alert.
Info |  Details