设计题目:疫苗发布和接种预约系统
I
摘 要
如今的时代,是有史以来最好的时代,随着计算机的发展到现在的移动终端
的发展,国内目前信息技术已经在世界上遥遥领先,让人们感觉到处于信息大爆
炸的社会。信息时代的信息处理肯定不能用之前的手工处理这样的解决方法,必
须采用计算机来处理这些信息,因为传统方法对应计算机处理的信息效率上真的
相差甚远。
本次使用 Java 技术开发的疫苗发布和接种预约系统,就是运用计算机来管
理疫苗接种预约信息,该系统是可以实现论坛管理,公告信息管理,疫苗信息管
理,医生管理,医院信息管理,用户管理,预约接种管理等功能。
疫苗发布和接种预约系统使用计算机处理相关信息,主要是在数据的传输上
能达到即可传递,数据不管是想要获取或者输入,都可以及时反馈,极大的提高
了效率,使用的 MySQL 数据库也能让数据更能安全的存储。
关键词:疫苗发布和接种预约系统;疫苗信息;预约接种
II
Abstract
Today's era is the best era in history. With the development of computers and the
development of mobile terminals, China's current information technology has been far
ahead in the world, making people feel that they are in a society with an explosion of
information. Information processing in the information age must not use the previous
solution of manual processing. Computers must be used to process these information,
because the information efficiency of traditional methods corresponding to computer
processing is really far away.
The vaccine release and vaccination reservation system developed using Java
technology this time uses computers to manage vaccination reservation information.
This system can realize forum management, announcement information management,
vaccine information management, doctor management, hospital information
management, and user management. Appointment vaccination management and other
functions.
The vaccine release and vaccination reservation system uses computers to
process relevant information, mainly in the transmission of data that can be delivered.
Whether the data is to be obtained or input, it can be fed back in time, which greatly
improves the efficiency. The MySQL database used It also allows data to be stored
more securely.
Key Words : Vaccine release and vaccination appointment system; vaccine
information; appointment vaccination
III
目 录
摘 要 ................................................I
ABSTRACT .............................................II
第一章 绪论 ...........................................1
1.1 研究背景 .........................................................................................................1
1.2 研究意义 .........................................................................................................1
1.3 研究内容 .........................................................................................................2
第二章 开发环境与技术 .................................3
2.1 JAVA 语言 .........................................................................................................3
2.2 JDK 简介..........................................................................................................3
2.3 ECLIPSE 开发工具 ............................................................................................4
第三章 系统分析 .......................................5
3.1 可行性分析 ......................................................................................................5
3.1.1 运行可行性分析 ...................................................................................5
3.1.2 技术可行性分析 ...................................................................................5
3.1.3 经济可行性分析 ...................................................................................5
3.2 系统流程分析 ..................................................................................................6
3.3 系统性能分析 .................................................................................................8
3.3.1 系统的安全性 .......................................................................................8
3.3.2 系统易维护性 .......................................................................................8
3.3.3 系统可扩展性 .......................................................................................8
3.4 系统功能分析 ..................................................................................................9
第四章 系统设计 ......................................13
4.1 界面设计原则 ................................................................................................13
4.2 功能模块设计 ................................................................................................13
4.3 数据库设计 ....................................................................................................16
4.3.1 数据库 E-R 图.....................................................................................16
4.3.2 数据库表结构 ....................................................................................19
第五章 系统实现 ......................................23
5.1 管理员功能实现 ...........................................................................................23
5.1.1 疫苗信息管理 ....................................................................................23
5.1.2 医院信息管理 ....................................................................................23
5.1.3 医生管理 ............................................................................................24
5.2 医生功能实现 ...............................................................................................24
IV
5.2.1 预约接种管理 ....................................................................................24
5.2.2 疫苗信息查看 ....................................................................................25
5.2.3 医院信息查看 ....................................................................................25
5.3 用户功能实现 ...............................................................................................26
5.3.1 在线论坛 ............................................................................................26
5.3.2 疫苗信息 ............................................................................................27
5.3.3 医院信息 ............................................................................................27
第六章 系统测试 ......................................28
6.1 测试方案 .......................................................................................................28
6.2 系统测试用例 ...............................................................................................30
6.2.1 登录功能测试 ....................................................................................30
6.2.2 注册功能测试 ....................................................................................30
6.3 测试的结果 ...................................................................................................31
结 论 ...............................................32
参考文献 .............................................33
致 谢 ...............................................34