【正文】
蘇州科技學(xué)院本科生畢業(yè)設(shè)計(論文)蘇州科技學(xué)院畢業(yè)設(shè)計(論文)題 目 基于 Android 的醫(yī)院就診預(yù)約 管理系統(tǒng)的設(shè)計與實現(xiàn) 性 質(zhì): 畢業(yè)設(shè)計 畢業(yè)論文 √專 業(yè): 計算機(jī)科學(xué)與技術(shù) 年 級: 2022 級 學(xué) 號: 11202235111 姓 名: 李 輝 指導(dǎo)教師 陶 滔 二 O 一五年蘇州科技學(xué)院本科生畢業(yè)設(shè)計(論文)I基于 Android 的醫(yī)院就診預(yù)約管理系統(tǒng)的設(shè)計和實現(xiàn)摘 要醫(yī)院看病難的問題是當(dāng)下熱議的話題之一。預(yù)約掛號是患者尋診問藥的第一階段,如果能夠提高預(yù)約掛號的效率,不僅能提高醫(yī)院工作效率,同時可以減少患者的候診時間。預(yù)約掛號系統(tǒng)是基于 Android 操作系統(tǒng)的手機(jī)進(jìn)行設(shè)計和研究的,實現(xiàn)在手機(jī)上完成醫(yī)院預(yù)約掛號功能。系統(tǒng)基于 C/S 體系設(shè)計結(jié)構(gòu),客戶端使用 Android SDK 開發(fā)工具,根據(jù)預(yù)約掛號業(yè)務(wù)流程,提供用戶注冊登陸、預(yù)約掛號、語音提示等功能,服務(wù)器端支持管理員、醫(yī)生登錄管理功能。服務(wù)器和客戶端間的通信采用 HTTP 協(xié)議和 JSON 格式進(jìn)行的數(shù)據(jù)傳輸。系統(tǒng)利用 Android API 提供的各種組件模仿 Windows8 操作系統(tǒng)的扁平化風(fēng)格進(jìn)行界面設(shè)計,預(yù)約就診時間精確到分鐘,掛號成功語音提示,能夠很好地滿足用戶體驗,通過技術(shù)手段解決患者看病難的問題。關(guān)鍵詞 預(yù)約掛號;Android SDK;扁平化;JSON 格式蘇州科技學(xué)院本科生畢業(yè)設(shè)計(論文)IIBased on the Android39。s hospital management system design and implementation of the bookingAbstractThe problem of hospital medical difficulty is one of the hot of patients seeking the first stage of diagnosis and asks the pharmacist, if we can improve the efficiency of appointment register, not only can improve the work efficiency of the hospital, at the same time, can reduce the waiting time of patients. The reservation registration system is based on the Android operating system for mobile phone design and research, realize the hospital booking registration functions on the phone. System based on C/S system structure design, the client uses the Android SDK tools, according to appointment registration business processes, providing registered users landing, registration, the voice prompt, etc., the server support administrators, doctors log management function. The munication between the server and the client is transmitted by HTTP protocol and JSON format.. System use the Android API to provide the various ponents of the imitation Windows 8 flat style interface design, schedule an appointment time, accurate to the minute, successfully registered the voice prompt, can well meet the user experience, through technical means solving the patient to see a doctor difficult question.Keywords Android SDK。 Delayering。 Appointment registration。 JSON format蘇州科技學(xué)院本科生畢業(yè)設(shè)計(論文)III目 錄第 1 章 緒論 ....................................................................................................................................................1 研究背景和意義 ...............................................................................................................................1 國內(nèi)外研究概況 ...............................................................................................................................2第 2 章 需求分析與總體設(shè)計 ........................................................................................................................4 系統(tǒng)業(yè)務(wù)流程 ...................................................................................................................................4 系統(tǒng)功能需求分析 ...........................................................................................................................5 Android 客戶端 .......................................................................................................................5 web 醫(yī)生端 .............................................................................................................................6 web 管理員端 .........................................................................................................................6 系統(tǒng)結(jié)構(gòu)設(shè)計 ...................................................................................................................................6 系統(tǒng)體系架構(gòu) ........................................................................................................................6 系統(tǒng)采用的設(shè)計模式 ............................................................................................................6 系統(tǒng)的技術(shù)方案 ....................................................................................................................7 系統(tǒng)功能模塊劃分 ...........................................................................................................................9 客戶端功能模塊 ....................................................................................................................9 服務(wù)器端功能模塊 ................................................................................................................9 功能模塊設(shè)計 .................................................................................................................................10 注冊登錄模塊 ......................................................................................................................10 用戶 UI 模塊 ........................................................................................................................10 數(shù)據(jù)傳輸模塊 ......................................................................................................................10 數(shù)據(jù)處理模塊 ......................................................................................................................11 數(shù)據(jù)存儲模塊 ......................................................................................................................11第 3 章 數(shù)據(jù)庫設(shè)計 ......................................................................................................................................12 數(shù)據(jù)庫類型 .....................................................................................................................................12 數(shù)據(jù)表設(shè)計 .....................................................................................................................................13 醫(yī)生表 ..................................................................................................................................13 排診表 .................................................................