Skip to content

Commit

Permalink
add introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
wwzhuang01 committed Dec 31, 2022
1 parent 0ae1275 commit ee1271f
Show file tree
Hide file tree
Showing 27 changed files with 98 additions and 6 deletions.
104 changes: 98 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,104 @@
5. 可以实现患者注册、登录功能。
6. 在线挂号支付。

## 演示视频
<!-- mp4格式 -->
<video width="480" height="270" id="video" controls="" preload="none" poster="report/poster.png">
<source id="mp4" src="https://github.com/Anwen-zww/CSU_Android_Hospital/report/PalmHospital.mp4" type="video/mp4">
</videos>
## 演示动画
<img src="report/PalmHospital.gif">

## 运行结果

#### 1、 启动页面

启动程序,进入启动页面:上面含有程序应用名称、应用logo。用户点击左上角“跳过”或等待3s自动跳过,直接进入登录页面。

![image-20221231140714678](images/image-20221231140714678.png)


#### 2、 登录页面

之后进入登录页面:

![image-20221231140728266](images/image-20221231140728266.png)

当用户输入的信息不完整时,提示“账号或密码不能为空”

![image-20221231140733071](images/image-20221231140733071.png)

当输入的账号或密码有误时,提示信息如下:

![image-20221231140901327](images/image-20221231140901327.png)

当输入信息正确时,提示信息如下,并跳转到用户首页。

![image-20221231140909300](images/image-20221231140909300.png)

在登录页面中,点击下方的“注册账号”,可进入注册界面。

![image-20221231140921971](images/image-20221231140921971.png)

#### 3、 注册页面

用户信息输入不完整时,提示信息如下:

![image-20221231140928875](images/image-20221231140928875.png)

用户输入的两次密码不相同时,提示信息如下:

![image-20221231140932185](images/image-20221231140932185.png)

当用户输入的账号已经被注册时,提示信息如下:

![image-20221231140935985](images/image-20221231140935985.png)

当以上情况均不存在时,注册成功,提示如下,并跳转到登录界面:

![image-20221231140945834](images/image-20221231140945834.png)

当用户已经注册过,可点击下方的“已经注册?直接登录”,直接跳转到登录界面。

#### 4、 用户首页

用户首页包含上方的简单欢迎语与下方的三个功能,点击按钮,即可实现对应的功能。

![image-20221231141041449](images/image-20221231141041449.png)

#### 5、 预约挂号

呈现所有的科室,供用户选择。

![image-20221231141051149](images/image-20221231141051149.png)



点击具体的科室之后,呈现该科室所有的值班医生。如下图,左边为皮肤科,右边为肠胃科:

![image-20221231141059854](images/image-20221231141059854.png)![image-20221231141103426](images/image-20221231141103426.png)

点击医生的信息,进入医生的详情介绍页:

![image-20221231141109028](images/image-20221231141109028.png)

点击右边的预约按钮,查看该医生所有的排班情况:

![image-20221231141112228](images/image-20221231141112228.png)



点击具体的某一排班,进入预约信息确认界面:

![image-20221231141118453](images/image-20221231141118453.png)

点击左边的确认支付,返回到排班信息列表,并提示支付成功:

![image-20221231141122041](images/image-20221231141122041.png)



点击右边的取消预约按钮,退出预约界面

![image-20221231141124934](images/image-20221231141124934.png)

#### 6、 查看我的信息

![image-20221231141129073](images/image-20221231141129073.png)

## 实验报告
Binary file added images/image-20221231140714678.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-20221231140728266.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-20221231140733071.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-20221231140739182.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-20221231140743859.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-20221231140748058.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-20221231140901327.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-20221231140909300.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-20221231140921971.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-20221231140928875.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-20221231140932185.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-20221231140935985.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-20221231140945834.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-20221231141041449.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-20221231141051149.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-20221231141059854.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-20221231141103426.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-20221231141109028.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-20221231141112228.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-20221231141118453.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-20221231141122041.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-20221231141124934.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-20221231141129073.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added report/PalmHospital.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed report/poster.png
Binary file not shown.
Binary file added report/report.pdf
Binary file not shown.

0 comments on commit ee1271f

Please sign in to comment.