IHE给出了各个Actor之间如何通讯的建议:
1. 应用程序通讯时必须用MLLP包装或者解析。
2. 客户端建立连接后,服务器端必须用此连接进行应答。客户端可以继续用此连接启动新事务
原文如下:
1. Applications shall use the Minimal Lower Layer Protocol defined in Appendix C of the
HL7 Implementation Guide.
2. An initiating application that wants to send a message (initiate a transaction) will
initiate a network connection to start the transaction. The receiver application will
respond with an acknowledgement or response to query over the open connection. The
initiating application can initiate a new transaction on the same connection. However,
the initiating application must be able to handle cases where the connection has been
closed due to possible timeout by the accepting application. For example if the
initiating application does not submit a request over the connection in a timely manner,
the accepting application has the right to close the connection. When this condition is
detected, the initiating application needs to open a new connection for subsequent
[...] 表示“可选”
{…}表示“可重复”
[{…}] 表示“可选,且可重复”