程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

Graduation design of hospital personnel mobilization system (front and back end separation) based on python+vue+elementui for epidemic prevention and control

編輯:Python

With the rapid development of information technology and network technology , Mankind has entered a new information age , Traditional management techniques are no longer efficient , Easily manage information . In order to meet the needs of the times , Optimize management efficiency , A variety of management systems came into being , All walks of life have entered the era of information management , The medical staff scheduling system under the epidemic prevention and control is one of the products of the information age .
Any system should follow the basic process of system design , This system is no exception , It also needs market research , Hospital needs analysis , Outline design , Detailed design of the system , Testing and coding , Design and implement the medical staff scheduling system under epidemic prevention and control . System selection B/S Pattern , application Python technology , MySQL For background database . The system mainly includes the home page , Personal center , Medical staff management , Operator management , Temperature data management , Isolation treatment management , Shift scheduling management , Support information management and other functional modules .
Through market research and consulting research , Understand the use needs of medical staff and managers , Therefore, a management system was established , Modules such as medical staff and operators . The functional structure diagram is as follows :

System login , By filling in the user name entered during registration 、 password 、 Select the role and other information to log in ,

The administrator can log in to the system to view the home page , Personal center , Medical staff management , Operator management , Temperature data management , Isolation treatment management , Shift scheduling management , Support information management and other functions , And carry out detailed operation

Item number : python233django Hospital personnel mobilization system under epidemic prevention and control
development language :Python
python frame :django
Software version :python3.7/python3.8
database :mysql 5.7 Or later
Database tools :Navicat11
Development software :PyCharm/vs code
The front frame :vue.js
The operator can log in to the system to view the home page , Personal center , Temperature data management , Isolation treatment management , Shift scheduling management , Support information management and other functions , And carry out detailed operations as required
Medical staff can log in to the system to view the home page , Personal center , Temperature data management , Isolation treatment management , Shift scheduling management , Support information management and other functions , And carry out detailed operations as required

Isolation treatment management ; The index can be viewed on the isolation treatment management page , Medical worker No , Medical name , Isolation time , Isolation ward , Operator account number , Operator name, etc , And details , Operations such as modification and deletion

1 The introduction 1
1.1 Background of the project 1
1.2 Research status of the subject 1
1.3 Preliminary design method and implementation scheme 2
1.4 Research content of this paper 2
2 System development environment 4
2.1 PYTHON brief introduction 4
2.2MyEclipse Environment configuration 4
2.3 B/S Structure Introduction 4
2.4MySQL database 5
2.5 DJANGO frame 5
3 Systems analysis 6
3.1 System feasibility analysis 6
3.1.1 Economic feasibility 6
3.1.2 Technical feasibility 6
3.1.3 Operational feasibility 6
3.2 System status analysis 6
3.3 Functional requirements analysis 7
3.4 System design rules and operating environment 8
3.5 System process analysis 9
3.5.1 Operation process 9
3.5.2 Add information flow 9
3.5.3 Delete information flow 10
4 The system design 11
4.1 Main functions of system design 11
4.2 Database design 11
4.2.1 Database design specification 11
4.2.2 E/R chart 11
4.2.3 Data sheet 12
5 system implementation 17
5.1 Administrator function module 17
5.2 Operator function module 20
5.3 Medical staff function module 21
6 The system test 23
6.1 A functional test 23
6.2 Usability testing 23
6.3 Performance testing 24
6.4 Analysis of test results 24
junction On 25
reference 26
Cause thank 27


  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved