当前位置:文档之家› 基于Android的健康信息管理系统的设计与实现

基于Android的健康信息管理系统的设计与实现

This paper discusses the background and significance of this research, as well as domestic and foreign health information management and the development of smart phones, and then analyzes the andriod platform architecture, introduces the five most android system and the advantages of build systems using software stack mode architecture. Further elaborated android interface development technology, including UI components, event handling mechanism and message handling mechanism Handle. Introduces the main components of android applications. Finally, a detailed analysis of the PHP session mechanism and JSON data communication.
基于Android的健康信息 管理系统的设计与实现
作者姓名 冷建正 学校导师姓名、职称 顾新 教授 领 域 计算机技术 企业导师姓名、职称 明利强 高工 申请学位类别 工程硕士 提交学位论文日期 2015 年 3 月
学校代码 分 类TN号82
10701 TP31
学号 密级
1203121849 公开
学位论文若有不实之处,本人承担一切法律责任。
本人签名:
日 期:
西安电子科技大学 关于论文使用授权的说明
本人完全了解西安电子科技大学有关保留和使用学位论文的规定,即:研究 生在校攻读学位期间论文工作的知识产权单位属于西安电子科技大学。学校有权 保留送交论文的复印件,允许查阅、借阅论文;学校可以公布论文的全部或部分 内容,允许采用影印、缩印或其它复制手段保存论文。同时本人保证,获得学位 后结合学位论文研究成果撰写的文章,署名单位为西安电子科技大学。
西安电子科技大学 学位论文独创性(或创新性)声明
秉承学校严谨的学风和优良的科学道德,本人声明所呈交的论文是我个人在 导师指导下进行的研究工作及取得的研究成果。尽我所知,除了文中特别加以标 注和致谢中所罗列的内容以外,论文中不包含其他人已经发表或撰写过的研究成 果;也不包含为获得西安电子科技大学或其它教育机构的学位或证书而使用过的 材料。与我一同工作的同志对本研究所做的任何贡献均已在论文中作了明确的说 明并表示了谢意。
Based on Android
A thesis submitted to XIDIAN UNIVERSITY in partial fulfillment of the requirements for the degree of Master in Computer Technology
By Leng Jianzheng Supervisor: Gu Xin Ming Liqiang March 2015
This article determine the functional requirements of the system by needs analysis, given the overall architecture of the system architecture and logic, the detailed design of the main modules of the system, including personal information management module, medical appointment module, the medical report management module, health knowledge management module and Web browser module, and each module is given a flow chart, and then conducted a conceptual design and logical database design. This paper describes the implementation process of the system.The system is divided into client and server side. Clients in the android platform, using java as the development language , android SDK as a development framework ,for storage using SQLite database. Server using Apache + php + MySQL system. Client and server-side communication using http protocol. Gives the class diagram of each module and the main classes and other classes of interaction, and gives members and their major role in the class. Client data through the network communication module to communicate with
最后,对系统进行了一系列详细测试,给出了测试环境和测试用例,通过测 试和结果分析表明系统实现了设计的所有功能,性能稳定。
关 键 词:Android, PHP,移动医疗 论文类型:应用软件技术
I
西安电子科技大学硕士学位论文
II
ABSTRACT
ABSTRACT
Today, smart phone has been fully integrated into people's daily life, with its advantages of mobility, so that people can more easily and quickly manage information. As living standards improve, people pay more attention to physical health, But in the hospital for physical examination to wait a long time, and the body of the indicators and forwarding information can not be stored for a long time did not improve the situation. Based on the above, we propose a health information management system, which the client is running on the smart phone and make it easy for people to manage personal health information.
III
西安电子科技大学硕士学位论文
the server, use the Handle mechanisms to deal with asynchronous tasks and use the dialog box, instant messaging to prompts the user. Finally, the system has been carried out by a series of tests, given in the test environment and test cases.The test results and analysis result show that the system realizes all designed functions,and the system is stable.
本文通过需求分析确定了系统的功能需求,给出了系统的总体架构和逻辑架 构,详细设计了系统的主要模块,包括个人信息管理模块、体检预约模块、体检 报告管理模块、健康知识管理模块和 Web 浏览器端模块,并且给出了各个模块流 程图,然后进行了数据库的概念设计和逻辑设计。本文详细描述了系统的实现过 程。基于 android 的健康信息管理系统分为客户端和服务器端,客户端在 android 平台开发,使用 java 作为开发语言,以 android SDK 作为开发框架,用 SQLite 数 据库实现存储,服务器端采用的是 Apache+php+MySQL 架构。客户端和服务器端 之间的通信使用的是 http 协议。给出了各个模块的类图以及主要类和其他类的交 互操作,并给出了类的主要成员及其作用。客户端通过网络通信模块实现与服务 器端的数据通信,利用 Handle 机制实现了异步任务的处理,使用对话框、即时消 息对用户进行消息提示。
本文首先讨论了本课题研究的背景和意义,以及国内外健康信息管理和智能 手机的发展情况,接着深入分析了 andriod 的平台架构,介绍了 android 系统的 5 大部分以及采用软件叠层方式构建系统架构的优势。深入地阐述了 android 界面开 发技术,包括 UI 组件、事件处理机制和 Handle 消息处理机制。介绍了 android 应 用的主要组件。最后,详细分析了 PHP 的会话机制以及 JSON 数据通信方式。
相关主题