Java hospital management system HIS source code with applet and installation tutorial

Java hospital management system HIS source code with small program and installation tutorial.

This project is a hospital management system written with springboot+layui+shiro. The business of this system is relatively complex, and the database has a total of 36 tables. The video + business reference documents of the project are all in Baidu Cloud Disk. You can take a look at the video and reference documents first.

The project is divided into outpatient management, inpatient management, system management, statistical management, data center, scheduling management, warehouse management, pharmacy management. The focus of this system is outpatient and inpatient management. Fill in the patient's detailed information, such as name, age, mobile phone number , gender, ID number, select the department registration type doctor, and the corresponding registration fee will be displayed. When you click submit, it will be judged whether the information you entered is correct. If the mobile phone number or ID number is being treated, a prompt will be displayed. The mobile phone number or ID number is being treated. The registration page will use radio buttons to query all registrations, today's registrations and scheduled registrations, and can perform a series of operations for the user on that day's registrations, such as transferring to hospitalization. If the patient has ongoing projects, this will not be possible. To transfer to hospitalization, you need to pay the relevant fees before you can transfer to hospitalization.

Functions of outpatient management: user registration, prescription pricing, project pricing, project payment, project inspection, drug payment, and outpatient patient database.

Functions of hospitalization management: admission registration, payment management, drug accounting, project accounting, and discharge settlement.

System management functions: menu management, role management, user management, icon management, data source monitoring and management, including data source admin/admin.

Statistical management: outpatient monthly statistics, inpatient monthly statistics, outpatient annual statistics, inpatient annual statistics, doctor statistics, and outpatient day statistics.

Data center: department center management, doctor list management, drug origin management, project category management, registration type management.

Warehouse management, manager management, supplier management, drug classification management, drug dictionary management and scheduling: doctor scheduling management.

Warehouse management: Inbound order management, inventory inquiry, outbound order management, operation record management, etc.

Pharmacy management: pharmacy details management, outpatient medicine collection management, and inpatient medicine collection management.

Technology: springboot+shiro+layui+jquery+thymeleaf

Operating environment: jdk8+mysql+IntelliJ IDEA+maven


 


 


 


 


 


 


 


 


 

Guess you like

Origin blog.csdn.net/airen3339/article/details/135435540