基于javaWeb的网上挂号系统的设计与实现

 2023-02-03 10:02

论文总字数:27710字

摘 要

当今,计算机软件技术发展迅速。 利用计算机网络以及计算机软件的技术来对医院医生的预约挂号管理是必不可少的。对于医院以及医院的医师来说,利用计算机技术来实现医院医师以及专家的预约管理是他们最期待的。因为通过计算机技术来对医院的日常事务和医院的医师,专家进行管理既方便了医院管理又便于医生履职。因此计算机技术(软件和硬件技术)的快速发展是推动整个医疗事业科学化,规范化,规则化的前提。本系统分为三个角色:管理员,医生,病人。管理员可以通过东成医院预约系统进行医生(专家,医师)预约管理模块、个人信息修改模块、医生模块、病人模块、医生部门模块以及预约的流量查询和医生调度功能等。医生亦可以登录后台管理系统进行对预约自己的病人进行管理,与管理员权限不同,管理模块亦不同。病人是通过东成医院App进行预约,病人可以下载医院预约的App,注册,登录,进入app进行预约,取消预约。管理员,医生,病人三个大模块之间独立开发,相互联系。使医院医师,医院病人相关信息可以清楚的展示在后台管理,便于管理。

该医院预约挂号系统主要采JAVA语言进行编写,该系统的后台管理的前端页面采用Html5,Jsp等语言编写,与病人交互的页面是采用Android的前端页面。整体来说,该预约挂号系统是使用SSM框架搭建服务器端,使用Android布局编写前端页面。此外,该系统的数据库采用的是MySQL,MySQl语法简易,使用方便,易学易用。在数据库管理系统模块中,该系统采用的是管理员密码管理形式来对数据安全进行验证,进入预约系统要求有密码输入,不同的角色进入系统的权限也不相同,操作数据权限亦不相同。这样可以保证数据的安全性

根据我个人对医疗事业的调研,了解,熟悉。我设计出了这个东城医院的预约管理系统的方案以及系统架构。该预约挂号系统主要使用用MyEclipse工具编程,MySQL建立数据库,以及H5和Android的前端来实现用户信息管理,医生信息管理,病人信息管理,预约信息管理等核心模块。该系统后端便于医院随时管理用户,包括医生就诊,病人预约,医生请假,门诊预约流量。对于病人预约,更是方便许多,不限时间,地点,环境,只要下载东成医院的预约挂号App,病人就能挂号。这样的移动端开发必然减少了病人的看病的精力,时间,效率。所有,东成医院的预约挂号系统是集成医院事务管理和病人挂号为一体的,性能优良,简单实用的搞笑系统。

关键词:预约挂号;Java;Android;SSM框架;权限

Design and implementation of online registration system based on javaWeb

Abstract

Due to the rapid development of computer technology in recent years, it is an inevitable trend to embed computer technology in the medical industry. The use of computer network and computer software technology is crucial to the management of doctor appointment registration in hospitals. For hospitals and physicians in hospitals, it is the most desirable to use computer technology to realize the appointment management of doctors and experts in hospitals. Because through the computer technology to the daily affairs of the hospital and the hospital doctors, experts for the management of the hospital management and facilitate the performance of doctors. Therefore, the rapid development of computer technology (software and hardware technology) is the premise to promote the scientific, standardized and regular development of the whole medical cause. This system is divided into three roles: administrator, doctor, patient. The administrator can conduct doctor (expert, physician) appointment management module, personal information modification module, doctor module, patient module, doctor department module, appointment flow query and doctor scheduling function through dongcheng hospital appointment system. Doctors can also log in the background management system to manage their patients, which is different from the administrator authority and the management module. Patients make appointment through the App of dongcheng hospital. Patients can download the App of hospital appointment, register, log in, enter the App to make appointment and cancel the appointment. The administrator, doctor and patient are independently developed and interrelated. So that the hospital physicians, hospital patients related information can be clearly displayed in the background management, easy to manage.

The hospital appointment registration system is mainly written in JAVA language. The front-end page of the system"s background management is written in htm5, JSP and other languages. The page interacting with patients is written in the front-end page of android. Overall, the reservation registration system USES SSM framework to build the server side, and USES android layout to write front-end pages. In addition, this system USES the MySQL database database. MySQL is a small and medium-sized database management system. The database is powerful, simple grammar, easy to use, easy to learn and easy to use. In the module of database management system, the system uses administrator password management to verify the security of data. Password input is required to enter the reservation system. Different roles have different permissions to enter the system and operate data permissions. This ensures data security

According to my personal research on medical career, I am familiar with it. The procedure and system architecture of dongcheng hospital appointment management system are designed. This appointment registration system mainly USES MyEclipse tool programming,MySQL to establish a database, and h5 and android front-end to achieve user information management, doctor information management, patient information management, appointment information management and other core modules. The back-end of the system is convenient for hospitals to manage users at any time, including doctor visits, patient appointments, doctor leave, outpatient appointment flow. For the appointment of patients, it is much more convenient, no time limit, location, environment, as long as the download of dongcheng hospital appointment registration App, patients can be registered. Such mobile terminal development inevitably reduces patients" energy, time and efficiency. All, dongcheng hospital appointment registration system is integrated hospital transaction management and patient registration as one, excellent performance, simple and practical funny system.

Keywords: reservation registration, Java, android, SSM framework, permissions

目录

摘 要 I

Abstract II

第一章 引言 1

1.1 选题背景 1

1.1.1 系统开发背景 1

1.1.2 国内现状 1

1.1.2 国外现状 1

1.2可行性分析 2

1.3研究设计内容 2

第二章 需求分析 4

2.1系统需求 4

2.2 功能需求 4

2.3 性能需求 4

第三章 系统设计 6

3.1 基本设计概念和流程 6

3.1.1系统登录流程图设计 6

3.1.2系统模块结构图 6

3.1.3系统用户例图 7

3.2 医生权限模块设计 9

3.2.1医生个人资料管理模块 9

3.2.2病人信息查询模块 10

3.3 病人权限模块设计 10

3.2.1病人登录,注册模块 10

3.2.2患者预约挂号模块 11

3.2.3患者查看预约信息模块 12

3.3 管理员权限模块设计 12

3.3.1个人信息管理模块 12

3.3.2用户管理模块 13

3.3.3医生管理模块 13

3.3.4部门管理模块 14

3.3.5病人管理模块 15

3.3.6预约管理模块 16

第四章 数据库设计 17

4.1 数据库的逻辑设计 17

4.2 数据库的配置 21

第五章 详细设计 23

剩余内容已隐藏,请支付后下载全文,论文总字数:27710字

您需要先支付 80元 才能查看全部内容!立即支付

该课题毕业论文、开题报告、外文翻译、程序设计、图纸设计等资料可联系客服协助查找;