简体   繁体   English

从点网应用程序向HL连接发送HL消息

[英]Sending the HL message from dot net application to mirth connect

I want to connect Mirth application to our dot net application to send HL7 message.I am using windows 7 32 Bit and mirth v 3.4.2.8129 . 我想将Mirth应用程序连接到我们的点网应用程序以发送HL7消息。我正在使用Windows 7 32 Bit and mirth v 3.4.2.8129。 I have connected the mirth application using TCP and Port Number but when we send the data to mirth connect then its not visible in mirth connect and also does not show any error in connectivity Please tell me required setting to be done in Mirth connect and our Dot net application 我已经使用TCP和端口号连接了mirth应用程序,但是当我们将数据发送到mirth connect时,它在mirth connect中不可见,并且在连接中也没有显示任何错误。请告诉我在Mirth connect和我们的Dot中必须进行的设置网络应用

You probably need to config your .net app to use MLLP for HL7 . 您可能需要配置.net应用程序以将MLLP用于HL7。 I'm not sure how to do that. 我不确定该怎么做。 Then configure Mirth Connect as a TCP listener as source. 然后将Mirth Connect配置为TCP侦听器作为源。

When sending TCP/IP messages make sure your message contains the proper HL7 Transports otherwise Mirth might think the message isn't complete and is listening for more data. 在发送TCP / IP消息时,请确保您的消息包含正确的HL7传输,否则Mirth可能会认为该消息不完整,正在侦听更多数据。 Make sure the message has a vertical tab (0x0B) before the MSH Segment followed by a trailing field separator (0x1C) and carriage return (0x0D) after the last segment. 确保消息在MSH段之前具有垂直制表符(0x0B),后跟尾随字段分隔符(0x1C),在最后一段之后具有回车符(0x0D)。

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

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