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

基于最佳业务流程实践的医院门诊系统(SSH,MySQL)

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

基于最佳业务流程实践的医院门诊系统(SSH,MySQL)(任务书,开题报告,外文翻译,毕业论文10000字,程序代码,MySQL数据库)
摘  要
科技的发展为医疗事业带来了极大的便利。基于最佳业务流程实践的医院门诊系统将以医院的门诊管理为出发点,提高患者就诊的效率,减少医生的工作量,提升医院的工作效率。患者通过该系统在网上注册自己的就诊卡后,可以根据自己的时间选择预约相关科室以及相应的医生,确认提交后,就完成了预约挂号,患者只需要按照自己预约的时间前往医院就诊。而在就诊时,也可以自动实现划价功能,并从患者的就诊卡中扣除所需费用,简化了患者就诊流程,减少了患者的就诊时间。
我在熟悉了医院门诊系统基本流程的前提下,结合MIS系统开发的基本原则和方法对该系统进行开发。该论文首先介绍基于最佳业务流程实践的医院门诊系统的研究现状及所使用的技术,然后介绍了系统的概要设计以及详细设计,最终对系统进行了测试与总结。
在实际的系统使用过程中,基于最佳业务流程实践的医院门诊系统明显提高了挂号以及就诊的效率,使患者就诊过程变得更为方便与快捷,减少了以往在就诊时患者与医生的流程,使得患者能够尽快地完成就诊。
关键字: 医院门诊;业务流程实践;Java;数据库

Abstract
The development of science and technology has brought great convenience to the medical cause. The hospital outpatient service system based on the best business process practice will take the outpatient service management of the hospital as the starting point, improve the efficiency of patient visits, reduce the workload of doctors, and improve the work efficiency of the hospital. After the patient registers his/her medical card online through the system, he/she can select relevant departments and corresponding doctors according to his/her own time. After confirming the submission, he/she completes the appointment registration. The patient only needs to go to the hospital according to his/her appointment time. However, in the process of medical treatment, the pricing function can also be automatically realized, and the required expenses are deducted from the patient's medical card, thus simplifying the patient's medical treatment process and reducing the patient's medical treatment time.
 On the premise that I am familiar with the basic process of the hospital outpatient service system, I developed the MIS system in combination with the basic principles and methods of the system development. This paper first introduces the research status and technology of hospital outpatient system based on best business process practice, then introduces the general design and detailed design of the system, and finally tests and summarizes the system.
 In the actual use of the system, the hospital outpatient service system based on the best business process practice obviously improves the efficiency of registration and treatment, makes the patient treatment process more convenient and fast, reduces the process of patients and doctors in the past, and enables patients to complete treatment as soon as possible.
 Key words: hospital outpatient service; Business process practice; Java; Database                        
 
在基于最佳业务流程实践的医院门诊系统中,系统所包含的角色结构主要由患者角色,医生角色,以及管理员角色等以上三个角色所组成。角色所包含的职能及应完成的任务如下:
(1)患者角色:患者注册就诊卡后,可以查看及修改自己的个人信息以及对就诊卡的余额进行充值,并能够根据自身病情选择相应的科室进行预约挂号操作;患者在就诊结束后还可以对自己的病历进行查询。
(2)医生角色:医生登录系统后,可以查看自己的个人信息,查询自己被预约的记录,选择是否接受预约,在对患者进行诊断时可以添加或修改患者的病历。
(3)管理员角色:管理员可以在系统中对门诊排班信息以及医生信息进行管理。
 

基于最佳业务流程实践的医院门诊系统(SSH,MySQL)
基于最佳业务流程实践的医院门诊系统(SSH,MySQL)
基于最佳业务流程实践的医院门诊系统(SSH,MySQL)
基于最佳业务流程实践的医院门诊系统(SSH,MySQL)


目录
第1章 绪  论    1
1.1 研究背景    1
1.2 研究现状    1
1.3 研究意义    1
第2章 系统的总体分析    2
2.1 开发环境    2
2.2 可行性分析    2
2.2.1 技术可行性    2
2.2.2 经济可行性    2
2.2.3 操作可行性    3
2.3 需求分析    3
2.4 系统角色结构分析    3
2.5 业务流程分析    4
2.6 数据流程分析    6
第3章 系统概要设计    9
3.1 系统模块设计    9
3.2 数据库设计    10
3.2.1 数据库分析    10
3.2.2 数据库概念结构设计    10
3.2.3 数据库逻辑结构设计    13
3.3输入输出设计    17
第4章 系统的详细设计    20
4.1 患者注册登录模块    20
4.2 患者预约模块    20
4.3 患者病历查询模块    21
4.4患者个人信息模块    21
4.5患者充值模块    21
4.6修改密码模块    22
4.7病历管理模块    22
4.8查看预约模块    23
4.9医生信息管理模块    23
4.10门诊排班管理模块    24
第5章  系统测试    25
5.1 测试概述    25
5.2 测试用例    25
5.2.1 患者注册模块测试    25
5.2.2医生信息管理测试    26
5.2.3 预约管理模块测试    27
5.2.4 病历管理模块测试    27
5.3测试总结    28
第6章  结论    29
6.1 全文总结    29
6.2 研究展望    29
参考文献    30
致  谢    31

推荐资料