Design of hospital registration outpatient system based on SSM (including source files)

Welcome to add WeChat to communicate with each other and learn!

QR code

Project source code: https://gitee.com/oklongmm/biye

With the rapid development of computer technology, automated management has been implemented in many places, and hospitals are no exception. In most hospitals, whether it is the registration desk or the window for taking medicine, you will see a long line. Obviously, this will waste too much time for patients in the process of seeking medical treatment. Secondly, for those elderly patients, some do not know each department well, and do not know which department number they want to call. This series of problems all urgently need to be solved.

This system is for patients' convenience and quick medical treatment, without having to get up early to queue for a long registration line, and for patients who don't know the department well, the system intelligently recommends the department. In this way, the hospital can better manage, improve the medical treatment environment, and increase the efficiency of medical treatment. Doctors can diagnose patients efficiently, so that examinations and treatments can be carried out most effectively. In the end, medical treatment becomes efficient, convenient and intelligent.

The hospital registration system based on SSM is designed to facilitate patients to seek medical treatment, and at the same time improve the efficiency of doctors' diagnosis and improve the medical environment. The main functions are:

Patients can register according to their registered health card number or ID card, and they can be divided into the same day registration and appointment registration. You can also cancel the appointment and check the appointment status. Patients can recharge and pay, pre-pay examination fees, pre-pay registration fees, etc. You can also keep the balance in the health card for various payment in the hospital. Finally, patients can also check the doctors in each department and check the reports. When a doctor logs in to his account, he can see the patient registration status on the doctor's clinic page, and diagnose them in turn according to the clinic number. The doctor edits the checklist according to the patient's health card number and condition. The checklist includes information such as the items to be checked by the patient, the address of the check, and precautions. The doctor searches for the name of the medicine to be prescribed by the patient in the patient medication interface, and can set the dosage. In addition, doctors can also update on-duty information, view patient reports, and enter patient visits to form an electronic medical record. The system administrator is mainly to check the addition, deletion, modification, and modification of patient information, doctor information, report information, and drug information.

 

This system is mainly divided into four parts: patient function module, doctor function module, administrator function module and other function modules. Among them, the patient function module mainly includes registering, browsing departments, inquiring reports, applying for health cards, and can use the intelligent diagnosis function to select departments. The doctor function module includes querying patient registration status, uploading personal profile, issuing examination form, administering medicine for the patient, viewing patient report, entering the patient's medical situation to form an electronic medical record. The administrator function module includes the management of patient information, doctor information, drug information, and report information. Finally, other functional modules include the login and registration of patients and doctors, and the recharge and payment functions of patients.

 

table of Contents

Summary I

Abstract II

1. Introduction 1

(1) Background of project development 1

(2) Purpose of project development 1

2. Feasibility analysis and overall design principles 2

(1) Feasibility analysis 2

1. Technical feasibility 2

2. Economic feasibility 2

3. Social feasibility 3

(2) General design principles 3

Three, system analysis 5

(1) Business process analysis 5

(2) Data flow diagram 6

(3) Data dictionary 9

Four, system design 13

(1) System function design 13

(B) System database design 14

1. Conceptual structure design 14

2. Logical structure design 18

3. Database table design 18

(3) Selection of system development tools and development mode 20

1. System Development Tools 20

2. System Design Pattern 21

Five, system implementation 22

(1) User module 22

1. Login and registration management module 22

2. First interface 23

3. Appointment registration interface 24

4. Intelligent diagnosis interface 25

5. Recharge account interface 26

6. Case management interface 27

(3) Administrator module 28

1. Login interface 28

2. Appointment registration management interface 28

3. User Management Interface 29

Six, performance testing and analysis 30

(1) The importance of testing 30

(2) Research and selection of test cases 30

(3) Test environment and test conditions 31

(4) Example test 32

(5) Systematic evaluation 32

(6) Test results 33

Reference 35

Thanks 36

Guess you like

Origin blog.csdn.net/weixin_55459367/article/details/114104334