STANDARD DATA DICTIONARY #62.485 -- LA7 MESSAGE LOG BULLETINS FILE 3/24/25 PAGE 1 STORED IN ^LAHM(62.485, (85 ENTRIES) SITE: WWW.BMIRWIN.COM UCI: VISTA,VISTA (VERSION 5.2) DATA NAME GLOBAL DATA ELEMENT TITLE LOCATION TYPE ----------------------------------------------------------------------------------------------------------------------------------- This file stores canned text for logging errors or exceptional conditions during message processing. This file should not be edited locally by the site, but if a local messaging system is developed, and entries must be added, the site should add new entries at entry numbers higher than 999. It is preferred that the local codes be preceded with the three digit primary site number which would result in a seven digit number, site #_xxxx. CROSS REFERENCED BY: CODE(B) 62.485,.01 CODE 0;1 NUMBER (Required) 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) 62.485,1 TEXT 0;2 FREE TEXT (Required) 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. 62.485,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). 62.485,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: @ INPUT TEMPLATE(S): PRINT TEMPLATE(S): SORT TEMPLATE(S): FORM(S)/BLOCK(S):