2) 本产品是基于微服务的思想打造的架构,但是代码结构比较耦合,所以下一步会在WebService相关机制中研究分布式系统相关的架构解耦方面进行设计。
摘要: 随着信息技术的快速发展,互联网已经开始渗透到了各行各业;由此兴起了相当多数量的互联网企业为教育,医疗,银行等大规模机构实行无纸化,高效率的办公方式。为了在竞争激烈的行业中脱颖而出,企业对自身的信息系统进行了异构软、硬平台,形成了异构数据源。学校,医院等需要依靠信息系统进行管理维护的机构,为了便于统一管理,首先需要解决“信息孤岛”的问题,使得其系统是绝对孤立的(确保安全性),但是数据是相互关联,能够协调工作的。本文分析了数字化医疗作为一种准确,迅速,高效的现代化管理手段,根据医疗行业信息系统的特性,并对主流的信息系统间数据同步进行研究和实现,提出了一套完整的适用于医院数据同步实现医护通过电子信息化对患者进行高效及优质服务体验。
关键词: 医疗;同步;Lis;His;Cis;Pacs;C#;
Implementation of webservice data synchronization program for bedside intelligent interactive system
Abstract: With the rapid development of information technology, the Internet has begun to penetrate into all walks of life; thus, a considerable number of Internet companies have emerged to implement paperless and efficient office systems for large-scale institutions such as education, medical care, and banking. In order to stand out in the fiercely competitive industry, companies have made heterogeneous hardware and software platforms for their own information systems and formed heterogeneous data sources. Schools, hospitals, and other organizations that rely on information systems for management and maintenance, in order to facilitate unified management, first of all need to solve the problem of "information isolated islands", making its system absolutely isolated (to ensure security), but the data is interrelated and can be coordinated work. This article analyzes the digital medical service as an accurate, rapid and efficient modern management method. According to the characteristics of the medical industry information system, it studies and implements the data synchronization among the mainstream information systems, and proposes a complete set of data applicable to hospitals. Simultaneous realization of medical care through the electronic information for patients with efficient and quality service experience.
Keywords: Medical treatment; synchronization;Lis;His;Cis;Pacs;C#;
目录
摘要 ii
Abstract ii
目录 iii
1 绪论 5
1.1 课题背景 6
1.2 研究现状 6
2 智慧医疗信息数据同步入口 9
2.1 医疗信息化系统 9
2.2 医院信息管理系统(HOSPITAL INFORMATION SYSTEM) 9
2.2.1 药品库管理系统 9
2.2.2 门诊挂号收费系统 9
2.2.3 入院/出院病人管理系统 9
2.2.4 费用明细管理系统 9
2.2.5 院内人事管理系统 10
2.3 临床信息系统(CLIMCAL INFORMATION SYSTEM) 10
2.3.1 电子病历(Electronic Patient Record,EPR) 10
2.3.2 护士站护理信息管理系统(Nursing Information System,NIS) 10
2.3.3 临床监护系统 10
2.3.4 HIS与CIS的区别 11
2.4 实验室管理系统(LABORATORY INFORMATION SYSTEM) 11
2.4.1 检验管理系统 11
2.4.2 质量控制系统 11
2.4.3 试剂管理系统 11
2.5 图像存档与传输系统(PICTURE ARCHIVING AND COMMUNICATION SYSTEM) 12
3 床旁智能交互系统 14
3.1 产品定位 14
3.2 总体技术架构 14
3.3 应用模块组成 14
3.3.1 患者交互信息系统 15
3.3.2 医疗服务整合平台 16
4 Webservice接口同步方案 18
4.1 配置基础硬件环境 18
4.2 配置基础软件环境 19
4.3 网络连接 19
4.4 内外网部署 20
4.5 系统安全设计 20
4.6 MYSQL数据库 20
4.7 接口同步 21
4.7.1 WebService可维护性需求 21