Print Page as PDF
CERNER NAK ERROR LOG ICR (7231)

CERNER NAK ERROR LOG    ICR (7231)

Name Value
NUMBER 7231
IA # 7231
DATE CREATED 2021/02/26
CUSTODIAL PACKAGE ELECTRONIC HEALTH MODERNIZATION
USAGE Supported
TYPE Routine
ROUTINE EHMUHLV
NAME CERNER NAK ERROR LOG
GENERAL DESCRIPTION
This integration agreement allows other packages to
call the supported routine ADD2LOG^EHMUHLV.  If any interface that is sending
messages to/from Cerner receives a NAK, this API will need to be called in
order to send an email back to Cerner users stating what error occurred.

Six possible parameters need to be passed in to the API:

ADD2LOG(TYPE,INTERFACE,MESSAGE,SEVERITY,CIDNUM,SOURCE)

TYPE (Required) = Severity of the log entry
'E' FOR ERROR Record could not be processed
'W' FOR WARNING Record was processed but should be reviewed
'D' FOR DATA DEFAULTED A default value was substituted before processing
the record

INTERFACE (Required) = Interface that generated the log entry

MESSAGE (Required) = Reason for log entry
(may refer to a segment or field)

SEVERITY (Required) = Severity of the error
'H' FOR HIGH failure requires immediate attention
'M' FOR MEDIUM failure is important, but not critical
'L' FOR LOW log entry can be researched over time
'I' FOR EH log entry is informational only

CIDNUM (Required) = Cerner ID Number

SOURCE (Optional) = Source of log entry. Should contain HL7 full message if
needed
STATUS Under Revision
KEYWORDS
  • 1605
  • EHMLOG
  • EHMUHLV
ID EHMUHLV
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
ADD2LOG
This will add a log entry to the Cerner-VistA Message
Log FILE (#1605).

Returns the pointer to File (#1605) if successful or 0^error message if
unsuccessful.
VARIABLES TYPE VARIABLES DESCRIPTION
TYPE Input
Severity of the log entry.
'E' FOR ERROR              Record could not be processed
'W' FOR WARNING            Record was processed but should be reviewed
'D' FOR DATA DEFAULTED     A default value was substituted before
processing the record
INTERFACE Input
This is a required field and will contain the
interface that generated the log entry.
MESSAGE Input
This is a required field and will contain the reason
for the log entry (may refer to a segment or a field).
SEVERITY Input
This is a required field and contains the severity of
the error.

'H' FOR HIGH
'M' FOR MEDIUM
'L' FOR LOW
'I' FOR INFORMATIONAL ONLY

Enter HIGH if the failure requires immediate attention, MEDIUM if the failure
is important but not critical, LOW if the log entry can be researched over
time and INFO if the log entry is informational only.
CIDNUM Input
This is a required field that contains the Cerner
Identification Number.
SOURCE Input
This field is optional.  Should contain HL7 full
message if needed.
DATE ACTIVATED 2021/03/03