java医生诊疗信息管理系统的设计与实现

系统的开发采用Java编程语言,在MyEclipse2014开发平台上结合MySQL数据库,设计出合适的操作页面,满足医院管理员和医生用户在信息管理方面的不同的功能需求。


摘要:本系统采用MVC框架,从医生诊疗信息管理系统的实际出发,主要完成管理员信息的管理,医院里面科室信息的管理,疾病信息的管理,医生基本信息的管理,医生技术专长信息的管理以及诊疗处方信息的管理等功能模块。本文详细介绍了系统分析,总体设计,详细设计,系统测试等,并结合相关的图表进行说明。系统的开发采用Java编程语言,在MyEclipse2014开发平台上结合MySQL数据库,设计出合适的操作页面,满足医院管理员和医生用户在信息管理方面的不同的功能需求。但是本系统比较简洁,需要多去医院实地考察,多去了解各种医生诊疗信息管理系统,不断学习,不断去完善系统。

该论文有图25幅,表11个,参考文献20篇。

关键词:MVCJavaMyEclipseMySQL

the Design and Implementation of Medical Information Management System for Doctors

Abstract:This system adopts the MVC framework, starting from the actual situation of the doctor's information management system, it mainly includes the management of the administrator information, the management of the hospital's department information, the management of the disease information, the management of the doctor's basic information, the management of the doctor's technical expertise, the management of the prescription information and other functional modules. This article describes the system analysis, overall design, detailed design, system testing and so on in detail, and combined with related charts to illustrate. The development of the system adopts Java programming language, combines MySQL database on MyEclipse2014 development platform, designs suitable operation page, and meets different functional requirements of administrators and doctors in information management. However, this system is relatively simple, requiring more visits to hospitals, more information about various medical information management systems, continuous learning, and continuous improvement of the system.

The paper has 25 figures, 11 tables and 20 references.

Key Words: MVC  Java  MyEclipse  MySQL

目录

摘要 I

Abstract II

目录 III

图清单 V

表清单 VI

1绪论 1

1.1课题背景 1

1.2研究现状 1

1.3研究意义 1

1.4研究目标 2

2系统分析 3

2.1可行性分析 3

2.2需求分析 3

2.3数据流程分析 5

2.4数据字典 6

3.总体设计 9

3.1系统目标 9

3.2系统功能结构设计 9

3.3处理流程设计 10

3.4数据库设计 14

4详细设计 18

4.1系统登录功能 18

4.2基本信息管理模块 18

4.3用户信息管理模块 21

4.4诊疗处方信息提交 21

4.5诊疗处方信息查询 22

5系统测试 23

5.1测试目的 23

5.2功能测试 23

5.3测试结果 25

6.结论 26

参考文献 27

致谢 29

图清单

图序号 图名称 页码

图2-1 医生诊疗信息管理系统顶层数据流图 5

图2-2 医生诊疗信息管理系统第一层数据流图 6

图3-1 系统功能模块图 9

图3-2 系统操作流程图 10

图3-3 数据增加流程图 11

图3-4 数据修改流程图 12

图3-5

数据删除流程图 13

图3-6 数据查询流程图 13

图3-7 医生诊疗信息管理系统E-R图 14

图3-8 管理员信息数据库截图 15

图3-9 医院科室信息数据库截图 15

图3-10 医生基本信息数据库截图 16

图3-11 诊疗处方信息数据库截图 16

图3-12 疾病信息数据库截图 17

图3-13 医生技术专长信息数据库截图 17

图4-1 医生诊疗信息管理系统登录界面 18

图4-2 医生技术专长信息管理界面 19

图4-3 医生基本信息管理界面 21

图4-4 诊疗处方信息提交界面 21

图4-5 诊疗处方信息查看界面 22

图5-1 管理员登录测试用例图 23