Android平台下医院支付查询系统设计与实现毕业论文
2021-03-21 23:54:39
摘 要
当今社会,智能手机的不断发展使得其在人们的生活中扮演着越来越重要的角色,各类具有实用性能的APP已经成为了人们生活中必不可少的一部分。本文运用Android平台下app设计与开发的相关技术,以及有关JAVA程序设计方面的知识和网络编程技术,设计了基于Android平台下的医院支付查询系统,并实现了报告查询以及诊间支付两大功能。
论文运用软件工程原理和软件开发的原理,对该系统进行了概要设计以及详细设计。其中概要设计分为界面概要设计、功能概要设计以及数据库概要设计三个部分,详细设计则同样分为界面详细设计、功能详细设计以及界面切换功能详细设计等三个部分,其中重点对各个界面以及各个功能的详细设计进行了细致的探讨。
最终通过测试表明,本文设计的Android平台下的医院支付查询系统较好地实现了医院就诊服务管理功能,可方便地实现用户进行报告查询以及诊间支付等两大操作。
关键词:Android;医院支付查询系统;报告查询;诊间支付
Abstract
In today's society, the continuous development of smart phones makes it play an increasingly important role in people's lives, and all kinds of practical performance of APP has become an indispensable part of people's life. This paper utilizes the technology of App Design and development of Android platform, and the related knowledge of JAVA programming and network programming technology, which is designed under the platform of Android hospital payment based on the query system, and realize the query and report the clinic pay two functions.
The thesis has used the principle of software engineering and software development, and has carried on the outline design and detailed design to this system. The overall design is divided into the design interface summary, function design and database design summary of three parts, and the detailed design is also divided into three parts with the interface design, detailed function design and interface switching function detailed design. Among them, the detailed design of each interface and each function is discussed in detail.
The final test shows that the design of the Android platform of the hospital payment query system realizes the hospital service management functions, can realize the user query and report the clinic pay two.
Key Word: Android; Hospital payment query system; Report query; The clinic pay.
目 录
第1章 绪论 1
1.1 研究目的及意义 1
1.2 国内外研究现状 2
1.3 研究内容 2
1.4 论文的组织结构 3
第2章 医院支付查询系统概要设计 4
2.1 界面概要设计 4
2.1.1 用户登陆界面概要设计 4
2.1.2 列表界面概要设计 4
2.1.3 详情界面概要设计 5
2.1.4 菜单界面设计 6
2.2 功能概要设计 6
2.2.1 用户登录功能 6
2.2.2 诊间支付功能 6
2.2.3 报告查询功能 7
2.3 数据库概要设计 8
2.3.1 数据库配置 8
2.3.2 数据表信息的确定 9
第3章 医院支付查询系统详细设计 11
3.1 界面详细设计 11
3.1.1 登陆界面详细设计 11
3.1.2 列表界面详细设计 11
3.1.3 详情界面详细设计 13
3.1.4 菜单界面详细设计 14
3.2 功能详细设计 15
3.2.1 下拉刷新功能 15
3.2.2 在线支付功能 16
3.2.3 界面切换功能 17
3.3 数据库详细设计 19
3.3.1 数据库功能详细设计 19
3.3.2 数据展示功能 21
第4章 医院支付查询系统测试 24
4.1 系统测试环境搭建 24
4.2 系统测试过程及结果 24
第5章 结论与展望 27
5.1 结论 27
5.2 展望 27
参考文献 29
致谢 30
第1章 绪论
1.1 研究目的及意义
如今,移动医疗APP已经凭借其使用快捷、方便,包含信息内容庞大、完善等优势而越来越多的被人们在日常生活中使用。移动医疗APP的出现及不断普及大大方便了人们平时的就医流程,以往病人总是需要不断的排队才能进行挂号、付款、取药等步骤,报告检查书也是一份一份的带着跑,这只会让本来就羸弱的病人感到更不舒服。
因此,移动医疗APP已经是人们日常问医求诊的重要手段之一。移动医疗APP免去了病人许多不便的问题,例如:预约挂号、在线支付等功能省去了病人的排队时间,报告查询的功能省去携带多份报告的不便等。
本文研究的是移动医疗APP中报告查询以及诊间支付两个核心功能的设计与实现方法,通过Android平台下APP设计与开发的相关技术、Java程序设计方面的知识以及网络编程技术,实现了移动医疗APP中的报告查询功能和诊间支付功能。
为此,本文针对移动医疗APP的界面设计、功能设计、数据库设计三个方面进行研究。