Hospital outpatient query system code based on java

Source Code: B-E83

Project Name: Hospital Outpatient Query System Based on JSP+Servlet

Author of source code: Thunderbolt production

Author of the paper: Written by Getaway

Current version: V1.0 version

User type: three roles (patient, doctor, administrator)

Project architecture: B/S architecture

Main technologies: Java, Layui, C3P0, JSP, Servlet, Ajax

Operating environment: Win7 and above, JDK1.8 and above

Database: MySQL5.5 and above

Running server: Tomcat7.0 and above

Running tools: Eclipse/MyEclipse/IDEA, default Eclipse.

Number of database tables: 8 tables

Whether there is a graduation thesis: there is a thesis, opening report, task statement, the number of words in the thesis is 12569 words, and 48 pages

Applicable scenarios: It is suitable for Java graduation design and Java course design, and it is very suitable for students who learn Java.

Project introduction: The system is mainly divided into three roles, namely patients, doctors, and administrators, and is divided into the front desk and the background. The main functions include patient registration and login, browsing departments, browsing outpatient clinics to make appointments, viewing notices and announcements, viewing medical records, doctors can register and approve outpatient appointments after logging in, enter patients' conditions, and modify personal information, etc. After the administrator logs in, he can manage patients, doctors, departments, outpatient inquiries and registrations, cases, and modify personal information.

Get the source code: Hospital Outpatient Query System Based on JSP+Servlet - Nine Birds

More source code

Main function structure diagram

Project Description

project skeleton

Database Table

register

Log in

front page

Doctor (Specialist) Details

news

my appointment information

my case

personal information

Modify patient information

Add a doctor

Modify department information

new news

Outpatient registration management

Announcement management

case management

Registration statistics

The following are screenshots of some papers

Words of the thesis: 12569 words, 48 ​​pages in total

Summary

Table of contents

introduction

demand analysis

system design

ER

Database physical table structure

System implementation

System test

related suggestion

Hospital registration system based on JSP+Servlet

Hospital Appointment Registration System Based on SSM

Guess you like

Origin blog.csdn.net/liqz666/article/details/126810617