摘要 医疗质量是一个关乎个人及社会的重大问题,提高医疗质量是每个以患者为中心的医院努力的目标。随着国家新医保政策的出台、医院之间优劣评比方式的改变,以及当代社会公众对医疗质量问题的高度关注,如何在降低医疗成本的同时保证以及提高医疗质量,成为目前每家医院都亟待解决的问题。
基于 Android 的医疗质量分析系统,结合如今用户量最多的移动系统—— Android,使医院人员录入病例信息时更加方便,不需要 PC,直接使用手机录入, 也直接能在手机上观察到对医生的医疗质量的评分和数据。利用 Android Studio 使用 Java 以及 XML 对系统的 Android 端进行开发,利用 Visual Studio 使用C#(.NET)对系统开发 Web Service。基于 Android 的医疗质量分析系统集成录入病例,医生列表功能。
关键字 Android;医疗质量;评价
ABSTRACT Quality of medical care is a major issue relating to personal and social development, improve the quality of health care is the goal of every hospital patient- centered efforts. With the introduction of the new national health insurance policy, changing the way the merits of competitions between hospitals, as well as contemporary public attention to the quality of medical problems, how to reduce health care costs while
maintaining and improving the quality of medical care, become every hospital Problems to be solved.
Android-based health care quality analysis system, combined with the most amount of users now mobile systems --Android, hospital staff make entry more convenient case
information, no PC, direct entry using the phone, can be observed directly on the phone to the doctor's medical data and quality ratings. Use Android Studio for Android using Java and XML-end system developed using Visual Studio using C # (. NET) for system
development Web Service. Based on the analysis of medical quality system Android integrated entry of cases, doctors list feature.
KEYWORD Android; Medical quality;Comment
目录
前 言 ................................................................. 1
1 绪论 ............................................................... 2
1.1 项目研究的背景及意义 ........................................ 2
1.2 医疗质量系统介绍 ............................................ 3
1.3 Android 系统及其版本研究概况 .................................. 3
2 系统开发环境介绍 ................................................... 4
2.1 Android 操作系统介绍 .......................................... 4
2.2 Web Service 介绍 .............................................. 7
2.3 Microsoft SQL Server 介绍 ..................................... 9
3 系统需求分析 ...................................................... 10
3.1 系统功能分析 ............................................... 10
3.2 系统用例分析 ............................................... 12
3.3 可行性研究 ................................................. 14
3.4 系统性能需求分析 ........................................... 15
4 系统设计 .......................................................... 16
4.1 数据库设计 ................................................. 16
4.2 程序模块设计 ............................................... 17
4.3 API 接口设计 ................................................. 17
4.4 业务时序 ................................................... 18
4.5 用户界面设计 ............................................... 20
5 系统实现 .......................................................... 21
5.1 文件结构 ................................................... 21
5.2 核心方法(函数) ............................................. 22
5.3 关键代码 ................................................... 23
6 系统测试 .......................................................... 27
6.1 测试说明 ................................................... 27
6.2 测试平台 ................................................... 27
6.3 测试用例 ................................................... 27
6.4 单元测试 ................................................... 28
6.5 系统测试 ................................................... 28
项目总结 ............................................................. 29
参考文献 ............................................................. 30
致 谢 ................................................................ 31