本科毕业设计
大学生健康管理系统
院 系:
姓 名:xxx
学 号:xxxxxxxxxx
专 业:
年 级:xxxx 级
指导教师:
职 称:
完成日期:xxxx 年 xx 月
摘 要
本论文主要论述了如何使用 net 语言开发一个大学生健康管理系统,本系统将严
格按照软件开发流程进行各个阶段的工作,采用 net 语言、SQL Server 数据库,面向
对象编程思想进行项目开发。在引言中,我将论述大学生健康管理系统的当前背景以
及系统开发的目的,后续章节将严格按照软件开发流程,对系统进行各个阶段分析设
计。
大学生健康管理系统的主要使用者分为管理员和用户,实现功能包括管理员:个
人中心、用户管理、个人基础健康管理、疫情打卡管理、心理健康管理、体检信息管
理、体测管理、系统管理;用户前台:首页、个人基础健康、疫情打卡、心理健康、
体检信息、体检、公告、个人中心、后台管理;个人中心、个人基础健康管理、疫情
打卡管理、心理健康管理、体测管理等功能。由于本网站的功能模块设计比较全面,
所以使得整个大学生健康管理系统信息管理的过程得以实现。
本系统的使用可以实现本大学生健康管理系统管理的信息化,可以方便管理员进
行更加方便快捷的管理,可以提高管理人员的工作效率。
关键词:大学生健康管理系统 net 语言;SQL Server 数据库;
Abstract
This paper mainly discusses how to use net language to develop a university student
health management system, this system will strictly follow the software development
process to carry out each stage of the work, using net language, SQL Server database,
object-oriented programming ideas for project development. In the introduction, I will
discuss the current background of the health management system for college students and
the purpose of the system development. The following chapters will strictly follow the
software development process to analyze and design each stage of the system.
The main users of the health management system for college students are divided into
administrators and users. The functions include administrator: personal center, user
management, personal basic health management, epidemic situation card management,
mental health management, physical examination information management, system
management; user front desk: home page, personal basic health, epidemic card typing,
mental health, physical examination information, physical examination information,
announcement, personal center, background management; personal center, personal basic
health management, epidemic card management, mental health management, physical test
management and other functions. Because the function module of this website is designed
comprehensively, the information management process of the whole university student
health management system can be realized.
The use of this system can realize the information of the management of the university
student health management system, can facilitate the administrator to carry on the more
convenient and quick management, can improve the management staff's work efficiency.
Key words: net language of university student health management system; SQL
Server database
目 录
摘 要 .................................................................................................................................I
目 录 ................................................................................................................................2
1 绪论 ..............................................................................................................................3
1.1 研究背景 ...........................................................................................................3
1.2 研究现状 ............................................................................................................4
1.3 研究内容 ............................................................................................................4
2 系统关键技术 ..............................................................................................................6
2.1 ASP.NET 框架 ...................................................................................................6
2.2 B/S 架构 ...........................................................................................................6
2.3 数据库技术 ......................................................................................................7
3 系统分析 ......................................................................................................................8
3.1 可行性分析 .......................................................................................................8
3.1.1 技术可行性 ..........................................................................................8
3.1.2 经济可行性 .............................................................................................8
3.1.3 操作可行性 .............................................................................................8
3.2 系统性能分析 ...................................................................................................8
3.3 系统流程分析 ....................................................................................................9
3.3.1 登录流程 .................................................................................................9
3.3.2 注册流程 .................................................................................................9
3.3.3 添加信息流程 .......................................................................................10
3.3.4 删除信息流程 .......................................................................................10
4 系统设计 ..................................................................................................................12
4.1 系统概要设计 ..................................................................................................12
4.2 系统结构设计 ..................................................................................................12
4.3 系统顺序图设计 ..............................................................................................13
4.3.1 登录模块顺序图 ...................................................................................13
4.3.2 添加信息模块顺序图 ...........................................................................13
4.4 数据库设计 ......................................................................................................14
4.4.1 数据库 E-R 图设计...............................................................................14
4.4.2 数据库表设计 .......................................................................................15
第 5 章 系统详细设计 ..................................................................................................19
5.1 前台功能模块 .................................................................................................19
5.2 用户后台功能模块 .........................................................................................22
5.3 管理员功能模块 .............................................................................................24
6 系统测试 ....................................................................................................................28
6.1 测试定义 ........................................................................................................28
6.2 测试目的 ........................................................................................................28
6.3 测试方案 .........................................................................................................29
(1)模块测试 ..............................................................................................29
(2)集成测试: ..........................................................................................29
(3)验收测试: ..........................................................................................30
6.4 系统分析 .........................................................................................................31
7 结论 ............................................................................................................................32
参考文献 ........................................................................................................................33
谢辞 ................................................................................................................................33