如何在使用mirth connect时更改FHIR Listener中的HTTP URL? [英] How to change HTTP URL in FHIR Listener while using mirth connect?

查看:686
本文介绍了如何在使用mirth connect时更改FHIR Listener中的HTTP URL?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在欢乐连接中使用 FHIR侦听器扩展。我想使用示例FHIR服务器来测试该过程,但我无法更改 FHIR侦听器设置中的 HTTP URL 。有什么方法可以改变吗?

I am trying to use the FHIR Listener extension in mirth connect. I want to use a sample FHIR server to test the process but i am not able to change the HTTP URL in FHIR Listener Settings. Is there any way I can change that?

推荐答案

我们无法更改HTTP网址或FHIR监听网址的网址。它将始终保持localhost。如果您尝试从任何测试服务器读取示例数据,请尝试如下:

We cannot change the URL of either HTTP url or FHIR listener url. It will always remain localhost. If you are trying read a sample data from the any test server try as below:


  • 转到HTTP发件人

  • 选择GET并粘贴网址测试连接。

  • 部署频道并发送一些RAW数据,如果您的网址正确,您将获得Mirth的响应。

  • 在目的地下导航到EDIT RESPONSE部分并键入以下内容以使用响应并打印它(或)操纵响应。

  • Go to the HTTP sender
  • select GET and paste the URL there test the connection.
  • deploy the channel and send some RAW data if your URL is correct you will get the response in Mirth.
  • In destination under navigate to "EDIT RESPONSE" portion and type the following to consume the response and print it (or) manipulate the response.

  var ResponseMessage = response.getMessage();
 logger.info(ResponseMessage)


这篇关于如何在使用mirth connect时更改FHIR Listener中的HTTP URL?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆