Wechat applet node+vue hospital registration appointment system fun17

In order to realize the administrator backend; home page, personal center, user management, expert management, department type management, professional title type management, hospital registration management, registration information management, message board management, system management, expert backend; home page, personal center, Hospital registration management, registration information management, system management, user front-end; home page, hospital registration, mine and other functions. Development language node.js
framework: Express
front-end: Vue.js
database: mysql 
database tool: Navicat
development software: VScode 
Difficulty seeing a doctor has become a common feeling of many patients. It is very common to wait four or five hours in the hospital before seeing a doctor . Especially for large general hospitals with advanced medical equipment, high medical level, and a large number of outpatient visits, outpatient crowding is a common phenomenon, and it is also a problem that plagues the efficiency of hospital visits and the image of the hospital.
 This development and design is based on the online appointment registration of large hospitals in real life as the main basis and background. After an in-depth investigation of the registration and selection of chief physician systems in this process, we strive to develop a practical, complete and clear page. Friendly hospital registration system. The system mainly includes: real-name registration module, patient information management module, doctor scheduling module, patient appointment module, appointment information management module, patient consultation module, etc.
The hospital registration system is an important reform measure for patient-centered medical services. The hospital implements appointment diagnosis and treatment services, which is beneficial for patients to consult with doctors, arrange medical treatment plans in advance, reduce waiting time, and is also conducive to improving the hospital's management level, improving work efficiency and medical quality.

When writing the vue page, pay attention to the writing of the url. When the user clicks the button, the url must be passed to the presentation layer, and the presentation layer uses the business layer to complete the database interaction.
Node.js is a platform built on top of Chrome's JavaScript runtime.
 Front-end technology: nodejs+vue+elementui, the essence of the view layer is the vue page, which is displayed in the browser by writing the vue page, and the written vue page must be able to interact with the controller class, so that the user can click on the web page to operate can be normal. Middleware can be set up to respond to HTTP requests.
 Routing tables are defined for performing different HTTP request actions.
 HTML pages can be rendered dynamically by passing parameters to the template.
Small program framework: uniapp
Small program running software: WeChat developer
Development model: mixed development
 
Front-end framework: vue.js
 
Database: mysql
database Tool: Navicat11 Main
 
research objectives and content
Meticulous and full control of each link in the process will play an important role in appointment registration, reduce the congestion of registration windows for medical institutions, and make full and reasonable use of medical institution resources.
Through the use of this system, patients can be registered with a satisfactory number, and a satisfactory doctor can be arranged, which can promote the management of the hospital, and prevent some people from taking advantage of the hospital's loopholes to buy and sell "expert numbers". At the same time, the resources of the hospital are fully utilized, which improves the popularity and competitiveness of the hospital.
The modules included in this system are: real-name registration, appointment registration, system management, department management, and appointment management.
The key to the subject lies in reservation management and reservation registration order processing. How to process reservation orders safely, correctly and efficiently is a key issue that needs to be considered during design.

Table of contents

Abstract I
ABSTRACT II
Contents III Chapter
1 Introduction 1
1.1 Topic Background 2
1.2 Research Status and Development Trend 3
1.3 Research Significance 6
1.4 Research Content 6
Chapter 2 Related Technologies 7
2.1 Java Introduction 7
2.2 Mysql Database 7
2.3 WeChat WeChat Program Introduction 9
2.4 SSM Three Frameworks 9
Chapter 3 System Analysis 11
3.1 Research Objectives 11
3.2 System Feasibility Analysis 11
3.3 System Function Requirements Analysis 12
3.4 Performance Analysis 13
3.5 Other Requirements 14
Chapter 4 System Design 16
4.1 Overview 16
4.2 Project Design Goals and Principles 16
4.3 Data Sheet 18
Chapter 5 System Implementation 21
5.1 User Front-End Function Modules 21
5.2 Administrator Back-End Function Modules 23
5.3 Expert Back-End Function Modules 23
Chapter 6 System Testing 27
6.1 Purpose of System Testing 27
6.2 Testing Methods and Use Cases 27
Conclusion 30
Acknowledgments 31
References 32

Guess you like

Origin blog.csdn.net/qq2295116502/article/details/130995204