freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

畢業(yè)設計論文醫(yī)院病房管理系統(tǒng)(已修改)

2025-09-22 15:26 本頁面
 

【正文】 摘 要 醫(yī)院病房管理系統(tǒng)是一種典型的管理信息系統(tǒng) (MIS), 即 一個由人 和 計算機組成的能進行 醫(yī)院病房 信息收集、傳遞、存貯、加工、維護和使用的系統(tǒng) 。 它的開發(fā)主要包括前臺應用程序的開發(fā)和后臺數(shù)據(jù)庫的建立和維護兩個方面。對于前者我們要求所開發(fā)應用程序生成的界面友好、易使用,程序本身功能完備;對于后者我們則要求建立一個數(shù)據(jù)一致性、完整性、安全性好的數(shù)據(jù)庫。 本人結(jié)合醫(yī)院病房管理的實際需求,經(jīng)過詳細地分析,完成了面向醫(yī)院的病房管理系統(tǒng)的需求分析、功能模塊劃分、數(shù)據(jù)庫模式分析等工作,并由此開發(fā)了應用程序和數(shù)據(jù)庫結(jié)構(gòu)。 本系統(tǒng)采用 SYBASE 公司推出的 PowerBuilder 作為前臺應用程序開發(fā)工具,后臺數(shù)據(jù)庫設計則采用了微軟推出的 SQLServer 2020,并利用 ODBC 數(shù)據(jù)庫訪問技術(shù)來實現(xiàn)前臺與后臺的連接。 本著實用性、可擴展與可維護性、安全可靠性以及操作界面友好的基本設計原則,系統(tǒng)滿足了用戶對住院病人信息及醫(yī)院信息進行增、刪、查、改的操作需求,是管理醫(yī)院日常工作及存儲臨床數(shù)據(jù)較為便捷的軟件。 關(guān)鍵詞 : 管理信息系統(tǒng),醫(yī)院病房管理系統(tǒng),數(shù)據(jù)安全性 Abstract The hospital wards management system is a kind of typical Management Information System (MIS). It is posed of the human beings and the puters. Using the system can help us collect, transmit, storage, process, maintain and use the hospital wards information. The development of it includes the application development at frontend and the establishment and maintenance of its key database at backgroup. For the former, we demand the interface generated by the application is userfriendly and easy to be used, and the process itself should be fullfeatured。 while, for the latter, we need to establish a database, which is good at data consistency, integrity and security. After bining the actual demand with the management of the hospital wards and detailed analysis, I did a lot of job, such as pleting the demand analysis, function module partition and analysis of database model for the hospitaloriented wards management system, and thus I established the applications and the database structure. The system uses PowerBuilder launched by the SYBASE as the applications development tool at frontend, and using Microsoft SQLServer 2020 for the backgroup database design, while the ODBC database access technology is also used to achieve the connection of frontend and backgroup. In the basic design principles, such as practicality, scalability, maintainability, reliability, the system meets the operation demand of users, that is, user could add, delete, select, change the information of hospital and hospital inpatients. This means the software works more convenient with managing daytoday work of hospital and storing clinical data. Keywords: Management Information System, hospital wards management system, data security 目錄 摘要 ................................................................ 1 Abstract ............................................................ 2 目錄 ................................................................ 3 1 緒言 ............................................................. 5 課題來源 .................................................... 5 課題產(chǎn)生的背景 .............................................. 5 管理信息系統(tǒng)的定義及功能 ............................... 6 管理信息系統(tǒng)的發(fā)展現(xiàn)狀 ................................. 7 課題研究的目的和意義 ........................................ 7 2 醫(yī)院病房管理系統(tǒng)開發(fā)的技術(shù)分析 ................................... 8 系統(tǒng)模式的選用 .............................................. 8 C/S 模式 ............................................... 8 B/S 模式 ............................................... 8 C/S 模式與 B/S 模式的比較分析 ........................... 8 C/S 模式的選用 ........................................ 10 DBMS 的選用 ................................................. 10 PowerBuilder 技術(shù) ........................................... 11 PowerBuilder 的特點及選用 ............................. 11 PowerBuilder 與數(shù)據(jù)庫的連接 ........................... 12 ODBC 技術(shù) ................................................... 13 系統(tǒng)的開發(fā)步驟 ............................................. 14 3 醫(yī)院病房管理系統(tǒng)需求分析 ........................................ 16 病房管理系統(tǒng)功能需求 ........................................ 16 病房管理系統(tǒng)功能模塊分析 .................................... 17 病房管理系統(tǒng)所涉及的數(shù)據(jù) .................................... 17 4 醫(yī)院病房管理系統(tǒng)總體設計與分析 .................................. 18 系統(tǒng)的總體功能模塊設計 ..................................... 18 系統(tǒng)數(shù)據(jù)流程圖 ............................................. 19 界面整體設計 ............................................... 20 安全設計 ................................................... 20 數(shù)據(jù)庫設計 ................................................. 21 ER 模型設計 .......................................... 21 數(shù)據(jù)庫的邏輯結(jié)構(gòu)設計 .................................. 22 5 醫(yī)院病房管理系統(tǒng)的詳細設計與實現(xiàn) ................................ 26 登錄界面的設計與實現(xiàn) ....................................... 26 新入院病人信息錄入模塊的設計與實現(xiàn) ......................... 27 病人信息查詢管理模塊的設計與實現(xiàn) ........................... 29 病人信息 .............................................. 29 病程記錄 .............................................. 31 醫(yī)院信息查詢 ............................................... 33 系統(tǒng)管理 ................................................... 34 修改密碼 .............................................. 34 表維護 ................................................ 35 6 系統(tǒng)測試 ........................................................ 38 任務概述 ................................................... 38 測試計劃 ................................................... 38 測試結(jié)果 ................................................... 38 總結(jié) ............................................................... 39 致謝 ............................................................... 40 參考文獻 ........................................................... 41 1 緒言 在這一章中,作者簡述了課題的來源,比較詳細地介紹了課題所產(chǎn)生的背景—— 管理信息系統(tǒng)( MIS) —— 的概念、功能以及國內(nèi)外對其研究的現(xiàn)狀,并且闡述了本課題 研究的目的與意義。 本章將使我們對信息管理這個課題的來源以及發(fā)展概況有了一定的理解,對醫(yī)院病房管理系統(tǒng)所要實現(xiàn)的目的有大體的了解和掌握,為后面的設計提供了一定的理論基礎(chǔ),指明了該管理系統(tǒng)開發(fā)的方向。 課題來源 從 1946 年,世界上第一臺 計算機 ENIAC 在美國賓夕法尼亞大學誕生 以來,經(jīng)過半個多世紀的發(fā)展,計算機科學已經(jīng)成為當今社會最精尖的科學技術(shù)之一,其科技產(chǎn)品也廣泛的應用于人類生產(chǎn)、生活的各個領(lǐng)域。小到幻燈片教學,大到全球網(wǎng)絡,計算機在我們的日?;顒又邪缪葜A(chǔ)的但又必不可少的角色。 作為計算機科學 中發(fā)展最快的一個分支,軟件工程對人們工作、生活的影響就更是巨大,利用其原理與技術(shù)開發(fā)出的許多應用軟
點擊復制文檔內(nèi)容
畢業(yè)設計相關(guān)推薦
文庫吧 www.dybbs8.com
公安備案圖鄂ICP備17016276號-1