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

Lower Layer Protocol Settings

Provides Lower Layer Protocol (LLP) configuration settings.

LLP Type

Specifies the LLP (Lower Layer Protocol) type.

The options are A and C:

  1. MLLP: Minimal Lower Layer Protocol.

  2. HLLP: Hybrid Lower Layer Protocol.

  3. MLLP: Minimal Lower Layer Protocol version 2.0.

Start Block Character:

Specifies the Start Block Character (the first envelope marker character in the HL7 envelope) as a decimal ASCII number. The range is from 1 to 127. Unless there is a conflict, the value should be ASCII VT (decimal 11).

End Data Character:

Specifies the End Data Character (The second to the last envelope marker character in the HL7 envelope) as a decimal ASCII number. The allowed range is 1 to 127. Unless there is a conflict, the value should be ASCII FS (decimal 28).

End Block Character:

Specifies the End Block Character (the last envelope marker character in the HL7 envelope) as a decimal ASCII number. The range is from 1 to 127. To be strictly compliant with the HL7 Standard, this parameter must be set to a carriage return (decimal 13).

HLLP Checksum Enabled:

Specifies whether the HLLP (Hybrid Lower Level Protocol) checksum is enabled or disabled.

  1. True: Indicates checksum is enabled.

  2. False: Indicates checksum is disabled.

Max Number of Retries:

Specifies the maximum number of times the adapter tries to send the message after receiving the MLLP v2.0 Negative Commit Acknowledgement from the peer. The default is 5.