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 |  Pointer To FileMan Files |  Fields |  External References |  Local Variables  | All
Print Page as PDF
Global: ^ORYX("ORERR"

Package: Order Entry Results Reporting

Global: ^ORYX("ORERR"


Information

FileMan FileNo FileMan Filename Package
100.4 OE/RR ERRORS Order Entry Results Reporting

Description

Directly Accessed By Routines, Total: 4

Package Total Routines
Order Entry Results Reporting 4 ORCPOST    OREOR0    ORERR    ORMTIM01    

Pointer To FileMan Files, Total: 1

Package Total FileMan Files
Kernel 1 NEW PERSON(#200)[2]    

Fields, Total: 6

Field # Name Loc Type Details
.01 DATE/TIME 0;1 DATE
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  S %DT="EST" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  MAR 15, 1989
  • HELP-PROMPT:  Enter the date time of the error.
  • DESCRIPTION:  
    This is the date/time the error occurred.
    UNEDITABLE
1 ION 0;2 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>20!($L(X)<1) X
  • LAST EDITED:  MAR 15, 1989
  • HELP-PROMPT:  Enter the device name that the error occurred on.
  • DESCRIPTION:  
    This is the name of the device that the error occurred on.
    UNEDITABLE
2 DUZ 0;3 POINTER TO NEW PERSON FILE (#200) NEW PERSON(#200)

  • LAST EDITED:  AUG 20, 1990
  • HELP-PROMPT:  Enter the internal DUZ of the user when the error occurred.
  • DESCRIPTION:  
    This is a pointer to the user that was signed on when the error occurred.
    UNEDITABLE
3 ERROR TYPE 0;4 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>80!($L(X)<1) X
  • LAST EDITED:  MAR 18, 1989
  • HELP-PROMPT:  Enter the type of error.
  • DESCRIPTION:  
    This is the type of error that caused the failure.
    UNEDITABLE
4 TASK 0;5 NUMBER
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:+X'=X!(X>99999999999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  MAR 15, 1989
  • HELP-PROMPT:  Type a Number between 1 and 99999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This is a pointer to the task in ^%ZTSK that will purge this entry from this file.
    UNEDITABLE
5 ERROR TEXT 1;0 WORD-PROCESSING #100.45

  • DESCRIPTION:  
    This contains a description of the error; if the error occurred within the processing of HL7 messages, the message itself may be stored here.
  • LAST EDITED:  OCT 16, 1996
  • DESCRIPTION:  
    This field contains other information about the error that could not be contained within the Error Type field.

External References

Name Field # of Occurrence
^%DT .01+1

Local Variables

Legend:

>> Not killed explicitly
* Changed
! Killed
~ Newed

Name Field # of Occurrence
>> %DT .01+1*
X .01+1*!, 1+1!, 3+1!, 4+1!
>> Y .01+1
Info |  Desc |  Directly Accessed By Routines |  Pointer To FileMan Files |  Fields |  External References |  Local Variables  | All