Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Desc |  Pointed To By FileMan Files |  Fields |  Found Entries |  All
Print Page as PDF
Global: ^INTHERT

Package: IHS Generic Interface System

Global: ^INTHERT


Information

FileMan FileNo FileMan Filename Package
4003.2 INTERFACE ERROR TYPE IHS Generic Interface System

Description

Pointed To By FileMan Files, Total: 1

Package Total FileMan Files
IHS Generic Interface System 1 INTERFACE ERROR(#4003)[3.01]    

Fields, Total: 6

Field # Name Loc Type Details
.01 ERROR ID 0;1 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>7!($L(X)<7)!'(X'?3U4N) X
  • HELP-PROMPT:  Enter ID in the format AAAnnnn. AAA is uppercase alpha and nnnn is number padded with zeros.
  • DESCRIPTION:  This code is the unique identifier for this error type. It will have the format of AAAnnnn. AAA refers to the three character identifier for the application area for the area. nnnn is an incremental number padded on the
    left with zeros.  Examples: MFN0005, LAB0034.
  • CROSS-REFERENCE:  4003.2^B
    1)= S ^INTHERT("B",$E(X,1,30),DA)=""
    2)= K ^INTHERT("B",$E(X,1,30),DA)
.02 ERROR NAME 0;2 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>80!($L(X)<3) X
  • HELP-PROMPT:  Answer must be 3-80 characters in length
  • DESCRIPTION:  
    This is a one line description of the error.  It can be used as a single line of information to the user.
.03 ERROR CLASSIFICATION 0;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>60!($L(X)<3) X
  • HELP-PROMPT:  Answer must be 3-60 characters in length
  • DESCRIPTION:  
    The value in this field is free text and will vary depending on the needs of the application using this file.  This field will be used to group and sort error types for reporting and organizing needs.
.04 ERROR CRITICALITY 0;4 SET
  • '1' FOR Note;
  • '2' FOR Warning;
  • '3' FOR Fatal;

  • LAST EDITED:  MAR 12, 1997
  • DESCRIPTION:  This value defines the criticality of the error associated with the error type. It can be used during error processing for branching logic. It can also be used to group and sort error types for reporting and organizing
    needs.
1 ERROR CAUSE 1;0 WORD-PROCESSING #4003.21

  • DESCRIPTION:  
    Description of the probable cause of the error.  Include any information that may help the user understand why this occured.
2 ERROR RESOLUTION 2;0 WORD-PROCESSING #4003.22

  • DESCRIPTION:  
    Description of the typical resolution of the error.  Include any information that will help the user correct the error and avoid future problems.
Info |  Desc |  Pointed To By FileMan Files |  Fields |  Found Entries |  All