病案管理系統(tǒng).rar
病案管理系統(tǒng),2.5萬字 30頁目錄摘要3abstract4一 前言51 his開發(fā)意義52 數(shù)據(jù)庫(kù)開發(fā)前景展望6二 開發(fā)工具簡(jiǎn)介61delphi簡(jiǎn)介62sql簡(jiǎn)介7三 設(shè)計(jì)分析71 電子病歷管理子系統(tǒng)7(1)系統(tǒng)目標(biāo)7(2)系統(tǒng)功能72 病案管理子系統(tǒng)8(1)系統(tǒng)目標(biāo)8(2)系統(tǒng)功能8四 設(shè)計(jì)實(shí)現(xiàn)81 數(shù)據(jù)庫(kù)設(shè)計(jì)8(1...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 xiaowei 發(fā)布
病案管理系統(tǒng)
2.5萬字 30頁
目 錄
摘要 3
Abstract 4
一 前言 5
1 HIS開發(fā)意義 5
2 數(shù)據(jù)庫(kù)開發(fā)前景展望 6
二 開發(fā)工具簡(jiǎn)介 6
1 Delphi簡(jiǎn)介 6
2 SQL簡(jiǎn)介 7
三 設(shè)計(jì)分析 7
1 電子病歷管理子系統(tǒng) 7
(1)系統(tǒng)目標(biāo) 7
(2)系統(tǒng)功能 7
2 病案管理子系統(tǒng) 8
(1)系統(tǒng)目標(biāo) 8
(2)系統(tǒng)功能 8
四 設(shè)計(jì)實(shí)現(xiàn) 8
1 數(shù)據(jù)庫(kù)設(shè)計(jì) 8
(1)表的分類 8
(2)ODBC數(shù)據(jù)源 9
(3)SQL建庫(kù) 10
(4)表間關(guān)系圖 13
2 前臺(tái)程序設(shè)計(jì) 14
(1)用戶登錄模塊 14
(2)程序主界面模塊 15
(3)病人基本信息錄入模塊 16
(4)病案首頁錄入主界面模塊 17
(5)查詢模塊 19
(6)病案借閱管理模塊 22
(7)報(bào)表統(tǒng)計(jì)模塊 23
(8)系統(tǒng)維護(hù)模塊 23
3 系統(tǒng)的編譯和發(fā)布 25
五 設(shè)計(jì)總結(jié) 26
1 設(shè)計(jì)開發(fā)小結(jié) 26
2 系統(tǒng)不足及改進(jìn) 26
六 謝辭 26
七 參考書目 27
八 附錄 28
1附錄一 28
2附錄二 30
摘要
信息技術(shù)的日益更新,帶動(dòng)了各行各業(yè)的信息化改革的步伐;醫(yī)療行業(yè)的信息化改革要求有更加穩(wěn)定可靠的技術(shù)支持,因此,隨之而來的HIS系統(tǒng)的開發(fā)成為當(dāng)務(wù)之急。本次設(shè)計(jì)所開發(fā)的病案管理系統(tǒng)正是隸屬于HIS系統(tǒng)中的一員。本次設(shè)計(jì)使用Delphi進(jìn)行前臺(tái)程序的開發(fā),使用SQLserver2000作為后臺(tái)數(shù)據(jù)庫(kù)的開發(fā)和維護(hù)平臺(tái)。在這個(gè)病案管理系統(tǒng)中,主要實(shí)現(xiàn)的功能就是對(duì)病案的錄入存檔以及查詢,借閱管理;在病案的錄入時(shí),用一個(gè)唯一的住院號(hào)來標(biāo)記每一次的住院操作,而用病歷號(hào)來唯一的標(biāo)示病人身份;當(dāng)病案準(zhǔn)備存入時(shí),除病人的基本信息外,還要錄入住院情況,收費(fèi)情況,疾病診斷情況以及手術(shù)診斷情況;之后便可以對(duì)于已有情況進(jìn)行分類的查詢,還可以對(duì)于病案的借閱進(jìn)行登記管理;在系統(tǒng)設(shè)置里可以對(duì)各種字典進(jìn)行維護(hù)工作,對(duì)于用戶管理的設(shè)定則只有管理員才有權(quán)限;對(duì)于各種查詢操作都可以進(jìn)行報(bào)表的打印預(yù)覽,并且還可以實(shí)現(xiàn)簡(jiǎn)單的統(tǒng)計(jì)圖表;因此可以說本次設(shè)計(jì)的病案管理系統(tǒng)具備了基本的病案錄入查詢借閱等功能。
關(guān)鍵字 : Delphi SQL HIS
Abstract
The development of information technology accelerates the pace of the informatization revolution in all kinds of industries, especially the development of HIS becomes the urgent affaire because the informatization revolution of Health care needs reliable and stable technical support. The disease case management system developed by this design is just one instance of HIS, the program wrote by Delphi and the background database developed and maintained by SQL Server 2000.The main function of the disease case management system is the input, documentation and move management of disease cases. A unique ID is assigned to each case as the id in hospital to every operation of hospitalization while the patient is identified by case history number. The case of hospitalization, fee charge, diagnosis of disease, diagnosis of operations as well as the detailed personal information of a patient will be input when each case is prepared to save. Classified search to existing cases and the registration of the move of cases then will be possible. The maintenance of all kinds of data dictionary can be operated in system settings and only the administrator has the right to operate the settings of user management. The print of reports and simple diagram statistics are available to the search operation. So, it is evident that the disease case management system developed by this project has the fundermental function of the input and search of disease cases.
Keywords: Delphi SQL HIS
參考書目
[1]施新剛編 Delphi 6 實(shí)效編程百例 2002.6人民郵電出版社
[2]尹立民編 Delphi 6數(shù)據(jù)庫(kù)開發(fā)典型實(shí)例 2001.7電子工業(yè)出版社
2.5萬字 30頁
目 錄
摘要 3
Abstract 4
一 前言 5
1 HIS開發(fā)意義 5
2 數(shù)據(jù)庫(kù)開發(fā)前景展望 6
二 開發(fā)工具簡(jiǎn)介 6
1 Delphi簡(jiǎn)介 6
2 SQL簡(jiǎn)介 7
三 設(shè)計(jì)分析 7
1 電子病歷管理子系統(tǒng) 7
(1)系統(tǒng)目標(biāo) 7
(2)系統(tǒng)功能 7
2 病案管理子系統(tǒng) 8
(1)系統(tǒng)目標(biāo) 8
(2)系統(tǒng)功能 8
四 設(shè)計(jì)實(shí)現(xiàn) 8
1 數(shù)據(jù)庫(kù)設(shè)計(jì) 8
(1)表的分類 8
(2)ODBC數(shù)據(jù)源 9
(3)SQL建庫(kù) 10
(4)表間關(guān)系圖 13
2 前臺(tái)程序設(shè)計(jì) 14
(1)用戶登錄模塊 14
(2)程序主界面模塊 15
(3)病人基本信息錄入模塊 16
(4)病案首頁錄入主界面模塊 17
(5)查詢模塊 19
(6)病案借閱管理模塊 22
(7)報(bào)表統(tǒng)計(jì)模塊 23
(8)系統(tǒng)維護(hù)模塊 23
3 系統(tǒng)的編譯和發(fā)布 25
五 設(shè)計(jì)總結(jié) 26
1 設(shè)計(jì)開發(fā)小結(jié) 26
2 系統(tǒng)不足及改進(jìn) 26
六 謝辭 26
七 參考書目 27
八 附錄 28
1附錄一 28
2附錄二 30
摘要
信息技術(shù)的日益更新,帶動(dòng)了各行各業(yè)的信息化改革的步伐;醫(yī)療行業(yè)的信息化改革要求有更加穩(wěn)定可靠的技術(shù)支持,因此,隨之而來的HIS系統(tǒng)的開發(fā)成為當(dāng)務(wù)之急。本次設(shè)計(jì)所開發(fā)的病案管理系統(tǒng)正是隸屬于HIS系統(tǒng)中的一員。本次設(shè)計(jì)使用Delphi進(jìn)行前臺(tái)程序的開發(fā),使用SQLserver2000作為后臺(tái)數(shù)據(jù)庫(kù)的開發(fā)和維護(hù)平臺(tái)。在這個(gè)病案管理系統(tǒng)中,主要實(shí)現(xiàn)的功能就是對(duì)病案的錄入存檔以及查詢,借閱管理;在病案的錄入時(shí),用一個(gè)唯一的住院號(hào)來標(biāo)記每一次的住院操作,而用病歷號(hào)來唯一的標(biāo)示病人身份;當(dāng)病案準(zhǔn)備存入時(shí),除病人的基本信息外,還要錄入住院情況,收費(fèi)情況,疾病診斷情況以及手術(shù)診斷情況;之后便可以對(duì)于已有情況進(jìn)行分類的查詢,還可以對(duì)于病案的借閱進(jìn)行登記管理;在系統(tǒng)設(shè)置里可以對(duì)各種字典進(jìn)行維護(hù)工作,對(duì)于用戶管理的設(shè)定則只有管理員才有權(quán)限;對(duì)于各種查詢操作都可以進(jìn)行報(bào)表的打印預(yù)覽,并且還可以實(shí)現(xiàn)簡(jiǎn)單的統(tǒng)計(jì)圖表;因此可以說本次設(shè)計(jì)的病案管理系統(tǒng)具備了基本的病案錄入查詢借閱等功能。
關(guān)鍵字 : Delphi SQL HIS
Abstract
The development of information technology accelerates the pace of the informatization revolution in all kinds of industries, especially the development of HIS becomes the urgent affaire because the informatization revolution of Health care needs reliable and stable technical support. The disease case management system developed by this design is just one instance of HIS, the program wrote by Delphi and the background database developed and maintained by SQL Server 2000.The main function of the disease case management system is the input, documentation and move management of disease cases. A unique ID is assigned to each case as the id in hospital to every operation of hospitalization while the patient is identified by case history number. The case of hospitalization, fee charge, diagnosis of disease, diagnosis of operations as well as the detailed personal information of a patient will be input when each case is prepared to save. Classified search to existing cases and the registration of the move of cases then will be possible. The maintenance of all kinds of data dictionary can be operated in system settings and only the administrator has the right to operate the settings of user management. The print of reports and simple diagram statistics are available to the search operation. So, it is evident that the disease case management system developed by this project has the fundermental function of the input and search of disease cases.
Keywords: Delphi SQL HIS
參考書目
[1]施新剛編 Delphi 6 實(shí)效編程百例 2002.6人民郵電出版社
[2]尹立民編 Delphi 6數(shù)據(jù)庫(kù)開發(fā)典型實(shí)例 2001.7電子工業(yè)出版社
TA們正在看...
- 確保安全文明生產(chǎn)的技術(shù)組織措施.doc
- 確保安全施工的技術(shù)組織措施.doc
- 確保安全生產(chǎn)及文明施工技術(shù)組織措施.doc
- 確保安全生產(chǎn)技術(shù)組織措施.doc
- 確保安全生產(chǎn)的技術(shù)組織措施.doc
- 確保安全生產(chǎn)的技術(shù)組織措施54087.doc
- 確保安全生產(chǎn)的技術(shù)組織措施54091.doc
- 確保安全生產(chǎn)的技術(shù)組織措施54096.doc
- 確保安全生產(chǎn)的技術(shù)組織措施54099.doc
- 確保安全生產(chǎn)的技術(shù)組織措施54137.doc