LLPReceiver Activity

Use the LLPReceiver activity to receive HL7 messages on one port.

Example

Refer to the associated example:

General

The following table lists the fields on the General tab:

Field Literal Value/Module Property/Process Property? Description
Name No The name to be displayed as the label for the activity in the process.
Port Yes The port through which your client connects to a server system. Only one port can be given.
SSLServerResource Yes Secure Sockets Layer (SSL) server to use.
Separator Yes List of allowed separators:
  • Minimal LLP - Default
  • Linefeed Linefeed - Linefeed
  • Carriage return - linefeed
  • Empty line by using linefeed
  • Empty line by using Carriage return-linefeed
  • No separator
Note: The separator only separates messages. It does not separate a message into lines.
Encoding Yes The encoding used to convert between binary and text formats.
Read Timeout (sec) Yes Number of seconds before the server terminates the connection.
Maximum Connections Yes Maximum number of simultaneous sessions that can connect with the server. The default is 20.

Description

The Description tab is used to provide a short description for the activity.

Advanced

The Advanced tab contains the following fields:

Field Description
Sequence Key This field can contain an XPath expression that specifies which processes should run in a specified order.

Process instances with sequencing keys evaluating to the same value are executed sequentially in the order of the process instance creation.

For more information about controlling the execution order of process instances and about XPath expressions, see TIBCO ActiveMatrix BusinessWorks™ Application Development.

Custom Job Id This field can contain an XPath expression that specifies a custom ID for the process instance.

Conversations

On the Conversations tab, you can initiate or join a conversation.

Conversations receive a message after creating a process instance, which is initiated or joined by an activity. This activity can be used to initiate a conversation. Click the Add New Conversation icon to initiate a conversation. For details about conversations, see TIBCO ActiveMatrix BusinessWorks™ Application Development.

Input

There are no dynamic inputs for this activity.

Output

The Output for the activity can be the incoming HL7 message string.