基于Android的健康监测系统的设计与实现_付强.docx
《基于Android的健康监测系统的设计与实现_付强.docx》由会员分享,可在线阅读,更多相关《基于Android的健康监测系统的设计与实现_付强.docx(63页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、 基于 Android的健康监测系统的设计与实现 Design and Implement of Health monitor System Based on Android 作 者 姓 名 :付 强 领域(方向 ): 软件工程 指 导 教 师 :周 柚 副 教 授 类 别:工程硕士 答辩日期 : 2015年 11月 25日 未经本论文作者的书面授权,依法收存和保管本论文书面版 本、电子版本的任何单位和个人,均不得对本论文的全部或部分 内容进行任何形式的复制、修改、发行、出租、改编等有碍作者 著作权的商业性使用(但纯学术性使用不在此限)。否则,应承担 侵权的法律责任。 吉林大学硕士学位论文原创
2、性声明 本人郑重声明:所呈交的硕士学位论文,是本人在指导教师的指导下, 独立进行研究工作所取得的成果。除文中己经注明引用的内容外,本论文 不包含任何其他个人或集体已经发表或撰写过的作品成果。对本文的研究 做出重要贡献的个人和集体,均己在文中以明确方式标明。本人完全意识 到本声明的法律结果由本人承担。 学位论文作者签名: 日期: 2015年 /月 i日 基于 Android的健康监测系统的设计与实现 近年来,老龄化结构严重、 “ 空巢 ” 问题普遍已经成为了一种社会现象,老年人的健 康需要受到关注。 2015年,国家大力倡导 互联网 + 的发展, 互联网 +医疗 成为了解决 民生问题的重点内容之
3、一。随着物联网的发展,可穿戴设备的发展潜力逐渐受到人们的 重视,通过可穿戴设备监测人体的健康情况成为了一种新的健康管理方式。而随着移动 设备的普及,Android系统在移动智能终端中占据了龙头的位置,便捷化、移动化、智 能化的健康监测已经成为一种趋势,同时也解决了老年人的健康监测问题。 本文的基于 Android的健康监测系统是为健康监测系统提供客户端的服务,通过获 取服务器端存储的可穿戴设备上传的人体 健康数据,实现可穿戴设备、智能移动设备和 用户的连接。目前己有的研究多数是实现单项健康指标的监测功能,并且不能够对健康 监测的历史数据进行存储,导致数据不能进行二次利用。本文设计并实现的基于
4、Android 的健康监测系统通过底层的可穿戴健康监测设备监测并上传的人体健康数据进行获取, 能够实时监测可穿戴设备的使用者的健康数据,包括体温、血压、血糖和心率,并在使 用者的健康数据出现异常时,及时通知使用者的家属,保障使用者在身体出现异常时能 够得到及时的医疗。本文设计并实现了用户的登录和注册功能、用户信息修改功能 、报 警参数设置功能、历史健康数据杳询功能、a前健康监测数据杳询功能,其中历史健康 数据包括人体的体温、血压、血糖和心率。 a前健康监测数据可以直接显示 a前人体的 体温、血压、血糖和心率值。用户信息修改包括用户基本信息修改和密码修改。本文系 统实现环境是在 Eclipse下
5、搭建的 Android开发环境,采用 JAVA语言实现。 关键词: Android, 健康监测系统,移动设备,医疗 , JAVA Abstract Abstract Design and Implement of Health monitor System Based on Android In recent years, the serious of aging population and empty nest are the common problems, and had become the one kind of social phenomenon, the health of t
6、he elderly need attention. In 2015, the government vigorously promote the development of the tInternet+, Internet + health5 has become one of the key issues to solve the livelihood of the people. With the development of the Internet of things, the development of wearable devices is gradually becomin
7、g more and more important. It is a new way of health management to monitor the health of human body. And with the popularity of mobile devices, Android system in the intelligent mobile terminal occupies a leading position, convenient, mobile, intelligent health monitoring has become a trend, and als
8、o solve the health monitoring of the elderly. In this paper, the health monitoring systembased on Android used for customer, can get the health data, which is stored on the server, and uploaded by the wearable devices. And the system realize the connection of people, intelligent terminal and wearabl
9、e devices. At present, most of the research is to realize the monitoring function of one health indicator, and cannot store the historical data of health monitoring, which lost the second time to use these data. This paper designed and implemented the health monitoring systembased on Android, which
10、can monitor the health data from the wearable devices, including body temperature, blood pressure, blood glucose and heart rate. When the users health data appear abnormal, timely notify the users family, to protect the user can get timely medical treatment. This paper designs and implements the use
11、rs login and registration functions, user information modification, alarm parameter setting function, historical health monitoring data query function, the current health monitoring data query function, the history of health data including body temperature, blood pressure, blood glucose and heart ra
12、te. Current health monitoring data can display a direct reality of the current human body temperature, blood pressure, blood glucose and heart rate. User information changes including user basic information and password changes. In this paper, the system implementation environment built Android unde
13、r the Eclipse development environment, and use JAVA language. Keywords: Android, health monitor system, mobile devices, medical treatment, JAVA n 第 1 章绪 论 . 1 1.1 石开究背景 . 1 1.2国内外研究现状 . 2 1.3论文的主要工作及论文组织结构 . 4 第 2 章 基 于 ANDROID的健康监测系统综述 . 5 2.1 健康监测概述 . 5 2.2 ANDROID 概述 . 7 2.3基于 ANDROID的健康监测系统概述 .
14、8 第 3 章 基 于 ANDROID的健康监测系统需求分析 . 9 3.1 M求分析 . 9 3.2系统架构 . 10 3.2.1服务器架构 . 11 3.2.2系统通信 . 12 3.2.3数据存储架构 . 12 第 4 章 基 于 ANDROID的健康监测系统详细设计 . 14 4.1系统设计 . 14 4.2登录模块 . 16 4.3注册模块 . 16 4.4报警参数设置模块 . 17 4.5当前健康监测数据查询模块 . 17 4.6历史健康监测数据查询模块 . 18 4.6.1体温子模块 . 18 4.6.2血压子模块 . 19 4.6.3血糖子模块 . 19 4.6.4心率子模块
15、. 20 4.7用户信息模块 . 20 4.8数据库设计 . 21 4.8.1用户登录表格设计 . 21 4.8.2用户信息表格设计 . 22 4.8.3报警参数表格设计 . 23 4.8.4当前体温信息表格设计 . 24 4.8.5历史体温信息表格设计 . 24 4.8.6当前血压信息表格设计 . 25 4.8.7历史血压信息表格设计 . 26 4.8.8当前血糖信息表格设计 . 26 4.8.9历史血糖信息表格设计 . 27 4.8.10当前心率信息表格设计 . 28 4.8.11历史心率信息表格设计 . 28 第 5 章 基 于 ANDROID的健康监测系统实现 . 30 5.1开发环境
16、 . 30 5.2登录模块 . 30 5.3注册模块 . 33 5.4报警参数设置模块 . 35 5.5当前健康监测数据查询模块 . 37 5.6历史健康监测数据查询模块 . 39 5.6.1历史体温监测数据查询模块 . 40 5.6.2历史血压监测数据查询模块 . 42 5.6.3历史血糖监测数据查询模块 . 44 5.6.4历史心率监测数据查询模块 . 46 5J用户信息模块 . 48 5.8 mit . 51 第 6章总结与展望 . 52 6.1辦吉 . 52 6.2展望 . 52 参考文献 . 53 至文 if . 55 m 第 1 章绪 论 第 1 章绪 论 如今, “ 空巢 ” 家
17、庭越来越多,我国老龄化结构严重失调已经一种社会现象。截至 2014年,我国 60周岁以上老人比例已经超过 15%,而对于子女在外地工作,不能照顾 老人的家庭,老年人的健康监测已经成为了一个大的问题。人们对于传统的健康监测的 理解都局限于医院里 ICU病房的人体数据的实时监测,但是这种监测设备笨重化、非可 移动化的健康监测应用到老年人的健康监测中已经在互联网和物联网的高速发展下被 人们否定。医院的可移动的 24小时健康监控设备虽然解决了上一种监测设备的非灵巧、 非可移动的问题,但是监测健康指标并不是实时化的数据,而是病人佩戴的 24小时的 数据。对于老年人的健康监测,我们需要一种实时的、可移动的
18、、便捷的、智能的监测, 老人的家属需要第一时间掌握老年人的健康异常,所以传统的健康监测手段不能解决老 年人的健康监测问题。 近几年,随着物联网、移动网络和互联网的飞速 发展 1_3,物物相连已经不是天方 夜谭,智能家居、智慧城市已经逐步走入人们的生活,传感器的飞速发展也为智能医疗 提供更精准、可靠的人体健康数据的测量,智能医疗 5_8通过传感器获取人体的健康数 据并且实时上传数据,为人体的健康监测提供了有利的保障,成为了医疗界的新宠。 2015 年, “ 互联网 +” 正在国家的倡导下大步向前走, 互联网 +医疗 就是其中的重要一个方 向。随着智能终端用户的增长,Android终端的市场占有率
19、成为了智能终端的霸主, Android智能终端已经走进了人们的生活。为了实现人体健康数据 监测的可视化、智能 化、便捷化,本文设计并实现了基于 Android的健康监测系统。 1. 1 研究背景 近年来,随着移动设备的普及化,物联网硬件的飞速发展,智能医疗也得到了飞速 的发展。面对我国人口结构老龄化严重,医疗资源和医疗水平存在局限性的问题,合理 分配医疗资源,一些慢性疾病在可以实现自我监测,发生问题再去寻求医疗救助,这需 要一种全新的救助手段,伴随着科技口新月异,一种全新的智能医疗手段逐渐发展起来, 也开始走入人们的生活。截至 2014年底,我国手机网民的已达 5.57亿,移动互联网的 终端设
20、备的普及也在带动着智能医疗的发展。智能医疗包括在线医疗、预约挂号、体检 系统、电子病历、医疗信息、健康监测等服务。这些与互联网息息相关的智能医疗服务 1 _ 第 1 章绪 论 _ 也在国家对互联网的大力支持和政策鼓励下大跨步的飞速发展,引来了众多投资、融资。 2010-2014互联网医疗接受投资资金高达 10.04亿美元。 2014年,我国移动医疗的规模 已经达到30亿元, 2000多款的移动医疗 APP已经问世。智能医疗的发展离不开互联网、 物联网和移动智能终端。对于可监测人体健康指标的可穿戴设备也如雨后春笋般涌出。 如 Pancreum公司的可以监测血糖指数的可穿戴设备,通过一个可选配件实
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 基于 Android 健康 监测 系统 设计 实现
限制150内