基于小程序醫(yī)院公眾號建設推動醫(yī)療衛(wèi)生服務現狀研究-計算機畢業(yè)設計源碼+LW文檔
摘? 要
隨著信息技術和網絡技術的飛速發(fā)展,人類已進入全新信息化時代,傳統(tǒng)管理技術已無法高效,便捷地管理信息。為了迎合時代需求,優(yōu)化管理效率,各種各樣的管理系統(tǒng)應運而生,各行各業(yè)相繼進入信息管理時代,醫(yī)院公眾號建設推動醫(yī)療衛(wèi)生服務就是信息時代變革中的產物之一。
任何系統(tǒng)都要遵循系統(tǒng)設計的基本流程,本系統(tǒng)也不例外,同樣需要經過市場調研,需求分析,概要設計,詳細設計,編碼,測試這些步驟,基于Java語言、微信小程序技術設計并實現了醫(yī)院公眾號建設推動醫(yī)療衛(wèi)生服務。系統(tǒng)主要包括系統(tǒng)首頁、個人中心、用戶管理、市區(qū)管理、醫(yī)院公眾號管理、醫(yī)院信息管理、系統(tǒng)管理等功能模塊。
本文首先介紹了醫(yī)院公眾號建設推動醫(yī)療衛(wèi)生服務管理技術的發(fā)展背景與發(fā)展現狀,然后遵循軟件常規(guī)開發(fā)流程,首先針對系統(tǒng)選取適用的語言和開發(fā)平臺,根據需求分析制定模塊并設計數據庫結構,再根據系統(tǒng)總體功能模塊的設計繪制系統(tǒng)的功能模塊圖,流程圖以及E-R圖。然后,設計框架并根據設計的框架編寫代碼以實現系統(tǒng)的各個功能模塊。最后,對初步完成的系統(tǒng)進行測試,主要是功能測試、單元測試和性能測試。測試結果表明,該系統(tǒng)能夠實現所需的功能,運行狀況尚可并無明顯缺點。
關鍵字:B/S模式、Java技術、醫(yī)院公眾號建設推動醫(yī)療衛(wèi)生服務、軟件架構
Pick to
With the rapid development of information technology and network technology, human beings have entered a new information age, traditional management technology has been unable to efficiently and conveniently manage information. In order to meet the needs of The Times and optimize management efficiency, a variety of management systems have emerged. All walks of life have entered the information management era. The construction of hospital public accounts to promote medical and health services is one of the products in the information era.
Any system must follow the basic process of system design, this system is no exception, also need to go through market research, demand analysis, outline design, detailed design, coding, testing these steps, based on the Java language, wechat small program technology design and implementation of the hospital public account construction to promote medical and health services. The system mainly includes system home page, personal center, user management, urban management, hospital public number management, hospital information management, system management and other functional modules.
This article first introduced the hospital public construction to promote the development of health service management technology background and development present situation, and then follow the routine software development process, first of all, in view of the system and the selection of suitable language development platform, according to the requirement analysis module and database structure design, and according to the overall function module of system function module chart of the design drawing system, Flow charts and E-R diagrams. Then, design the framework and write code according to the designed framework to achieve each functional module of the system. Finally, the preliminary completed system is tested, mainly functional test, unit test and performance test. The test results show that the system can achieve the required functions, and the running condition is fair and there is no obvious defect.
Keywords: B/S mode, Java technology, hospital official account construction, medical and health service promotion, software architecture
目? 錄
1緒論 1
1.1項目研究的背景 1
1.2開發(fā)意義 1
1.3項目研究現狀及內容 5
1.4論文結構 5
2開發(fā)技術介紹 7
2.1 B/S架構 7
2.2 MySQL 介紹 7
2.3 MySQL環(huán)境配置 7
2.4 Java語言簡介 8
2.5微信小程序技術 8
3系統(tǒng)分析 9
3.1可行性分析 9
3.1.1技術可行性 9
3.1.2經濟可行性 9
3.1.3操作可行性 10
3.2網站性能需求分析 10
3.3網站功能分析 10
3.4系統(tǒng)流程的分析 11
3.4.1 用戶管理的流程 12
3.4.2 個人中心管理流程 13
3.4.3 登錄流程 13
4系統(tǒng)設計 14
4.1 軟件功能模塊設計 14
4.2 數據庫設計 13
4.2.1 概念模型設計 13
4.2.2 物理模型設計 15
5系統(tǒng)詳細設計 21
5.1系統(tǒng)前臺功能模塊 21
5.2管理員功能模塊 24
6系統(tǒng)測試 30
7總結與心得體會 33
7.1 總結 33
7.2 心得體會 33
參考文獻 35
致謝 36
考慮到實際生活中在醫(yī)院公眾號建設推動醫(yī)療衛(wèi)生服務管理方面的需要以及對該系統(tǒng)認真的分析,將系統(tǒng)權限按管理員和用戶這兩類涉及用戶劃分。
(a) 管理員;管理員使用本系統(tǒng)涉到的功能主要有:個人中心、用戶管理、市區(qū)管理、醫(yī)院公眾號管理、醫(yī)院信息管理、系統(tǒng)管理等功能。
(b)用戶進入系統(tǒng)前臺可以實現首頁、我的、醫(yī)院信息、醫(yī)院公眾號等功能。



