摘要 门诊预约挂号系统主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立数据一致性和完整性强,数据安全性好的数据库。而对于后者则要求应用程序功能完备,易使用等特点。
选择JSP和SQLServer数据库等开发工具,利用其提供的各种面向对象的开发工具,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。
Designing andimplementation of system which out-patient appointments registered by hospitalbased on B/S schema
关键词:面向对象, 数据窗口, 门诊挂号
Abstract: The out-patient appointments registrationsystem include two aspects. The establishment and maintenance of its databaseback-end development , and front-end application development. With regard tothe former we called for the establishment of strong data consistency andintegrity, and the database‘s data security. As for the latter we requestapplications functional, fully, easy to use and so on.
We chooseASP.NET, ACEESS database development tools, provided by the use of itsobject-oriented development tools, first established Application of theprototype system in a short period of time, and then, we need to iteration theinitial prototype system, at last we should not give up improving the system constantlyuntil meet the user needs.
Key words: object-oriented, data window, out-patient registration
目录
第一章绪论... 4
1.1 研究背景与意义... 4
1.2 国内外发展现状... 5
1.3 本文结构安排... 6
第二章相关技术及工具介绍... 7
2.1 java. 7
2.2 Java的特点... 7
2.3 B/S结构... 9
2.4开发及运行环境... 10
第三章数据库设计... 11
3.1表关系图... 11
3.2表设计... 12
3.2.1管理员表(Admin):... 12
3.2.2医生表(Doctor):... 12
3.2.3介绍表(Introduce):... 12
3.2.4 门诊表(MenZheng):... 13
3.2.5用户表(User):... 13
3.2.6预约表(YuYue):... 13
第四章需求分析... 14
4.1系统流程图... 15
4.2系统功能描述... 16
第五章功能的设计与实现... 19
5.1在线预约... 20
5.2查看自己的预约信息... 22
5.3用户注册及信息修改... 23
5.4安全退出... 25
第六章结论... 28
第七章:参考文献... 29