Vue graduation project topic selection: hospital outpatient management website during the epidemic (including source code + paper)


1 Project Introduction

Hi, hello fellow students, this is Senior Sister M!

Today I would like to share with you a newly completed graduation project this year (2022), [Hospital outpatient website during the epidemic based on SSM]

The senior students will rate the project according to the difficulty and level of implementation (minimum 0 points, full score 5 points)

  • Difficulty factor: 3 points

  • Workload: 5 points

  • Innovation point: 3 points

  • Interface beautification: 5 points

Supplementary explanation for interface beautification: Anyone who uses vue can basically achieve 5 points

This project will be completed in June 2022 and includes: source code + thesis + defense PPT

Project acquisition:
https://gitee.com/sinonfin/L-javaWebSha/tree/master


2 to achieve the effect

Video address: https://www.bilibili.com/video/BV1Ga411n7AA

2.1 Interface display

  • System home page interface

Insert image description here

  • Hospital information management interface

Insert image description here

  • Administrator function interface

Insert image description here

  • Action track management interface

Insert image description here

3 design solutions

3.1 Overview

The hospital outpatient management system during the epidemic is a management system built with practical application as the development background, using software engineering development methods, and using SSM technology. The entire development process first conducts a requirements analysis on the software system to derive the main functions of the system. Then carry out the overall design and detailed design of the system. The overall design mainly includes the overall structure design of the system, the system data structure design, the system function design and the system security design, etc.; the detailed design mainly includes the key codes for module implementation, system database access and the specific implementation of the main functional modules.

During this epidemic, the database used by the hospital's outpatient management system is Mysql, which is developed using SSM technology. During the design process, the system code was fully guaranteed to have good readability, practicality, easy scalability, versatility, easy later maintenance, easy operation, and simple page.

Insert image description here

3.2 System development process

The analysis of the system process is to adjust and organize the system design plan by investigating the identification, feasibility, operability, system analysis and processing capabilities of the problems involved in the system to ensure that the system can reach the ideal state. These operations require a series of process tests focusing on registration and login to ensure the integrity of the database, thereby controlling the security of information management involved in the system and ensuring the normal conversion of information input and output. Then, complete the drawing work of the flow chart through practical operations.

During the epidemic, the development of the hospital outpatient management system analyzed the management modules and the database used by the system, wrote codes, and tested the system.

Insert image description here

3.3 System structure design

Administrator functions: system homepage, personal center, user management, doctor management, epidemic announcement management, action trajectory management, abnormal report management, department information management, abnormal report management, system management, hospital information management, appointment information management, online chat management , chat reply management, and my collection management.

User functions: system homepage, personal center, action track management, abnormal report management, appointment information management, online chat management, chat reply management, and my collection management.

Doctor functions: system homepage, personal center, appointment information management, online chat management, chat reply management.

Insert image description here

4 items acquired

This project will be completed in June 2022 and includes: source code + thesis + defense PPT

Project acquisition:
https://gitee.com/sinonfin/L-javaWebSha/tree/master

Guess you like

Origin blog.csdn.net/WEB_DC/article/details/133158963