Sun-microsystems Sun Adapter IP HL 7 Manuel d'utilisateur Page 1

Naviguer en ligne ou télécharger Manuel d'utilisateur pour Matériel Sun-microsystems Sun Adapter IP HL 7. Sun Microsystems Sun Adapter IP HL 7 User Manual [en] [de] [es] [fr] Manuel d'utilisatio

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 150
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs

Résumé du contenu

Page 1 - User's Guide

Sun Adapter for TCP/IP HL7User's GuideSun Microsystems, Inc.4150 Network CircleSanta Clara, CA 95054U.S.A.Part No: 821–0377–10October 2009

Page 2 - 091015@23031

The Message Library handles all of the lower-layer protocol. The Message Library’s behavior iscustomized using the Adapter conguration properties. Th

Page 3 - Contents

Tip – Click the left-arrow button , if you want to move the selected projects from the rightpane to the left pane.d. Click Browse and select an approp

Page 4

Note – The NetBeans IDE will not import identically named Projects to the same root, so youmust perform this step before importing the Project back in

Page 5

d. Click Import.It may take a few seconds to import the project. When the project is imported, the ImportStatus dialog box appears.e. Click OK on the

Page 6

Repeat this step for additional copies of the Collaboration.To add each new Collaboration to a Project's Connectivity Map, drag and drop the Coll

Page 7

Adding an HL7 Message Library to an ExistingCollaborationIn some cases, a specic HL7 message or messages might need to be added to the Collaboration.

Page 8

Click Add to select the object type denition.A dialog box appears where you can select the Message Library to add.FIGURE 6 Collaboration Denition (J

Page 9 - TCP/IP HL7 Adapter Components

In the Look In eld, navigate to the location of the Message Library.The HL7 Message Libraries are located in CAPS Components Library > Message Lib

Page 10 - About HL7

Tip – You can also modify an existing HL7 V2 Message Library by clicking the Message Libraryto change, clicking the ellipsis that appears, and selecti

Page 11 - Generic HL7 Message Libraries

The following topics provide information about the sample V2 Collaborations and provideinstructions for copying and customizing them: “TCP/IP HL7 V2 A

Page 12 - Modes and Roles

At the end of each action, the state is set for the next execution of the Collaboration. There arethree main states: To Establish: A new or reset conn

Page 13 - Delayed ACK Mode

If a system does not conform to the HL7 specication, the Collaborations can be modied forthat transaction by changing the Java code using the Collab

Page 14 - Inbound Functionality

otdHL7_GENERIC_EVT_1,com.stc.SeeBeyond.OTD_Library.HL7.Generic.HL7_ACK.AC KotdHL7_ACK_1,com.stc.connectors.jms.JMS otdJMS_JOURNAL,com.stc.connectors.j

Page 15 - Inbound Receiver Message Mode

Collaboration gets triggered by a HL7 message received from a HL7 Client/Outbound/External; it then calls HL7 User Collaboration Rule by executing the

Page 16 - Recourse Actions

Inbound HL7 V2 Collaboration - Part 2The Collaboration receives the HL7 V2 message from the external usingreceiveHL7message(). If an exception occurs

Page 17 - Outbound Functionality

Handle MaxFailed ReadRetry/TakeRecourseActionarchiveErrorMessage()Handle Max NAK Sent condition/TakeRecourse ActionjournalHL7Message()Handle NoRespons

Page 18 - Outbound Forwarder Role

Inbound HL7 V2 Collaboration - Part 3After the ACK is sent, the HL7 V2 message and the ACK are journaled to the JMS queue Journaldestination. If the m

Page 19

The following topics describe the business logic dened in the jcdHL7Outbound Collaboration: “Outbound HL7 V2 Collaboration - Part 1” on page 115 “Out

Page 20

Collaboration gets triggered by a JMS HL7 message; it then calls HL7 User Collaboration Rule byexecuting the receive() methodOnly ifSequenceNumberingi

Page 21 - Failed Message Handling

Outbound HL7 V2 Collaboration - Part 2The Collaboration receives the HL7 ACK or NAK from the external system usingreceiveHL7AckNak(). If an exception

Page 22 - TCP/IP HL7 Adapter Operation

Can result inarchiving theHL7 message/withNAK inERROR QueueCalls other helper methods such ascheckSendingReceivingApplication and checkSendingReceivin

Page 23 - Journaling

Outbound HL7 V2 Collaboration - Part 3If the ACK message passes validation, the HL7 V2 message and ACK message are sent to theJMS journal destination.

Page 24 - Monitoring the HL7 Adapter

MonitoringThe Enterprise Manager provides a real-time picture of the Adapter's state and status. Themonitoring facilities display the following

Page 25

About TCP/IP HL7 V3 CollaborationsThe following topics provide a brief overview of HL7 V3, and describe the HL7 V3Collaborations and provide instructi

Page 26 - API for SchematronValidation

The V3 standard also includes interactions, such as Create Patient Billing Account.There are three modes of Acknowledgement process in HL7 V3: Immedia

Page 27 - Connectivity Map

1. Inbound HL7 V3 Immediate Collaboration2. Inbound HL7 V3 Deferred Collaboration3. Inbound HL7 V3 Queue Manager4. Inbound HL7 V3 Message PublisherInb

Page 28

Note – The above text has been wrapped to t the page.About TCP/IP HL7 V3 CollaborationsSun Adapter for TCP/IP HL7 User's Guide 123

Page 29

Once the message is received, the Collaboration determines whether the message needs to bevalidated. The HL7 V3 message is then validated, making sure

Page 30

Version Code, Processing Code, Processing Mode Code, and Interaction ID. If these elds donot match the conguration, a NAK is returned.The Collaborat

Page 31 - Name Description

validateHL7Message()Validates V3 message and determines if it should send ACK/NAKHL7 V3 Message passedValidation?sendHL7ACK() Sends HL7 V3(MCCI_IN0000

Page 32

Inbound HL7 V3 Deferred Collaboration OverviewThe Inbound HL7 V3 Collaboration, jcdHL7V3DeferredInbound, contains Message Librariesfor the HL7 V3 Reso

Page 33

otdHL7_ACK_1,com.stc.connectors.jms.JMS otdJMS_JOURNAL,com.stc.connectors.jms.JMS otdJMS_ERROR) throws Throwable.Note – The above text is wrapped to 

Page 34

Receive is the entry point to the HL7 user collaboration, it has the following signature.receive(HL7eway, otd_PRPA_IN403001UV01, otd_MCCI_IN000006UV01

Page 35

HL7 Adapter Sender RoleThe outbound Collaboration is the implementation of the Sender and the RA is congured foran outbound data ow. A Java CAPS Ser

Page 36 - TCP/IP HL7 V2 Inbound Adapter

HL7 V3 Standard Inbound Message Mode Data Flow (For DeferredMode of ACK Process) — Part 2The Collaboration receives the HL7 V3 message from the extern

Page 37 - Delay, and Period properties

receiveAndSend()Gets the HL7 v3 message from the external , validates it and sends ACK/NAKreceiveHL7Message()receives the HL7 v3 message from the exte

Page 38 - HL7 V2 Inbound Adapter

HL7 V3 Standard Inbound Message Mode Data Flow (For DeferredMode of ACK Process) — Part 3After the Commit ACK is sent and the Application ACK is store

Page 39

Outbound HL7 V3 Collaboration OverviewThe Outbound HL7 V3 Collaboration, jcdHL7V3Outbound, contains Message Libraries for theHL7 V3 Resource Adapter,

Page 40

corresponding HL7 V3 Acknowledgements. MCCI_IN000004UV01 for Immediate Mode andMCCI_IN000006UV01 for Deferred Mode. The Collaboration works with its o

Page 41

Receive is the entry point to the HL7 user collaboration, it has the following signature. receive(JMSMessage,HL7eway, otd_PRPA_IN403001UV01, otd_MCCI_

Page 42

HL7 V3 Standard Outbound Message Mode Data Flow (For Immediateand Deferred Mode of ACK Process) — Part 2In processMessage(), the message moves on to i

Page 43

Exception OccurredException due to incomplete dataInsertSequenceNumber()insert the next sequence number in the hl7 v3 messagesendHL7Message()send the

Page 44

HL7 V3 Standard Outbound Message Mode Data Flow (For Immediateand Deferred Mode of ACK Process) — Part 3If the message does not pass validation it is

Page 45

HL7 V3 Outbound Test CollaborationFor information, see “HL7 V2 Outbound Test Collaboration” on page 119.Ack Message passed validation?journalMessage()

Page 46

2. The Receiver sends the message to the Forwarder.3. The Forwarder sends the message to the receiving External System.4. The receiving External Syste

Page 47

MLLP V2 and the Sample ProjectsMinimal Lower Layer Protocol Release 2 (MLLP V2.0) is a message transport protocol, and isrequired for all message tran

Page 48

d. Click OK.The database appears in the list of databases on the Services window.Make sure your database instance is running.For Oracle, DB2, SQL Serv

Page 49 - Properties

Note – A broken icon represents that the database is not connected.▼To Run the MLLP V2.0 Database ScriptsYou can either run the MLLP database scripts

Page 50

This opens the SQL Editor window along with the SQL Statement.CREATE TABLE HL7MESSAGELOG (MESSAGEID VARCHAR(250), APPLICATIONID VARCHAR(250) ,REQUESTM

Page 51

To view the new tables, return to the Services window, right-click the database connection, andthen click Refresh. Expand the database connection and

Page 52

acknowledgement message. The MLLP V2 acknowledgement protocol is synchronous: thesource system will not send new HL7 content until an acknowledgement

Page 53

In outbound mode, the message is sent to the sender and waits for the commitacknowledgement or negative acknowledgement from the receiver. If the adap

Page 54 - (Continued)

Is Sequence Numbering Enabled? receive(--)receive HL7 message, validate it and send HL7 ACK / NAK messageYESContinueprocessInitialHandshakeSen

Page 55

HL7 V2 Standard Inbound Message Mode Data Flow over MLLPV2 —Part 2The Collaboration receives the HL7 V2 message from the external usingreceiveHL7messa

Page 56 - Outbound Adapter

HL7 V2 Standard Inbound Message Mode Data Flow over MLLPV2 —Part 3If no exception occurs, validateHL7Message() is called, which validates the message

Page 57

Standard Inbound Message Mode Data Flow and ArchitectureThe following steps describe the ow of data for an inbound Adapter:1. The external system sen

Page 58

ContinuedjournalHL7Message()archiveErrorMessage()Handle max Nak sent Condition/Take recourse actionExit Recourse action if failed to journalHL7 Messa

Page 59

Message VericationMessage verication begins with reading the message from the external system. The message isexpected to match the MLLP envelope, si

Page 60

No response is received after a message is sent the maximum number of times.Outbound FunctionalityThe outbound TCP/IP HL7 Adapter Project, prjHL7Outb

Page 61

5. The Collaboration receives and validates the ACK, and then journals the ACK and the HL7message (if journaling is enabled). If the Collaboration rec

Page 62

Note – For Delayed ACK, the Receiver and Forwarder must be on the same integrationserver.Message VericationThe only verication that the outbound Ada

Page 63

Copyright 2009 Sun Microsystems, Inc. 4150 Network Circle, Santa Clara, CA 95054 U.S.A. All rights reserved.Sun Microsystems, Inc. has intellectual pr

Page 64

Note – The TCP/IP HL7 Adapter includes internal counters that keep track of all errorconditions.General FunctionalityThis section explains the Adapter

Page 65

The minimum HL7 sequence number is 1. The maximum HL7 sequence number is 2 billion. Asequence number of “0“ is used to start a session. If the sequenc

Page 66

The argument error message is the user-congured alert message. The argument HL7 is thesource component (this must be “HL7”).Note – The alerter.fatal(

Page 67

Lower Layer ProtocolThis section describes the two supported envelope types used in the HL7 protocol: HLLP (Hybrid Lower Layer Protocol) MLLP (Minimal

Page 68 - TCP/IP HL7 V3 Inbound Adapter

It is expected that, when enabled, the journal queue has one or more subscribers that process thecontents of the queue so that it remains manageable.

Page 69

<web-app>...<!-- Default monitoring period used in monitoring theexternal system connection --><context-param><param-name>m

Page 70

In the HL7 Adapter, this schematron is useful for validating an HL7 V3 document againstpredened schematron schemas that you write. You can also obtai

Page 71 - HL7 V3 Inbound Adapter

Using the Schematron APIPerform the following to invoke the schematron API from a Java Collaboration: Obtaining the Factory Object Obtaining the Valid

Page 72

You can congure the TCP/IP HL7 Adapter properties in the following locations: Connectivity Map: These properties most commonly apply to a specic com

Page 73

Modify the Adapter properties, as described in “Modifying the TCP/IP HL7 Adapter Properties inthe Connectivity Map”on page 29.Modifying the TCP/IP HL7

Page 74 - Inbound Adapter

ContentsSun Adapter for TCP/IP HL7 User's Guide ... 7Sun A

Page 75

▼Modifying Adapter Properties in the Connectivity MapFrom the Connectivity Map, double-click the Adapter icon located in the link between theTCP/IP HL

Page 76

“HL7 Acknowledgment — TCP/IP HL7 V2 Inbound Adapter” on page 39 “Lower Layer Protocol — TCP/IP HL7 V2 Inbound Adapter” on page 40 “Sequence Number Pr

Page 77

TCPIP Inbound Settings — TCP/IP HL7 V2 InboundAdapterThe following table lists and describes the properties on the TCPIP Inbound Settings page of theP

Page 78

TABLE 3 Connectivity Map - TCPIP Inbound Settings (Continued)Name DescriptionKeep Alive An indicator of whether the client’s SO_KEEPALIVE option is en

Page 79

TABLE 3 Connectivity Map - TCPIP Inbound Settings (Continued)Name DescriptionSoLinger An indicator of whether the adapter performs a “linger-on-close”

Page 80

TCPIP Inbound Settings - Server Port Binding —TCP/IP HL7 V2 Inbound AdapterThe following table lists and describes the properties that appear on the S

Page 81

TABLE 6 Connectivity Map - TCPIP Inbound Settings - Inbound Connection ManagementName DescriptionMax Connection PoolSizeThe maximum number of concurre

Page 82

Timer Service – Available for Java EE, this scheduler is congured using the At Fixed Rate,Delay, and Period properties. Work Manager – Available for

Page 83

TCPIP Inbound Schedules - Service Schedule TCP/IPHL7 V2 Inbound AdapterThe following table lists and describes the properties that appear on the Servi

Page 84

TABLE 8 Connectivity Map - TCPIP Inbound Schedules - Service Schedule (Continued)Name DescriptionAt Fixed Rate An indicator of whether a xed-rate exe

Page 85

HL7 SFT Segment — TCP/IP HL7 V2 Inbound Adapter ... 44Communication Control — TCP/IP HL7 V2 Inboun

Page 86

TABLE 9 Connectivity Map - HL7 Acknowledgment (Continued)Name DescriptioneGate Sends App Acks An indicator of whether the HL7 application acknowledgme

Page 87

TABLE 10 Connectivity Map - Lower Layer Protocol (Continued)Name DescriptionEnd Data Character The second to the last envelope marker character in the

Page 88

TABLE 12 Connectivity Map - HL7 MSH SegmentName DescriptionField Separator The character that separates the segment ID and the rst real eld. This va

Page 89

TABLE 12 Connectivity Map - HL7 MSH Segment (Continued)Name DescriptionProcessing ID The subcomponent processing ID of the MSH-11 eld. MSH-11 is used

Page 90

TABLE 12 Connectivity Map - HL7 MSH Segment (Continued)Name DescriptionValidate MSH An indicator of whether to validate the MSH segment of the data me

Page 91

TABLE 13 Connectivity Map - HL7 SFT Segment (Continued)Name DescriptionSoftware CertiedVersion or ReleaseNumberThe latest software version number or

Page 92

TABLE 14 Connectivity Map - Communication ControlName DescriptionTime To Wait For AResponseThe amount of time (in milliseconds) that the adapter waits

Page 93

HL7 Recourse Action — TCP/IP HL7 V2 InboundAdapterThe following table lists and describes the properties that appear on the HL7 Recourse Actionpage of

Page 94

TABLE 15 Connectivity Map - HL7 Recourse Action (Continued)Name DescriptionAction on Nak Received The action the adapter takes when it receives an HL7

Page 95

TCP/IP HL7 V2 Adapter Outbound Connectivity MapPropertiesThe TCP/IP HL7 V2 server outbound adapter conguration properties are organized into thefollo

Page 96

TCPIP Outbound Settings - Client Connection Establishment — TCP/IP HL7 V3Outbound Adapter ...

Page 97

TCPIP Outbound Settings — TCP/IP HL7 V2 OutboundAdapterThe following table lists and describes the properties on the TCPIP Outbound Settings page ofth

Page 98 - To Create a Copy of a Project

TABLE 17 Connectivity Map - TCPIP Outbound Settings (Continued)Name DescriptionKeep Alive An indicator of whether the client’s SO_KEEPALIVE option is

Page 99 - Export Manager

TABLE 17 Connectivity Map - TCPIP Outbound Settings (Continued)Name DescriptionSoLinger An indicator of whether the adapter performs a “linger-on-clos

Page 100

TABLE 17 Connectivity Map - TCPIP Outbound Settings (Continued)Name DescriptionSocket FactoryImplementation ClassNameThe name of the Java class that i

Page 101

TABLE 18 Connectivity Map - TCPIP Outbound Settings - Client Connection Establishment(Continued)Name DescriptionAuto Reconnect UponMatching FailureAn

Page 102

HL7 Acknowledgment — TCP/IP HL7 V2 OutboundAdapterThe following table lists and describes the properties that appear on the HL7 Acknowledgmentpage of

Page 103

TABLE 21 Connectivity Map - Lower Layer ProtocolName DescriptionLLP Type MLLP is the congured default value.The lower layer protocol (LLP) type. Sele

Page 104 - Collaboration

HL7 MSH Segment — TCP/IP HL7 V2 OutboundAdapterThe following table lists and describes the properties that appear on the HL7 MSH Segmentpage of the Pr

Page 105

TABLE 23 Connectivity Map - HL7 MSH Segment (Continued)Name DescriptionReceiving Facility A user-dened value that further identies the receiving app

Page 106 - Select Object Type Denition

TABLE 23 Connectivity Map - HL7 MSH Segment (Continued)Name DescriptionConformance StatementIDA unique identier that applies to a query’s conformance

Page 108

TABLE 24 Connectivity Map - HL7 SFT Segment (Continued)Name DescriptionSoftware CertiedVersion or ReleaseNumberThe latest software version number or

Page 109

TABLE 25 Connectivity Map - Communication ControlName DescriptionTime To Wait For AResponseThe amount of time (in milliseconds) that the adapter waits

Page 110

HL7 Recourse Action — TCP/IP HL7 V2 OutboundAdapterThe following table lists and describes the properties that appear on the HL7 Recourse Actionpage o

Page 111

TABLE 26 Connectivity Map - HL7 Recourse Action (Continued)Name DescriptionAction on Nak Received The action the adapter takes when it receives an HL7

Page 112

TCP/IP HL7 V3 Adapter Inbound Connectivity Map PropertiesThe TCP/IP HL7 V3 Server inbound adapter conguration properties are organized into thefollow

Page 113

TABLE 27 Connectivity Map - General Inbound Settings (V3) (Continued)Name DescriptionScope Of State The scope of the state object, which is a Message

Page 114

TABLE 28 Connectivity Map - TCPIP Inbound Settings (V3) (Continued)Name DescriptionServerSO Timeout The value (in milliseconds) of the SO_TIMEOUT para

Page 115

TABLE 28 Connectivity Map - TCPIP Inbound Settings (V3) (Continued)Name DescriptionReceive Buer Size A number indicating the receive buer size. This

Page 116

TABLE 28 Connectivity Map - TCPIP Inbound Settings (V3) (Continued)Name DescriptionSoTimeout The value of the SoTimeout in milliseconds. This is used

Page 117

TCPIP Inbound Settings - Client ConnectionEstablishment — TCP/IP HL7 V3 Inbound AdapterThe following table lists and describes the property that appea

Page 118

Sun Adapter forTCP/IP HL7 User's GuideThis document provides information and instructions for working with the Sun Adapter forTCP/IP HL7. It is d

Page 119

TABLE 31 Connectivity Map - TCPIP Inbound Settings (V3) - Inbound Connection Management(Continued)Name DescriptionScope Of Connection The scope of the

Page 120 - About HL7 V3

TABLE 32 Connectivity Map - TCPIP Inbound Schedules (V3) - Listener ScheduleName DescriptionScheduler The scheduler type for this inbound communicatio

Page 121

scheduler used by the TCP/IP server that executes the business tasks (Collaboration rules) overthe existing connection. This scheduler aects the actu

Page 122 - Mode of ACK Process) — Part 1

TABLE 33 Connectivity Map - TCPIP Inbound Schedules (V3) - Service Schedule (Continued)Name DescriptionAt Fixed Rate An indicator of whether a xed-ra

Page 123

TABLE 35 Connectivity Map - Lower Layer Protocol (V3)Name DescriptionLLP Type The lower layer protocol (LLP) type. The supported option is MLLP v2.0(M

Page 124

needs to package and route the message to the specied receiving applications or messagehandling services. The transmission wrapper is a cluster of cl

Page 125 - Mode of ACK Process) — Part 2

TABLE 38 Connectivity Map - Communication Control (V3)Name DescriptionTime To Wait For AResponseThe amount of time (in milliseconds) that the adapter

Page 126

HL7 Recourse Action — TCP/IP HL7 V3 InboundAdapterThe following table lists and describes the properties that appear on the HL7 Recourse Actionpage of

Page 127

TABLE 39 Connectivity Map - HL7 Recourse Action (V3) (Continued)Name DescriptionAction on Nak Received The action the adapter takes when it receives a

Page 128

SchematronValidation — TCP/IP HL7 V3 InboundAdapterThe following table lists and describes the properties that appears on the SchematronValidation pag

Page 129 - Continue

These links provide additional information that is useful to know when working with theTCP/IP HL7 Adapter: “TCP/IP HL7 V2 Adapter Inbound Connectivity

Page 130

General Outbound Settings — TCP/IP HL7 V3Outbound AdapterThe following table lists and describes the TCP/IP HL7 V3 outbound adapter properties thatapp

Page 131

TABLE 42 Connectivity Map - TCPIP Outbound Settings (V3)Name DescriptionConnection Type The way the adapter establishes the TCP/IP connection. Select

Page 132 - Mode of ACK Process) — Part 3

TABLE 42 Connectivity Map - TCPIP Outbound Settings (V3) (Continued)Name DescriptionReceive Buer Size A number indicating the receive buer size. Thi

Page 133

TABLE 42 Connectivity Map - TCPIP Outbound Settings (V3) (Continued)Name DescriptionSoTimeout The value of the SoTimeout in milliseconds. You can ente

Page 134

TABLE 43 Connectivity Map - TCPIP Outbound Settings (V3) - Client Connection Establishment(Continued)Name DescriptionAlways Create NewConnectionAn ind

Page 135

TABLE 44 Connectivity Map - TCPIP Outbound Settings (V3) - Server Port Binding (Continued)Name DescriptionRetry Binding Interval The amount of time (i

Page 136

TABLE 46 Connectivity Map - Lower Layer Protocol (V3) (Continued)Name DescriptionEnd Data Character The second to the last envelope marker character i

Page 137 - Continued

TABLE 48 Connectivity Map - HL7v3 Transmission WrapperName DescriptionInteraction ID The identication of the unique information interchange. The attr

Page 138

TABLE 49 Connectivity Map - Communication Control (V3)Name DescriptionTime To Wait For AResponseThe amount of time (in milliseconds) that the adapter

Page 139

HL7 Recourse Action — TCP/IP HL7 V3 OutboundAdapterThe following table lists and describes the properties that appear on the HL7 Recourse Actionpage o

Page 140

Note – Throughout this document the term “JMS queue” is used in the generic sense andactually denotes JMS queues or topics.TCP/IP HL7 FeaturesThe TCP/

Page 141

TABLE 50 Connectivity Map - HL7 Recourse Action (V3) (Continued)Name DescriptionAction on Nak Received The action the adapter takes when it receives a

Page 142

Conguring Sun Adapter for TCP/IP HL7 EnvironmentPropertiesThe adapter environment conguration properties dene how the adapter connects to andintera

Page 143 - LASTUPDATEDTIME TIMESTAMP)

TCP/IP HL7 Inbound Adapter Environment PropertiesThe TCP/IP HL7 Adapter conguration parameters accessed from the Environment tree applyto both the in

Page 144

TABLE 52 Environment - HL7 Inbound Adapter - TCPIP Inbound SettingsName DescriptionSteady Pool Size An integer indicating the minimum number of messag

Page 145 - HL7 Query/Response

TABLE 53 Environment - HL7 Inbound Adapter - Sequence Number ProtocolName DescriptionSequence Number FileLocationThe location of the sequence number 

Page 146

HL7 Outbound Adapter - TCPIP Outbound SettingsThe following table lists and describes the properties that appear on the MDB Pool Setting pageof the Pr

Page 147

TABLE 56 Environment - HL7 Outbound Adapter - Connection Pool SettingsName DescriptionSteady Pool Size An integer indicating the minimum number of res

Page 148

TABLE 57 Environment - HL7 Outbound Adapter - Sequence Number ProtocolName DescriptionSequence Number FileLocationThe location of the sequence number

Page 149

Collaborations. Therefore, it is important to maintain the original predenedjcdHL7V3Inbound and jcdHL7V3Outbound Collaborations in their initial form

Page 150

Export the Project you want to copy:a. On the Projects window, right-click the Project to copy, click Export, and then click Project.The Export Manage

Modèles reliés Sun Adapter TCP

Commentaires sur ces manuels

Pas de commentaire