Skip navigation links

Package oracle.hsgbu.hdr.message.submissionunit

Provides services for the retrieval of persisted submission units.

See: Description

Package oracle.hsgbu.hdr.message.submissionunit Description

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.

Skip navigation links


HDR Glossary   HDR Concept Lists   HDR Exceptions   HDR Programmer's Guide   HDR Implementation Guide   HDR Profile Options

Copyright © 2016, 2018, Oracle. All rights reserved