摘  要


随着信息技术和网络技术的飞速发展,人类已进入全新信息化时代,传统管理技术已无法高效,便捷地管理信息。为了迎合时代需求,优化管理效率,各种各样的管理程序应运而生,各行各业相继进入信息管理时代,透析耗材管理小程序就是信息时代变革中的产物之一。

任何程序都要遵循程序设计的基本流程,本程序也不例外,同样需要经过市场调研,需求分析,概要设计,详细设计,编码,测试这些步骤,基于Java语言、微信小程序技术设计并实现了透析耗材管理小程序。程序主要包括首页、个人中心、医生护士管理、设备类型管理、耗材设备管理、耗材申请管理、设备入库管理、设备出库管理、设备盘点管理、设备保养管理、系统管理等功能模块。

本文首先介绍了透析耗材管理小程序技术的发展背景与发展现状,然后遵循软件常规开发流程,首先针对程序选取适用的语言和开发平台,根据需求分析制定模块并设计数据库结构,再根据程序总体功能模块的设计绘制程序的功能模块图,流程图以及E-R图。然后,设计框架并根据设计的框架编写代码以实现程序的各个功能模块。最后,对初步完成的程序进行测试,主要是功能测试、单元测试和性能测试。测试结果表明,该程序能够实现所需的功能,运行状况尚可并无明显缺点。


关键字:B/S模式、Java技术、透析耗材管理小程序、软件架构


Pick to


With the rapid development of information technology and network technology, human beings have entered a new information age, traditional management technology has been unable to efficiently and conveniently manage information. In order to meet the needs of The Times and optimize the management efficiency, a variety of management procedures have emerged. All walks of life have entered the information management era. Dialysis consumables management mini-program is one of the products in the information era.

Any program should follow the basic process of program design, this program is no exception, also need to go through market research, demand analysis, outline design, detailed design, coding, testing these steps, based on Java language, wechat small program technology design and implementation of dialysis supplies management small program. The program mainly includes home page, personal center, doctor and nurse management, equipment type management, consumables equipment management, consumables application management, equipment storage management, equipment storage management, equipment inventory management, equipment maintenance management, system management and other functional modules.

This article first introduces the dialysis consumables management applet technology development background and current situation of the development, and then follow the routine software development process, program first for the selection of suitable language and development platform, according to the requirement analysis module and database structure design, and then according to the overall function module of the program design drawing program function module chart, flow diagram and e-r diagram. Then, design the framework and write code according to the designed framework to achieve each functional module of the program. Finally, the preliminary completed program is tested, mainly functional test, unit test and performance test. The test results show that the program can achieve the required functions, the running condition is fair and there are no obvious shortcomings.


Keywords: B/S mode, Java technology, dialysis consumables management small program, software architecture


目  录

1绪论 1

1.1项目研究的背景 1

1.2开发意义 1

1.3项目研究现状及内容 5

1.4论文结构 5

2开发技术介绍 7

2.1 B/S架构 7

2.2 MySQL 介绍 7

2.3 MySQL环境配置 7

2.4 Java语言简介 8

2.5微信小程序技术 8

3程序分析 9

3.1可行性分析 9

3.1.1技术可行性 9

3.1.2经济可行性 9

3.1.3操作可行性 10

3.2网站性能需求分析 10

3.3网站功能分析 10

3.4程序流程的分析 11

3.4.1 医生护士管理的流程 12

3.4.2 个人中心管理流程 13

3.4.3 登录流程 13

4程序设计 14

4.1 软件功能模块设计 14

4.2 数据库设计 13

4.2.1 概念模型设计 13

4.2.2 物理模型设计 15

5程序详细设计 21

5.1程序前台功能模块 21

5.2管理员功能模块 24

6程序测试 30

7总结与心得体会 33

7.1 总结 33

7.2 心得体会 33

参考文献 35

致谢 36


考虑到实际生活中透析耗材管理小程序方面的需要以及对该小程序认真的分析,将小程序权限按管理员和用户这两类涉及用户划分。

(a) 管理员;管理员使用本程序涉到的功能主要有:个人中心、医生护士管理、设备类型管理、耗材设备管理、耗材申请管理、设备入库管理等功能。

用户进入程序前台可以实现首页、耗材设备、新闻资讯、我的等功能。

基于微信小程序的透析耗材管理系统设计与实现-计算机毕业设计源码+LW文档_java

基于微信小程序的透析耗材管理系统设计与实现-计算机毕业设计源码+LW文档_java_02

基于微信小程序的透析耗材管理系统设计与实现-计算机毕业设计源码+LW文档_小程序_03

基于微信小程序的透析耗材管理系统设计与实现-计算机毕业设计源码+LW文档_功能模块_04