Small and medium-sized hospital information system based on B/S architecture SpringBoot+Bootstrap framework

1. Introduction to open source projects

Information system for small and medium-sized hospitals based on B/S architecture and SpringBoot+Bootstrap framework. Simple implementation of basic functions such as registration fees, outpatient management, price-based fees, pharmacy pickup, physical examination management, pharmacy management, and system maintenance.

2. Function Overview

This system is an information management system for small and medium-sized hospitals implemented based on Thymeleaf+SpringBoot+SpringDataJPA. Simple implementation of basic functions such as registration fees, outpatient management, price-based fees, pharmacy pickup, physical examination management, pharmacy management, and system maintenance.

  • The information management system for small and medium-sized hospitals based on SpringBoot is relatively rough, but it also implements some core functions.
  • The medical card provides two methods of entry: manual and card reading. The IC card reader is "Deka D3" and the SDK is provided by Deka's official website.
  • Taking into account security issues, the email address for user registration and verification email does not provide an authorization code for the time being. If necessary, you can use your own email address, enable the POP3/SMTP service, and configure it in the project.
  • The front-end page has not been optimized too much. If the size does not fit, the browser zoom ratio can be adjusted appropriately.

3. Technology Selection

editor

  • I understand the idea

Front-end technology

  • Basics: HTML+CSS+JavaScript
  • Framework: Bootstrap+JQuery

Backend technology

  • SpringBoot 2.1.1.RELEASE+SpringDataJPA
  • Template engine: Thymeleaf
  • Permission control: Shiro
  • Database connection pool: HikariCP (SpringBoot default)
  • Interface document generation: Swagger2
  • IC card reader: Deka D3 SDK
  • Database: MySQL 5.7.28
  • JDK version: 1.8.0_231-b11

4. Interface display

5. Open source agreement

Using the MPL-2.0 open source protocol

6. Source code address

https://download.csdn.net/download/weixin_37576193/87732683

Guess you like

Origin blog.csdn.net/weixin_37576193/article/details/130390778