简体   繁体   English

如何生成HL7消息?

[英]How to generate HL7 message?

我想使用python代码将患者的数据发送到dcm4chee,目前我可以使用“ MLLPClient”将数据发送到模态工作列表,但是我有openMRS生成的HL7消息,可以帮忙吗知道如何使用python(odoo)中的患者数据生成自定义HL7消息。

Maybe Hapi could help you: http://hl7api.sourceforge.net/hapi-testpanel/install.html . 也许Hapi可以为您提供帮助: http : //hl7api.sourceforge.net/hapi-testpanel/install.html It generates HL7 messages and I guess it could build hL7 messages with your own data. 它生成HL7消息,我猜它可以使用您自己的数据构建hL7消息。

Good luck! 祝好运!

Here is the blog which helps me to create HL7 message. 这是可以帮助我创建HL7消息的博客。

https://msarfati.wordpress.com/2015/06/22/python-hl7-v2-x-and-hl7apy-hl7-construction-with-ormo01-and-orur01-part-2/ https://msarfati.wordpress.com/2015/06/22/python-hl7-v2-x-and-hl7apy-hl7-construction-with-ormo01-and-orur01-part-2/

In this blog the given code for OBR segment, You need to do: OrderDetailGroup before adding and populating the OBR segment. 在此博客中,为OBR段提供了给定的代码,您需要执行以下操作:在添加和填充OBR段之前,使用OrderDetailGroup。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM