温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,汇文网负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。
网站客服:3074922707
电子病历系统的设计与实现
软件工程专业
电子
病历
系统
设计
实现
软件工程
专业
电子病历系统的设计与实现
摘 要
随着医疗信息化水平的逐日提高,医院的不断发展与扩大,单纯采用纸张和卡片的一记录和存储方式,越来越不能满足医院病历的发展需求。所以医院电子病历系统便在这种大的发展趋势下所被提出来,以改变医院现有的管理模式,且提高医院的综合竞争力。由此可见医院电子病历的发展与建设,无疑是医院综合实力发展道路上的明智之举。本文以医院的电子病历工作站系统作为研究对象,通过软件开发工程的需求分析、总体设计、详细设计、功能实现与测试等流程,在开发技术榫架下,对医院的电子病历工作站系统进行设计与实现。
首先,进行系统的开发技术方案设计,介绍了研究的方法、关键技术与路线;进行医院电子病历系统的设计原则与分析;其次,分析了系统的建设内容需求,针对开发要求,分析医院电子病历系统的业务功能,设计了系统用户的用例图;随后,对系统进行总体设计,设计了总体架构,将架构功能分解,得到系统的应用架构、流程功能、网络结构的内容,接着设计了医院电子病历工作站软件的数据库,建立了各个主要的应用数据表,科学、合理地处理系统的数据存储方式与逻辑。最后,分析与设计了系统业务功能,面向设计与分析内容,编程实现电子病历工作站系统功能,根据业务需要设计功能模块为:医生工作站、护士工作站、系统模版,在环境下,编程实现了系统需求的各个功能,完成了电子病历系统的设计与实现。
该系统实现了网上协同管理,围绕着电子病历的浏览、查询、添加进行,维护医院电子病历数据及其它相关管理等功能,实现了电子病历管理的信息化与数字化,对医院实施的数字化的电子病历管理与规划,具有较好的实际价值。
关键词:电子病历;C/S架构;.Net
5
Abstract
With the daily improvement of the level of medical informatization, the continuous development and expansion of hospitals, the simple use of a record and storage method of paper and cards, is increasingly unable to meet the development needs of hospital medical records. Therefore, the hospital electronic medical record system was proposed under such a large development trend to change the existing management mode of the hospital and improve the comprehensive competitiveness of the hospital. This shows that the development and construction of hospital electronic medical records is undoubtedly a wise move on the road of comprehensive strength development of hospitals. This paper takes the hospital's electronic medical record workstation system as the research object, through the software development project demand analysis, overall design, detailed design, function realization and testing processes, under the development technology truss, the hospital's electronic medical record workstation system design and achieve.
Firstly, the system development technology design is introduced, the research methods, key technologies and routes are introduced; the design principles and analysis of the hospital electronic medical record system are carried out; secondly, the system construction content requirements are analyzed, and the hospital electronic medical records are analyzed according to the development requirements. The business function of the system is designed to use the use case diagram of the system user. Subsequently, the overall design of the system is designed, the overall architecture is designed, the architecture function is decomposed, the application structure, process function and network structure content of the system are obtained, and then the hospital electronics are designed. The database of the medical record workstation software establishes the main application data tables to scientifically and reasonably handle the data storage mode and logic of the system. Finally, the system business functions are analyzed and designed, designed and analyzed, and the functions of the electronic medical record workstation system are programmed. The functional modules are designed according to the business needs: doctor workstation, nurse workstation, system template. Under the environment, programming realizes the system requirements. The various functions have completed the design and implementation of the electronic medical record system.
The system realizes online collaborative management, around the browsing, querying and adding of electronic medical records, maintaining the electronic medical record data of hospitals and other related management functions, realizing the informationization and digitization of electronic medical record management, and the digital electronic implementation of hospitals. Medical record management and planning have good practical value.
Keywords: Electronic medical record; C/S architecture; .Net
工程硕士学位论文 电子病历系统的设计与实现
目 录
摘 要 I
ABSTRACT II
目 录 IV
1 绪论 1
1.1 研究背景与意义 1
1.2 国内外现状分析 3
1.2.1 国内发展概述及现状 3
1.2.2 国外发展概述及现状 4
1.3 论文拟解决问题 5
1.4 论文组织结构 5
2 电子病历系统关键技术 7
2.1 B/S结构与C/S结构 7
2.1.1 B/S结构 7
2.1.2 C/S结构 7
2.1.3 B/S结构与C/S结构的比较 8
2.2 .Net开发平台 8
2.3 SQL Server数据库 9
3 电子病历系统需求分析 10
3.1 电子病历概述 10
3.1.1 电子病历定义 10
3.1.2 电子病历系统业务分析 10
3.1.3 电子病历组成 11
3.2 系统可行性分析 11
3.2.1 技术可行性 11
3.2.2 经济可行性 11
3.3 系统功能需求分析 12
3.3.1 系统用户 12
3.3.2 系统功能 12
3. 4 系统非功能需求分析 15
3.4.1 易用性 15
3.4.2安全性 15
3.4.3可扩展性 15
3. 5 本章小结 15
4 电子病历系统设计 17
4.1 系统设计目标 17
4.2 系统设计原则 18
4.3 系统总体结构设计 18
4.3.1 系统架构设计 18
4.3.2 网络架构设计 19
4.4 系统功能设计 20
4.4.1 医生工作站 21
4.4.2 护士工作站 22
4.4.3系统模版管理 23
4.4.4 数据字典管理 24
4.4.5 电子病历管理 25
4.4.6 系统维护管理 26
4.5 系统业务流程设计 27
4.5.1 病历书写活动图 27
4.5.2 病历查看活动图 28
4.5.3 病历修改活动图 29
4.5.4 用户管理和权限分配活动图 30
4.6 数据库设计 31
4.6.1 数据库概念设计 32
4.6.2 数据库表结构设计 35
4.7 本章小结 37
5 电子病历系统实现 38
5.1 门诊病历书写功能 38
5.2 住院登记功能 38
5.3 护理记录功能 39
5.4 病区病房管理功能 40
5.5 药品字典管理功能 41
5.6本章小结 42
6 系统测试与验证 43
6.1 系统功能测试 43
6.1.1 测试方法 43
6.1.2 测试用例 43
6.2 系统性能测试 45
6.2.1 测试方法 45
6.2.1 测试用例 45
6.3 本章小结 46
7 总结和展望 47
7.1 论文总结 47
7.2 未来展望 47
致 谢 49
参考文献 50
1 绪论
1.1