基于python的疫情防控下醫(yī)院人員調動系統(tǒng)設計與實現(xiàn)-計算機畢業(yè)設計源碼+LW文檔
摘 要
隨著信息技術和網絡技術的飛速發(fā)展,人類已進入全新信息化時代,傳統(tǒng)管理技術已無法高效,便捷地管理信息。為了迎合時代需求,優(yōu)化管理效率,各種各樣的管理系統(tǒng)應運而生,各行各業(yè)相繼進入信息管理時代,疫情防控下醫(yī)護人員調度系統(tǒng)就是信息時代變革中的產物之一。
任何系統(tǒng)都要遵循系統(tǒng)設計的基本流程,本系統(tǒng)也不例外,同樣需要經過市場進行調研,醫(yī)院需求進行分析,概要設計,系統(tǒng)詳細設計,測試和編碼等步驟,設計并實現(xiàn)了疫情防控下醫(yī)護人員調度系統(tǒng)。系統(tǒng)選用B/S模式,應用Python技術, MySQL為后臺數據庫。系統(tǒng)主要包括首頁,個人中心,醫(yī)護人員管理,操作員管理,體溫數據管理,隔離治療管理,輪班調度管理,支援信息管理等功能模塊。
本文首先介紹了疫情防控下醫(yī)護人員調度管理的技術發(fā)展背景與發(fā)展現(xiàn)狀,然后遵循軟件常規(guī)開發(fā)流程,首先針對系統(tǒng)選取適用的語言和開發(fā)平臺,根據需求分析制定模塊并設計數據庫結構,再根據系統(tǒng)總體功能模塊的設計繪制系統(tǒng)的功能模塊圖,流程圖以及E/R圖。然后,設計框架并根據設計的框架編寫代碼以實現(xiàn)系統(tǒng)的各個功能模塊。最后,對初步完成的系統(tǒng)進行測試,對功能、單元和性能進行測試。測試結果表明,該系統(tǒng)能夠實現(xiàn)所需的功能,運行狀況尚可并無明顯缺點。
關鍵詞:醫(yī)護人員調度;Python技術;MySQL數據庫
Abstract
With the rapid development of information technology and network technology, human beings have entered a new information age, and traditional management techniques can no longer manage information efficiently and conveniently. In order to meet the needs of the times and optimize management efficiency, various management systems have emerged as the times require. All walks of life have entered the information management era one after another. The medical staff scheduling system under epidemic prevention and control is one of the products of the information era.
Any system must follow the basic process of system design, and this system is no exception. It also needs to go through market research, hospital demand analysis, outline design, system detailed design, testing and coding and other steps to design and realize the prevention and control of the epidemic. Medical staff scheduling system. The system adopts B/S mode, uses Python technology, and MySQL is the background database. The system mainly includes functional modules such as home page, personal center, medical staff management, operator management, body temperature data management, isolation treatment management, shift scheduling management, and support information management.
This paper first introduces the technical development background and development status of medical staff scheduling management under epidemic prevention and control, and then follows the routine software development process. First, select the appropriate language and development platform for the system, formulate modules and design database structures according to demand analysis, and then follow the routine software development process. The design of the overall function module of the system draws the function module diagram, flow chart and E/R diagram of the system. Then, design the framework and write code according to the designed framework to realize each functional module of the system. Finally, the preliminary completed system is tested for function, unit and performance. The test results show that the system can achieve the required functions, and the operating conditions are acceptable without obvious shortcomings.
Key words: Medical staff scheduling; Python technology; The MySQL database
目錄
1 緒論 1
1.1課題背景 1
1.2課題研究現(xiàn)狀 1
1.3初步設計方法與實施方案 2
1.4本文研究內容 2
2 系統(tǒng)開發(fā)環(huán)境 4
2.1 PYTHON簡介 4
2.2MyEclipse環(huán)境配置 4
2.3 B/S結構簡介 4
2.4MySQL數據庫 5
2.5 DJANGO框架 5
3 系統(tǒng)分析 6
3.1系統(tǒng)可行性分析 6
3.1.1經濟可行性 6
3.1.2技術可行性 6
3.1.3運行可行性 6
3.2 系統(tǒng)現(xiàn)狀分析 6
3.3功能需求分析 7
3.4系統(tǒng)設計規(guī)則與運行環(huán)境 8
3.5系統(tǒng)流程分析 9
3.5.1操作流程 9
3.5.2添加信息流程 9
3.5.3刪除信息流程 10
4 系統(tǒng)設計 11
4.1系統(tǒng)設計主要功能 11
4.2數據庫設計 11
4.2.1數據庫設計規(guī)范 11
4.2.2 E/R圖 11
4.2.3數據表 12
5 系統(tǒng)實現(xiàn) 17
5.1管理員功能模塊 17
5.2操作員功能模塊 20
5.3醫(yī)護人員功能模塊 21
6 系統(tǒng)測試 23
6.1功能測試 23
6.2可用性測試 23
6.3性能測試 24
6.4測試結果分析 24
結 論 25
參考文獻 26
致 謝 27



