RIS安装(6)_安装 HL7接口(二)(选装)
系列目录:
一、服务汇总:
4、OtherServices 其他服务汇总
4.1.BY.HL7.Manager 消息管理工具
4.2 RIS.HL7.ExamItemServiceFrm 基础数据同步服务(检查类型,检查部位,检查项目等)
4.3 SenderTool 消息发送测试工具
4.4 SetNullPlaordNumQueue 手工单数据任务生成工具
4.5 ReportToHisServiceFrm 正常数据任务生成服务
二、安装服务
4.1.BY.HL7.Manager 消息管理工具
1、文件说明:主要修改目录中的:BY.HL7.Manager.exe.config文件
2配置文件BY.HL7.Manager.exe.config修改说明:
修改数据库连接对象:
<connectionStrings>
<add name="DefaultDB"
connectionString="Password=XXXX;Persist Security Info=True;User ID=xx;Initial Catalog=接口库;Data Source=127.0.0.1" providerName="System.Data.SqlClient" />
</connectionStrings>
3、运行:BY.HL7.Manager.exe,查询,查看对应数据
4.2.RIS.HL7.ExamItemServiceFrm 基础数据同步服务(检查类型,检查部位,检查项目等)
特别说明:当前服务需要数据匹配后设备类型才可以配置启动(说三遍,三遍,三遍)先不要启动
1、文件说明:主要修改目录中的:BY.HL7.Manager.exe.config文件
2配置文件BY.HL7.Manager.exe.config修改说明:
修改数据库连接对象:
<connectionStrings>
<add name="RisConn"
connectionString="Password=XXXX;Persist Security Info=True;User ID=xx;Initial Catalog=接口库;Data Source=127.0.0.1" providerName="System.Data.SqlClient" />
</connectionStrings>
3、运行:RIS.HL7.ExamItemServiceFrm,系统会自动最小化在右下角
双击对应查看程序
4.3 SenderTool 消息发送测试工具
当前工具不需要安装,测试接收服务是否启动成功工具:操作方法 输入ip和配置的端口,录入数据,点击【测试】
如果拒绝,就是接收服务启动失败:重启接收服务
4.4 SetNullPlaordNumQueue 手工单数据任务生成工具
1、文件说明:主要修改目录中的:SetNullPlaordNumQueue.exe.config文件
2配置文件SetNullPlaordNumQueue.exe.config修改说明:
修改数据库连接对象:
<connectionStrings>
<add name="DefaultDB"
connectionString="Password=XXXX;Persist Security Info=True;User ID=xx;Initial Catalog=接口库;Data Source=127.0.0.1" providerName="System.Data.SqlClient" />
</connectionStrings>
3、运行:BY.HL7.Manager.exe,查询,查看对应数据
4.5 ReportToHisServiceFrm 正常数据任务生成服务
1、文件说明:主要修改目录中的:ReportToHisServiceFrm.exe.config文件
2配置文件ReportToHisServiceFrm.exe.config修改说明:
修改数据库连接对象:
<connectionStrings>
<!--RIS数据库链接字符串-->
<add name="RisConn" connectionString="Server=127.0.0.1;Database=ris库;user id=sa;password=xxxxx"/>
<!--体检数据库链接字符串-->
<add name="HisConn" connectionString="Server=127.0.0.1;Database=接口库;user id=sa;password=xxxxx"/>
</connectionStrings>
3、运行:ReportToHisServiceFrm.exe,系统会自动最小化在右下角
双击对应查看程序
系列目录: