Initial commit

This commit is contained in:
NTllNzNiN2E2 2021-10-19 16:06:04 +08:00
parent 6bb6a05dbb
commit 95106ca833
1 changed files with 11 additions and 11 deletions

View File

@ -140,7 +140,7 @@ JSP新增了许多特性有助于轻松编写脚本和开发Web应用程序
功能模块的设计是整个系统设计的重要部分,它决定怎么实现系统的功能,不仅要求功能完善,而且还要界面友好,因此,对于一个成功的系统设计,功能模块的设计是关键。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/a558bafdc615f81798038f2c87f58cb6.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/a558bafdc615f81798038f2c87f58cb6.writebug)
## 3.1 数据库设计
@ -202,15 +202,15 @@ JSP新增了许多特性有助于轻松编写脚本和开发Web应用程序
用户身份包括的数据项用户身份ID号、用户身份名称其E-R图如图3-1所示
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/13ab05f45a70586323c5226f5d45bc0b.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/13ab05f45a70586323c5226f5d45bc0b.writebug)
用户登录信息包括的数据项有用户名称、用户密码、用户身份、用户登录次数其E-R图如图3-2所示
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/311e50cfa2f37abf26b4923999808698.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/311e50cfa2f37abf26b4923999808698.writebug)
用户登录日志信息包括的数据项有日志记录编号、用户编号、登录时间、离开时间其E-R图如图3-3所示
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/d0b0ec57f82f227b3b3600d6ef19c847.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/d0b0ec57f82f227b3b3600d6ef19c847.writebug)
## 3.6 建立数据表
@ -275,7 +275,7 @@ JSP新增了许多特性有助于轻松编写脚本和开发Web应用程序
**管理员登录**:包括用户名、密码 ,注册用户 界面图如图4-1所示
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/b87a2e85e1af0fbd98a2eed550274659.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/b87a2e85e1af0fbd98a2eed550274659.writebug)
**实现管理员登陆界面的部分代码如下**
@ -355,7 +355,7 @@ border=0>
**普通用户登录**只有合法的用户在输入正确的密码后方可进入系统否则将提示密码或用户名输入错误并询问用户是否重新输入界面图如图4-2所示
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/d5e4525fd4625b7ff32085f4bb98a0d8.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/d5e4525fd4625b7ff32085f4bb98a0d8.writebug)
**实现普通用户登录的部分代码如下**
@ -487,7 +487,7 @@ location.replace("/srykzsblmis/userinfo.jsp");
用户注册包括用户名、登录密码、密码确认界面图如4-3图所示
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/666a69826b11cdb44bdbd0ebaf90d8e7.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/666a69826b11cdb44bdbd0ebaf90d8e7.writebug)
**实现用户注册的部分代码如下**
@ -695,7 +695,7 @@ BODY {
系统管理模块是私人牙科诊所病例信息管理系统中一个基础的部分在本模块中包括管理员对自身密码的重新设置可以定时更换密码确保资料的安全同时还有登陆日志模块记录每一次登陆信息如果出现特殊情况可以查询登陆日志查询增加了系统的安全性和保密性便于控制和管理界面图如图4-4所示
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/463671bac1538c1f6d28f41bb11c2b5c.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/463671bac1538c1f6d28f41bb11c2b5c.writebug)
**实现系统界面的部分代码如下**
@ -752,19 +752,19 @@ BODY {
挂号管理模块是私人牙科诊所病例信息管理系统中一个部分本模块主要实现后台管理包括添加、删除、修改患者挂号添加功能如图4-5所示
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/a2093b737ebdd7e3f9f8a351dce3bd39.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/a2093b737ebdd7e3f9f8a351dce3bd39.writebug)
### 4.1.5病例管理模块
医生可以对病人病例信息进行管理在本模块中包括所有患者的信息的添加、删除、修改增加患者图如图4-6所示
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/af7d8817606e763d23f1e7bc8318b2dc.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/af7d8817606e763d23f1e7bc8318b2dc.writebug)
### 4.1.6 用户模块
用户可以预约就诊可以对个人信息进行管理可以查询病例信息同时可以与医生进行在线交流留言在本模块中包括所有添加、删除、修改、查询如图4-7所示
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/83a3db1b29a4cda857830eec0cbce363.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/83a3db1b29a4cda857830eec0cbce363.writebug)
# 5.系统调试与测试