JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Java CAPS HL7 JCA Adapter User's Guide     Java CAPS Documentation
search filter icon
search icon

Document Information

Using the HL7 JCA Adapter

Installing the HL7 JCA Adapter

Installing the Design-Time NBM Files for the HL7 JCA Adapter

To Install the NetBeans Modules for the HL7 JCA Adapter

Setting Up the Runtime Environment for the HL7 JCA Adapter

To Deploy the Global RAR for the HL7 JCA Adapter from the Admin Console

To Add a Connector Connection Pool for the HL7 JCA Adapter

To Add a Connector Resource for the HL7 JCA Adapter

Configuring the HL7 JCA Adapter

Configuring Runtime Properties of a HL7 JCA Adapter Pool

To Configure a HL7 JCA Adapter Pool

Configuring Design-time Properties of an Individual HL7 JCA Adapter Component

To Configure an HL7 JCA Adapter Instance

Using the HL7 JCA Adapter in an EJB Project

Designing an EJB Module to Use HL7 JCA Adapter Code

To Create an EJB Module Project

To Add a HL7 JCA Adapter to an EJB Project

To Use HL7-Specific Sample Code

Configuration Settings for the HL7 JCA Adapter

General Outbound Settings

HL7 Outbound Settings -- Client Connection Establishment

HL7 Outbound Settings -- Server Port Binding

TCPIP Outbound Settings

HL7 Acknowledgment Settings

Lower Layer Protocol Settings

Sequence Number Protocol Settings

HL7 MSH Segment Settings

HL7 SFT Segment Settings

HL7 Communication Control Settings

HL7 Recourse Action Settings

Connection Pool Settings

HL7 Acknowledgment Settings

The HL7 Acknowledgment settings specify how the application acknowledgment events are handled.

Acknowledgment Level

Specifies whether the external application sends an HL7 application Acknowledgement after successfully receiving a message, or after the message has been successfully committed to the application database.

The options are A and C:

  • A: Application acknowledgment. The acknowledgement is sent when the message is successfully received.

  • C: Commit (accept) acknowledgment. The acknowledgement is sent after the message is successfully and functionally processed by one receiving system.

eGate Sends App Acks

Specifies whether the HL7 application acknowledgment sent to the external system is generated by the adapter or forwarded from the ESB.

  • True: Indicates that the ESB receives or creates the HL7 application acknowledgment and sends it to the adapter, which in turn forwards it to the external system.

  • False: Indicates that the adapter creates and sends the HL7 application acknowledgment directly to the external system.

Forward External Acks To eGate

Specifies whether the HL7 application acknowledgment is forwarded to the ESB. When an HL7 application acknowledgment is received, it is sometimes necessary to forward the contents of the HL7 application acknowledgment to Java CAPS (as data).

  • True: Indicates that adapter forwards HL7 application acknowledgments from the external system to the ESB for processing.

  • False: Indicates that HL7 application acknowledgments from the external system are not forwarded to the ESB by the adapter.

Timeout For Delayed ACK

Specifies the timeout value for delayed ACK in milliseconds. The configured default is 30000 (30 seconds).