Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在评估 WSO2 的 ESB,我看到您可以安装 HL7 功能来启用 HL7 传输。是否可以在使用该功能时指定版本?在我的应用程序的某个时刻,我必须区分 HL7 版本 3 和 HL7 版本 2.6。提前致谢
我们使用 Hapi 库作为我们的 HL7 解析器,它不支持 HL7V3 消息。因此,在 ESB 中它仅支持 2.x 版本..
WSO2 ESB 4.7.0 版支持 HL7 2.x 版标准。
谢谢。