VB1052 電子病歷管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)2_第1頁(yè)
VB1052 電子病歷管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)2_第2頁(yè)
VB1052 電子病歷管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)2_第3頁(yè)
VB1052 電子病歷管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)2_第4頁(yè)
VB1052 電子病歷管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)2_第5頁(yè)
已閱讀5頁(yè),還剩3頁(yè)未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說(shuō)明:本文檔由用戶(hù)提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡(jiǎn)介

1、湖南工業(yè)大學(xué)本科生畢業(yè)設(shè)計(jì)(論文)摘 要現(xiàn)代計(jì)算機(jī)技術(shù)的進(jìn)步,使醫(yī)院信息化已經(jīng)成為現(xiàn)代醫(yī)院改革與發(fā)展的重要方向。由于信息自動(dòng)化的日趨重要,使利用計(jì)算機(jī)提高醫(yī)院的日常工作效率已經(jīng)成為各醫(yī)院改革的迫切需求。電子病歷管理系統(tǒng)是實(shí)現(xiàn)對(duì)病歷有效管理的一個(gè)平臺(tái)。為了滿足電子病歷管理系統(tǒng)的性能要求,實(shí)現(xiàn)系統(tǒng)的各個(gè)方面的問(wèn)題,系統(tǒng)采用Visual Basic和SQL Server 2000數(shù)據(jù)庫(kù)相結(jié)合的開(kāi)發(fā)模式。論文首先論述了系統(tǒng)的開(kāi)發(fā)背景和設(shè)計(jì)目標(biāo),并對(duì)系統(tǒng)開(kāi)發(fā)所采用的技術(shù)進(jìn)行相應(yīng)的簡(jiǎn)單介紹。在系統(tǒng)分析中,對(duì)系統(tǒng)的模型進(jìn)行簡(jiǎn)單分析,明確系統(tǒng)的操作流程,并對(duì)系統(tǒng)進(jìn)行可行性分析,確定在目前的條件下,開(kāi)發(fā)電子病歷

2、管理系統(tǒng)是可行的。在需求分析結(jié)果的基礎(chǔ)上,對(duì)系統(tǒng)的功能模塊進(jìn)行劃分。接著對(duì)系統(tǒng)中的數(shù)據(jù)庫(kù)進(jìn)行模型設(shè)計(jì),包括數(shù)據(jù)流圖、實(shí)體聯(lián)系圖及數(shù)據(jù)表結(jié)構(gòu)。最后給出了系統(tǒng)中模塊的詳細(xì)設(shè)計(jì)與實(shí)現(xiàn),并對(duì)系統(tǒng)模塊涉及到的關(guān)鍵源代碼進(jìn)行了詳細(xì)的分析。 經(jīng)過(guò)系統(tǒng)調(diào)試運(yùn)行后表明,系統(tǒng)可以滿足用戶(hù)對(duì)電子病歷管理系統(tǒng)的各項(xiàng)要求。 關(guān)鍵詞:電子病歷管理系統(tǒng),Visual Basic,信息管理8湖南工業(yè)大學(xué)本科生畢業(yè)設(shè)計(jì)(論文)ABSTRACTWith the advancement of computer technology, hospital information has become an important

3、 direction to make hospital information in the modern economic reform and deve- -lopment.Because the information automation has become more and more important, we need this system to improve the hospitals daily efficiency urgently. The electronic case history management system of hospital is a platf

4、orm to manage the hospital activities effectively. To satisfy the performance requirements of the electronic case history management system and realize the various aspects of the problem, the system uses Visual Basic combining with SQL Server 2000 database as the development model.Firstly, The thesi

5、s explains its development background and design aims. Its system design includes the simple explanation of the systems model. Secondly, it introduces the technologies, which are used in process of developing this system briefly. In the feasibility analysis of this system, we have made an investigat

6、ion and analysis on the present situation of the electronic case history management system . And we have learned the problem of the existing system, and then proposed a solution. In the final chapter of the thesis, we conduct a feasibility analysis to find that the development of production manageme

7、nt system is feasible on the current conditions. Based on the results of the needs analysis, we have a division on function modules of this system, and then we will design the model of the database, including data flow diagrams, entity relationship diagram and data table structure. Finally, we will

8、give the detailed design and implementation of the function module, and will also have a detailed analysis on the key source code, which is related to the system modules. Through debugging and operating this system, we can get a conclusion that the system can satisfy the users all requirements.Keywo

9、rds: The Electronic Case History Management System, Visual Basic, Information System湖南工業(yè)大學(xué)本科生畢業(yè)設(shè)計(jì)(論文)目 錄第1章 緒論11.1系統(tǒng)開(kāi)發(fā)背景11.2系統(tǒng)設(shè)計(jì)目標(biāo)11.3系統(tǒng)開(kāi)發(fā)技術(shù)簡(jiǎn)介21.3.1 Visual Basic技術(shù)簡(jiǎn)介21.3.2 SQL Server 2000技術(shù)簡(jiǎn)介21.4小結(jié)3第2章 系統(tǒng)現(xiàn)狀分析42.1系統(tǒng)開(kāi)發(fā)的初步調(diào)查42.2系統(tǒng)存在的問(wèn)題42.3提出的解決方案42.4可行性分析52.4.1技術(shù)可行性分析52.4.2經(jīng)濟(jì)可行性分析52.4.3法律可行性分析52.4.4操作可

10、行性分析62.5小結(jié)6第3章 系統(tǒng)需求分析73.1市場(chǎng)需求分析73.2系統(tǒng)設(shè)計(jì)思想73.3系統(tǒng)結(jié)構(gòu)設(shè)計(jì)83.4系統(tǒng)功能模塊劃分83.5就診流程圖93.6 信息采集與各部門(mén)的使用權(quán)限113.7小結(jié)11第4章 數(shù)據(jù)庫(kù)設(shè)計(jì)124.1數(shù)據(jù)庫(kù)的設(shè)計(jì)思想124.2數(shù)據(jù)庫(kù)的模型設(shè)計(jì)124.2.1數(shù)據(jù)流圖124.2.2實(shí)體聯(lián)系圖154.2.3數(shù)據(jù)表結(jié)構(gòu)184.3 SQL Server 2000與VB的結(jié)合214.4 數(shù)據(jù)庫(kù)及數(shù)據(jù)表的創(chuàng)建214.3.1 創(chuàng)建數(shù)據(jù)庫(kù)214.3.2 數(shù)據(jù)表的創(chuàng)建224.5 小結(jié)22第5章 系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)235.1 系統(tǒng)的設(shè)計(jì)思想235.2 系統(tǒng)登錄界面的設(shè)計(jì)與實(shí)現(xiàn)235.3 系統(tǒng)

11、主界面的設(shè)計(jì)與實(shí)現(xiàn)265.4 系統(tǒng)管理模塊設(shè)計(jì)與實(shí)現(xiàn)275.4.1系統(tǒng)管理界面的設(shè)計(jì)與實(shí)現(xiàn)275.5 病歷管理模塊設(shè)計(jì)與實(shí)現(xiàn)295.5.1 就診者基本信息管理界面的設(shè)計(jì)與實(shí)現(xiàn)295.5.2 就診記錄管理界面的設(shè)計(jì)與實(shí)現(xiàn)305.5.3 手術(shù)記錄界面的設(shè)計(jì)與實(shí)現(xiàn)315.5.4 檢查結(jié)果記錄界面的設(shè)計(jì)與實(shí)現(xiàn)345.5.5 掛號(hào)記錄管理界面的設(shè)計(jì)與實(shí)現(xiàn)355.5.6 綜合查詢(xún)界面的設(shè)計(jì)與實(shí)現(xiàn)385.6創(chuàng)建公共模塊405.7小結(jié)40結(jié) 論41參考文獻(xiàn)42致 謝43湖南工業(yè)大學(xué)本科生畢業(yè)設(shè)計(jì)(論文)3.3系統(tǒng)結(jié)構(gòu)設(shè)計(jì)本系統(tǒng)主要的界面有:系統(tǒng)歡迎界面、管理員/醫(yī)務(wù)人員/就診者登陸界面、管理員/醫(yī)務(wù)人員/就診

12、者主界面、管理員/醫(yī)務(wù)人員/就診者賬戶(hù)管理界面、就診者記錄管理界面、掛號(hào)記錄管理界面、確診記錄管理界面、手術(shù)記錄管理界面、處方記錄管理界面、檢查結(jié)果記錄管理界面、轉(zhuǎn)院記錄管理界面、住院記錄管理界面、出院記錄管理界面、病歷查詢(xún)等。系統(tǒng)結(jié)構(gòu)設(shè)計(jì)圖如圖3.1所示。圖 3.1 系統(tǒng)結(jié)構(gòu)圖3.4系統(tǒng)功能模塊劃分根據(jù)上述的系統(tǒng)總體設(shè)計(jì)思想的分析,經(jīng)過(guò)對(duì)診所及醫(yī)院就診流程的跟蹤調(diào)查得到電子病歷管理系統(tǒng)的需要如下功能,分別如下:(1) 對(duì)就診者記錄進(jìn)行統(tǒng)一管理功能;(2) 掛號(hào)記錄進(jìn)行統(tǒng)一管理功能;(3) 對(duì)就診者每次所開(kāi)的處方記錄進(jìn)行統(tǒng)一管理功能;(4) 對(duì)就診者每次就診時(shí)的確診記錄進(jìn)行統(tǒng)一管理功能;(5) 對(duì)就診者住院、出院、轉(zhuǎn)院記錄進(jìn)行統(tǒng)一管理功能;(6) 對(duì)就診者動(dòng)手術(shù)的手術(shù)記錄進(jìn)行統(tǒng)一管理功能;(7) 對(duì)就診者的檢查結(jié)果記錄進(jìn)行統(tǒng)一管理功能;(8) 對(duì)就診者轉(zhuǎn)院記錄進(jìn)行統(tǒng)一管理功能;(9) 對(duì)就診者病歷進(jìn)行查詢(xún)的功能。系統(tǒng)模塊劃分如圖3.2所示。 圖 3.2 系統(tǒng)模塊示意圖5.2 系統(tǒng)登錄界面的設(shè)計(jì)與實(shí)現(xiàn)系統(tǒng)主界面模塊是電子病歷管理系統(tǒng)的主要界面是整個(gè)應(yīng)用程序的核心。系統(tǒng)主要用于對(duì)電子病歷管理系統(tǒng)中的各個(gè)??爝M(jìn)行調(diào)用,并在界面上顯示當(dāng)前操作和當(dāng)前日期。首先進(jìn)入歡迎界面, 三類(lèi)用戶(hù)需要首先登陸系統(tǒng),方可操作相應(yīng)的功能。若登陸成功則進(jìn)入各自的主頁(yè)面。系統(tǒng)管理主頁(yè)面采用框架設(shè)計(jì)。用戶(hù)只要在主

溫馨提示

  • 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶(hù)所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶(hù)上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶(hù)上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶(hù)因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。

最新文檔

評(píng)論

0/150

提交評(píng)論