Java+SSM+Vue graduation project patient tracking and treatment information management system (including source code + thesis)


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 project this year (2022), [SSM-based patient tracking and treatment information management system]

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: 4 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/BV1Wa411p7vU

2.1 Interface display

  • Case collection management interface

Insert image description here

  • Doctor management interface

Insert image description here

  • Upload action track management interface

Insert image description here

  • Administrator login interface

Insert image description here

  • Patient management interface

Insert image description here

  • Doctor management interface

Insert image description here

3 design solutions

3.1 Overview

The patient tracking and treatment information management system adopts the B/S model, which promotes the safe, fast and efficient development of the patient tracking and treatment information management system. The traditional management model is still in the manual processing stage, and the management efficiency is extremely low. As the number of patients continues to increase, the traditional manual management model can no longer meet the needs of current patients. With the advent of the information age, the patient tracking and treatment information management system has become more and more complex. Development has become inevitable.

This website system uses the SSM framework for dynamic web development, Java is used as the system development language, and MySQL is used as the backend database. Designed and developed an administrator; homepage, personal center, patient management, case collection management, appointment management, doctor management, uploading nucleic acid test report management, uploading action trajectory management, classification management, patient treatment status management, message board management, system management , patient; homepage, personal center, case collection management, appointment management, doctor management, uploading nucleic acid test report management, uploading action trajectory management, patient treatment status management, front desk homepage; homepage, doctors, medical information, message feedback, personal center, Patient tracking and treatment information management system with backend management, online consultation and other functions. 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.

3.2 Development environment

  • Development language: Java
  • Framework: ssm
  • JDK version: JDK1.8
  • Server: tomcat7
  • Database: mysql 5.7 (must be version 5.7)
  • Database tool: Navicat11
  • Development software: eclipse/myeclipse/idea
  • Maven package: Maven3.3.9

3.3 System process

  • System login flow chart
    Insert image description here
  • Add information flow diagram
    Insert image description here
  • Delete information flow chart
    Insert image description here

3.4 System structure design

This website can be divided into: functions used by patients and functions managed by administrators.

Patient use functions: homepage, personal center, case collection management, appointment management, doctor management, uploading nucleic acid test report management, uploading action trajectory management, patient treatment status management, etc.

Administrator management functions: homepage, personal center, patient management, case collection management, appointment management, doctor management, uploading nucleic acid test report management, uploading action trajectory management, classification management, patient treatment status management, message board management, system management, etc.

  • Structural diagram of patient tracking and treatment information management system
    Insert image description here
  • Login system structure diagram
    Insert image description here
  • These functions can fully meet the needs of patient tracking and treatment information management systems. The system function is relatively comprehensive and the system function structure is as shown below.
    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/mojikopi/article/details/133203653