{$cfg_webname}
主页 > 计算机 > Javaweb >

医院病例管理系统的设计与实现(SQLServer)(含录像)

来源:56doc.com  资料编号:5D11987 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D11987
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

医院病例管理系统的设计与实现(SQLServer)(含录像)(任务书,开题报告,中期检查表,外文翻译,毕业论文13000字,程序代码,SQLServer数据库,答辩PPT,答辩视频录像)
摘    要
病例管理系统是医院管理系统的重要组成,该系统的开发主要包括后台数据库的建立以及前台应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的数据库,而对于后者则要求具有齐全完善的应用程序功能,友好人性化的操作界面。该系统采用现代的办公自动化理念,面向中小型医院,实现无纸化办公,确保医疗单位在病例保管实现高效办公,规范管理。
本文针对电子病例的发展趋势,结合医院信息化技术,以B/S架构开发出电子病例网站,不需要在客户端安装程序,维护起来方便简洁。病例管理系统整体基于B/S(浏览器/服务器)模式,后台数据库选用SQL Server,使用JSP技术设计实现。实现了病例在保管中的周期过程,完成了从病人的注册到患者的就诊等一系列病例流程。简化了繁琐的手工操作,规范化整个病例处理流程,使得病例的流转更方便快捷。

关键字:病例管理,B/S,JSP

Abstract
Hospital medical records management system management system is an important component of the system mainly includes the establishment of database and application development front two. Request for the establishment of data consistency and integrity, data security, good database, and for the latter requires a complete comprehensive application functionality and friendly user-friendly interface. The system uses the modern concept of office automation, for small and medium hospitals realize the paperless office, to ensure that medical units working in the medical care of efficient, standardized management.
    In this paper, the development trend of electronic medical records, combined with the hospital information technology, to B / S framework for site development of electronic medical records, does not require client installation program, simple and easy to maintain it. Medical records management system as a whole based on B / S (Browser / Server) mode, background database selected SQL Server, designed and implemented using JSP technology. Achieved records in the custody of the cycle process, complete the registration from the patient to the treatment of patients with a series of medical procedures. Simplifies the tedious manual operation, standardized processes throughout the medical records, making more convenient and efficient transfer of medical records.

Keywords: medical management,B/S,JSP

根据本系统的需求,结合实际管理情况,本系统应用有如下功能模块:
用户信息管理:用户信息管理
新增病历:新增病历信息
管理病历信息:管理病历信息
查询病历信息:查询病历信息
存储及备份病例信息:存储及备份病例信息
 

医院病例管理系统的设计与实现(SQLServer)
医院病例管理系统的设计与实现(SQLServer)
医院病例管理系统的设计与实现(SQLServer)
医院病例管理系统的设计与实现(SQLServer)
医院病例管理系统的设计与实现(SQLServer)


目  录
1 引言    1
2 课题简介    2
2.1 课题背景    2
2.2 国内外研究现状    2
2.3 本课题研究的意义    2
3 编程环境基础知识    4
3.1 JSP介绍    4
3.2 JSP优点    4
3.3 SQL Server简介    5
3.4 “结构化查询语言”(SQL)简介    5
3.5 JDBC    6
4 需求分析    8
4.1 可行性研究    8
4.1.1 经济可行性    8
4.1.2 技术可行性    8
4.1.3 运行可行性    8
4.1.4 时间可行性    8
4.1.5 法律可行性    8
4.2 系统需求分析    9
4.3 研究目标    9
5 总体设计    11
5.1 系统设计方法三原则    11
5.2 系统设计的体系结构    11
5.3 系统功能设计    11
5.4 数据库综述    12
5.5 系统E-R图    12
5.6 数据模型    13
5.7 数据库表设计    13
6 系统界面展示     15
6.1 系统登录界面    15
6.2 修改密码    15
6.3 病人登记    16
6.4 病人就诊    16
6.5 查询病例    17
6.6 修改病例    17
7 系统调试与测试    18
7.1 程序调试    18
7.2 配置站点    18
7.2.1 JDK的安装和配置    18
7.3 程序的测试    18
7.3.1 测试的重要性及目的    18
7.3.2 测试的步骤    20
7.3.3 测试的主要内容    20
8结  论    22
参考文献    23
致  谢    37

推荐资料