Design and implementation of hospital triage system based on java

Triage management mainly realizes patient information entry, triage, queuing and other functions. The Java graduation project was developed using the current popular spring MVC, hibernate, and spring technologies. The system can be divided into four modules according to functions: system setting module, patient management module, department management module, and triage management. 1 Patient query function: In order to facilitate doctors to find patient information, all patient information is classified according to needs. This way doctors can easily find the information they need.

Source code

http://www.byamd.xyz/dljd.html

Insert picture description here

Guess you like

Origin blog.csdn.net/clover926/article/details/112737444