Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Desc |  Directly Accessed By Routines |  Fields |  All
Print Page as PDF
Global: ^LAHM(62.485

Package: Automated Lab Instruments

Global: ^LAHM(62.485


Information

FileMan FileNo FileMan Filename Package
62.485 LA7 MESSAGE LOG BULLETINS Automated Lab Instruments

Description

Directly Accessed By Routines, Total: 1

Package Total Routines
Automated Lab Instruments 1 LA7LOG    

Fields, Total: 4

Field # Name Loc Type Details
.01 CODE 0;1 NUMBER
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:+X'=X!(X>9999999)!(X<$S($D(DIFROM):1,1:1000))!(X?.E1"."1N.N) X S:$D(X) DINUM=X
  • LAST EDITED:  JAN 22, 1995
  • HELP-PROMPT:  Type a Number between 1000 and 9999999, 0 Decimal Digits.
  • DESCRIPTION:  
    This field contains a number between 1 and 9999999 that uniquely identifies an error or exceptional condition.  Numbers below 999 are reserved for package use only.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  62.485^B
    1)= S ^LAHM(62.485,"B",$E(X,1,30),DA)=""
    2)= K ^LAHM(62.485,"B",$E(X,1,30),DA)
1 TEXT 0;2 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>160!($L(X)<1) X
  • LAST EDITED:  APR 27, 1994
  • HELP-PROMPT:  Answer must be 1-160 characters in length.
  • DESCRIPTION:  
    This field holds the text description of the error or exceptional condition.  This field is used to create an error or exceptional condition display in the ^XTMP global.
  • TECHNICAL DESCR:  This field is used to create error or exceptional condition displays in the ^XTMP global. The text description should contain useful information about the message in the LA7 MESSAGE QUEUE file (#62.49). The information
    can be added to the text by using the "|" character and the LA7TXT() array.
    Example Text: Message # |1| did not contain a PID segment.  Array value: LA7TXT(1)=123 ^XTMP: Message # 123 did not contain a PID segment.
1.3 SEND ALERT 0;3 SET
  • '0' FOR NO;
  • '1' FOR YES;

  • LAST EDITED:  FEB 05, 1997
  • HELP-PROMPT:  Determines if alert is sent when a message is processed with this error. Alerts must also be turned on and mail group designated in file #62.48.
  • DESCRIPTION:  This field is used to flag those errors which can generate an alert to a site selectable mail group whenever this error occurs. The site needs to designate a mail group in the LA7 MESSAGE PARAMETER file (#62.48) under the
    ALERT CONDITION field (#20).
2 BUILD LOGIC 1;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  APR 27, 1994
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  This is standard MUMPS code that is executed to log the text description error into the ^XTMP global. The MUMPS code should set the LA7TXT() array to feel in the fields in the text description.
    Example MUMPS code: S LA7TXT(1)=LA76249
    Variable value: LA76249=123
    Text description: Message # |1| did not contain a PID segment.
    ^XTMP: Message # 123 did not contain a PID segment.
    WRITE AUTHORITY:  @
Info |  Desc |  Directly Accessed By Routines |  Fields |  All