毕业设计(论文)基于Android的预约挂号系统.doc
文本预览下载声明
基于Android的预约挂号系统
摘 要
这几年来,经济的迅猛发展促使着国家以及各级政府加大了对医疗卫生机构的投入,各级医院在医疗设施以及人才资源方面有了很大的改善,可是却也引发了不少问题,如排队挂号时间过长,科室病患爆满等,为了患者求医的方便,文开发了基于安卓的系统。
整体框架是基于C/S结构的用MySQL数据库来存储数据。系统三个用户端医生端以及医院端功能主要包含注册登录密码管理科室管理医生管理体检预约健康知识等。文阐述了系统所需的开发工具需求分析数据库的结构
【关键词】;
Appointment registration system based on Android
Abstract
In recent years, the rapid development of the economy promotes the country and government to make efforts to invest in the medical and health institutions, all levels of hospitals’ medical facilities and talent resources have greatly improved, but it has also led to many problems, such as queuing up to register costs such a long time,and the hospital departments are so full.In order to make people more convenient, I develop a system called Appointment registration system based on Android .
The system overall framework is based on C/S structure, using MySQL database to store data. System is divided into three parts: general client end, doctors and hospitals, the main function modules include registered login, password management, department management, doctors, medical appointments, health knowledge and so on. This paper expounds the development tools, the system demand analysis and database structure.The client uses Eclipse to code, the server uses Myeclipse to carry on the development, and functional modules of the system and the testing process was introduced in detail. Test results show that the system basically achieved all the services needed by the doctor.
[Key words] Appointment registration system;C/S;MySQL;Eclipse;Myeclipse
目 录
Android系统的介绍 2
2.1.1 Android平台的架构 2
2.1.2 Android的开发环境 3
2.1.3 Activity的介绍 3
2.2 Myeclipse的介绍 4
2.3 C/S的介绍 5
2.4 MySQL的介绍 5
3 需求分析以及系统设计方案 5
3.1 系统概述 5
3.2 系统功能分析 6
3.3 安卓客户端结构 6
3.3.1用户端 6
3.3.2医生端 7
3.3.3医院端 7
4 数据库的设计 7
5 系统实现 10
5.1 服务器端的系统结构 10
5.2客户端的系统结构 11
5.2.1客户端的注册与登录 11
5.2.2用户主界面 14
5.2.3侧滑栏功能 15
5.2.4用户预约模块 16
5.2.5用户端预约处理模块 17
5.2.6医院端医生管理模块 18
6 系统运行及测试与分析 19
6.1测试的目的与目标 19
6.2功能测试 19
7 结 论 21
参考文献 22
致 谢 23
1 引言
显示全部