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


1 Project Introduction

Hi, everyone, this is Ms. M!

Today, I would like to share with you a newly completed graduation design project this year (2022), [SSM-based patient tracking and treatment information management system]

The senior sisters grade the project according to the difficulty and level of the realization (minimum 0 points, full score 5 points)

  • Difficulty factor: 3 points

  • Workload: 5 points

  • Innovation point: 3 points

  • Interface beautification: 5 points

Supplementary instructions for interface beautification: using vue can basically reach 5 points

This project will be completed in June 2022, including content: 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 scheme

3.1 Overview

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

The website system uses the dynamic web page development SSM framework, Java as the system development language, and MySQL as the background database. Designed and developed administrators; home page, personal center, patient management, case collection management, appointment management, doctor management, upload nucleic acid test report management, upload action track management, classification management, patient treatment status management, message board management, system management , patient; home page, personal center, case collection management, appointment management, doctor management, upload nucleic acid test report management, upload action track management, patient treatment status management, front home page; home page, doctor, medical information, message feedback, personal center, Patient tracking and treatment information management system with background management, online consultation and other functions. During the design process, the system code is fully guaranteed to be readable, practical, easy to expand, universal, easy to maintain later, easy to operate, and the page is concise.

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 flow

  • System login flowchart
    insert image description here
  • Add an infographic
    insert image description here
  • Delete infographic
    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: home page, personal center, case collection management, appointment management, doctor management, upload nucleic acid test report management, upload action track management, patient treatment status management, etc.

Administrator management functions: home page, personal center, patient management, case collection management, appointment management, doctor management, upload nucleic acid test report management, upload action track management, classification management, patient treatment status management, message board management, system management, etc.

  • Structural diagram of patient tracking treatment information management system
    insert image description here
  • Login system structure diagram
    insert image description here
  • These functions can fully meet the needs of the patient tracking treatment information management system. The function of this system is relatively comprehensive, as shown in the system function structure as shown in the figure below.
    insert image description here

4 Item Acquisition

This project will be completed in June 2022, including content: source code + thesis + defense PPT

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

Guess you like

Origin blog.csdn.net/bee_dc/article/details/128101147