社区医疗保健监控系统的设计(VS2005,SQL2005)(含录像)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

社区医疗保健监控系统的设计(VS2005,SQL2005)(含录像)(含程序代码,数据库,毕业论文14000字)
摘要
随着城市卫生改革的深入, 出现了社区医疗保健机构,社区医疗保健监控系统的发展不仅夯实了城市公共卫生服务网底、降低了医药费、有效控制医保费用增长、提高服务质量,还使医务人员能够主动“下站点、进家门”,提供比较优质的全科团队服务,与居民交流多了,有效服务时间延长了,医患关系也进一步得到融洽。
本系统采用B/S模式:与传统的C/S模式相比,B/S结构把处理功能全部移植到了服务器端,用户的请求通过浏览器发出,无论是使用和数据库维护上都比传统模式更加经济方便。而且使维护任务层次化:管理员负责服务器硬件日常管理和维护,系统维护人员负责后台数据库数据更新维护。采用B/S模式,突破传统的文件共享模式,为学习交流平台的设计提供新的解决方案。借助asp.net的WEB应用程序,用户通过Browser软件连接后台数据库并完成做操作,将原有静态网页的形式升级到动态更新数据的方式。B/S模式平台,数据维护方便客户端无需专用的软件,有较好的网络扩展性,支持TCP/IP协议直接接入Internet,。同时对于B/S模式而言,程序和数据的物理位置已经不再是那么重要了,访问者所关心的只是它们的URL就可以了。
    本系统使用ASP.net技术:ASP.NET是把基于通用语言的程序在服务器上运行。不像以前的asp即时解释程序,而是将程序在服务器端首次运行时进行编译,这样的执行效果,当然比一条一条的解释强很多。   数据库采用sql server2005数据库:具有良好的安全性能,防火墙技术可以保证后台数据库的安全性,如果结合Windows 2000与Internet Information Server的高度安全性,使用户可以实现系统的安全。
关键词  b/s,社区医疗保健监控系统,asp.net,sql server2005
 
Abstract
With city health reform deeply, the emergence of a community medical and health institutions, community health care monitoring system development not only strengthen urban public health service WangDe, reducing the medical expenses, effectively control the medical insurance cost growth and improve service quality, still make medical personnel can active "next site, into the house", providing more high-quality general team service, with residents exchange is much, effective service time lengthened, doctor-patient relationship also further harmony.
The system uses b s mode : and traditional c s mode b's structure, the handle all functions to the server and users of the request via a browser, either database maintenance and use the more convenient than the traditional mode of economy. and maintenance tasks: manager is responsible for day-to-day management and maintenance of the server hardware, system maintenance personnel in charge of the database to update the data. a mode b's and the traditional mode of study and document sharing exchange ,The platform design provide new solutions. the help of asp. netthe the web application, the user through a browser software connected to the database and complete do, will the web page form of static, dynamic updates data is upgraded to the platform. b "mode, data maintenance convenient to use client software, there is a good network so as to support ip tcp protocol to direct access to internet. at the same time, type b's, and the physical location is no longer
This system using asp.net technology: the ASP.NET is based on general language program in the server. Unlike previous asp real-time interpretation process, but a program in the server's first run compile, such implementation effect, of course, than a a explanation much better. Using SQL database server2005 database: with good safety performance, firewall technology can ensure the security of the backend database, if combined with Windows 2000 and Internet Information Server height safety, users can realize the security of the system.
Key words:b/s, community health care monitoring system, asp.net, SQL server2005

系统功能需求分析
某社区医疗保健监控系统是一个典型的数据库开发应用程序,由基础信息浏览模块、病人信息管理模块、管理员信息管理模块等部分组成,规划系统功能模块如下:
(1)基础信息浏览模块
该模块主要包括网站公告显示、病人注册页面、社区保健信息、医师信息、药品信息、网站联系信息、登录页面,其中病人注册信息使的病人注册完信息后,在登录页面登录后,可以填写个人检测信息和发起会诊预约,社区保健信息、医师信息和药品信息点击其中一项信息,进入本信息的具体页面,这些信息只能浏览,管理的工作由管理员担当。
(2) 病人信息管理模块
病人在基础信息浏览模块注册完后,在登录界面用正确的用户名和密码登录后,进入本模块。首先填写个人检测信息,其中有很多项目,有文本框和选择框,病人根据自己的详细情况填写完后,点提交按钮,信息就发到管理员模块里,由管理员解答你的病情,然后回复,如果管理员回复了信息,点击查看本人检测信息回复页面,就可以看见自己填写的信息和管理员的回复。然后可以发起会诊预约,这个页面带*号的为必填项,防止填写无用的信息,填写完后点提交按钮,信息也发到管理员模块里,由管理员回复,如果管理员回复了信息,点击查看本人会诊预约回复,就可以看见自己填写的信息和管理员的回复。还可以修改自己的资料。
(3) 管理员信息管理模块
在登录页面用管理员的用户名和密码登录后,就进入本模块。有以下页面
a:可以添加病人信息,这个和前台的一样,可以管理病人信息,可以修改,查询,删除病人的信息。
b:公告和联系我们页面,可以编辑这些信息,在前台显示。
c:社区保健信息,医师信息,药品信息,可以添加,修改和删除这些信息,然后在前台显示,供浏览者查看
d: 个人检测信息回复,由病人提交的个人检测信息由管理员查看后,可以回复,回复后病人在自己的管理页面上就可以看见回复信息了。
e: 会诊预约回复,由病人提交的会诊预约信息由管理员查看后,可以回复,回复后病人在自己的管理页面上就可以看见回复信息了。
 

社区医疗保健监控系统的设计(VS2005,SQL2005)
社区医疗保健监控系统的设计(VS2005,SQL2005)
社区医疗保健监控系统的设计(VS2005,SQL2005)
社区医疗保健监控系统的设计(VS2005,SQL2005)
社区医疗保健监控系统的设计(VS2005,SQL2005)
社区医疗保健监控系统的设计(VS2005,SQL2005)
社区医疗保健监控系统的设计(VS2005,SQL2005)
社区医疗保健监控系统的设计(VS2005,SQL2005)


目录
摘要    1
Abstract    1
第1章 绪论    1
1.1  项目背景    1
1.1.1  社区医疗保健监控系统的现状    1
1.2 研究的目的和意义    3
第2章  需求分析与技术分析    3
2.1  需求分析    3
2.1.1 系统功能需求分析    3
2.1.2 系统设计结构分析    4
2.1.3 系统功能流程图设计    6
2.2  技术分析    7
2.2.1  目前主流的动态网页技术比较    7
2.2.3  asp.net简介    8
2.2.4  sql server2005简介    9
第3章  系统的实现    10
3.1 管理员管理页面    10
3.1.1. 连接数据库的包含文件    10
3.1.2  后台管理的控制台    11
3.1.3  公告管理    11
3.1.4  联系我们管理    13
3.1.5  注册病人管理    13
3.1.6  社区保健信息管理    15
3.1.7  医师信息管理    17
3.1.8  个人检测信息管理    18
3.1.9 会诊预约管理    19
3.2 病人管理页面    21
3.2.1  填写个人检测信息    21
3.2.2  发起会诊预约页面    22
3.2.3  查看本人检测信回复•    23
3.2.4  查看本人会诊预约回复•    23
3.3 前台系统的实现
3.3.1  首页    24
3.3.2  病人注册    26
3.3.3  社区保健信息    27
3.3.4  医师信息    28
第4章  系统的调试和优化    29
4.1  调试    29
4.2  问题分析    30
第5章  结束语    30
致谢    30
参考文献    32
附录    33
附录1:数据库结构列表    33
附录2:动态网页设计代码     36