LLPReceiver

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

Examples

Refer to the associated examples:

General

The General tab contains the following fields.

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.
Separator Yes List of allowed separators:

Minimal LLP - Default

Linefeed Linefeed-Linefeed

Carriage return-linefeed

Empty line using linefeed

Empty line 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 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.

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

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

Conversations

In 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.