See: Description
| Interface | Description |
|---|---|
| SubmissionUnit |
Defines a structure that contains the messages processed by Outbound Message Processor
or the messages received and processed by Inbound Message Processor.
|
| SubmissionUnitService |
Defines methods for retrieving persisted
SubmissionUnit objects. |
Provides services for the retrieval of persisted submission units.
This package enables you to track information that is related to the
processing of an HDR-compliant HL7 version 3.0 XML message by
Inbound Message Processor or
Outbound Message Processor.
Every SubmissionUnit is uniquely identified by the II
message identifier attribute.
This package consists of two interfaces: SubmissionUnit and
SubmissionUnitService.
The SubmissionUnitService interface defines the method for finding
and updating a persisted submission unit.
The SubmissionUnit interface provides methods for accessing and
updating the attributes of the SubmissionUnit.
The findSubmissionUnitByControlAct(controlActId)
method of SubmissionUnitService returns a SubmissionUnit object
with the specified ControlAct identifier.
The findSubmissionUnitByMessage(messageId)
method of SubmissionUnitService returns a SubmissionUnit object
with the specified message identifier of the HDR-compliant HL7 version 3.0 message.
The methods in SubmissionUnitService are not audited.
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved