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

requests.

在实现消息解析时, 请参考IHE_ITI_TF_Rev8-0_Vol2a_FT_2011-08-19 的3.8, 3.9,3.10 以及IHE_ITI_TF_Rev8-0_Vol2x_FT_2011-08-19的 Appendix C
有必选 Segment,以及每个Segment 必选element, 其中
R Required
R2 This is an IHE extension. If the sending application has data for the field, it is required to populate the field. If the value is not known, the field may not be sent.
R+ This is an IHE extension. This is a field that IHE requires that was listed as optional within the HL7 standard.
O Optional
C Conditional
总共是 8个必选Segment , 但是对于具体事务有些 Segment可以不关心,比如Feed不太关心 PV1.

[...] 表示“可选”

{…}表示“可重复”

[{…}] 表示“可选,且可重复”


PIX总共包括3个事务:Feed,Query,Update,HL7版本分别为v2.3.1, V2.5, v2.5.
Feed包括:A01,A04,A05,A08。MessageType为ADT,A01-A08, ADT_A01. 以及A40,MessageType为ADT,A40, ADT_A39
Query包括:Q23,K23
Update: A31

在PIX中需要对域进行配置, 有几个概念需要澄清。
病人标识源: 就是ADT消息的SendingApplication字段。
病人标识域:
病人交叉索引域: 

最新文章

  1. Android—万能ListView适配器
  2. 实现一个纵向排列的 ListBox ,并具有操作按钮
  3. iOS 10 UserNotifications 使用说明
  4. pwnable echo1
  5. 改变BootStrap主题颜色
  6. android SDK安装容易出错的原因
  7. Web前端相关
  8. 搭建高性能计算环境(二)、远程登录Linux服务器
  9. PHP strlen() 函数
  10. php查询ip地址来源归属地的脚本
  11. TOP命令解析
  12. 集成ejs和angular
  13. Ext实现简单计算器
  14. jsp自定义函数库
  15. JavaSE(十二)之IO流的字节流(一)
  16. ElasticSearch之 控制相关度原理讲解
  17. Java基本语法-----java常量
  18. 【Pattern】-NO.150.Pattern.1 -【Pattern UML】
  19. alpha冲刺6/10
  20. git链接到远程github上

热门文章

  1. Appium python Uiautomator2 多进程问题
  2. 开始使用gradle
  3. 两个DataGridEHToExcel
  4. COGS1752. [BOI2007]摩基亚Mokia
  5. Python中属性
  6. 我的Android进阶之旅------>Android实现音乐示波器、均衡器、重低音和音场功能
  7. 新版本ADT创建Android项目无法自动生成R文件解决办法
  8. python cookbook第三版学习笔记十一:类和对象(二)调用父类的方法
  9. 转换(旋转)transform
  10. opencv操作相机相关函数