Skip Navigation Links | |
Exit Print View | |
![]() |
Oracle Java CAPS HL7 JCA Adapter User's Guide Java CAPS Documentation |
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
HL7 Outbound Settings -- Client Connection Establishment
HL7 Outbound Settings -- Server Port Binding
Sequence Number Protocol Settings
Provides Lower Layer Protocol (LLP) configuration settings.
Specifies the LLP (Lower Layer Protocol) type.
The options are A and C:
MLLP: Minimal Lower Layer Protocol.
HLLP: Hybrid Lower Layer Protocol.
MLLP: Minimal Lower Layer Protocol version 2.0.
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).
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).
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).
Specifies whether the HLLP (Hybrid Lower Level Protocol) checksum is enabled or disabled.
True: Indicates checksum is enabled.
False: Indicates checksum is disabled.
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.