病案管理系统.rar
病案管理系统,2.5万字 30页目录摘要3abstract4一 前言51 his开发意义52 数据库开发前景展望6二 开发工具简介61delphi简介62sql简介7三 设计分析71 电子病历管理子系统7(1)系统目标7(2)系统功能72 病案管理子系统8(1)系统目标8(2)系统功能8四 设计实现81 数据库设计8(1...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 xiaowei 发布
病案管理系统
2.5万字 30页
目 录
摘要 3
Abstract 4
一 前言 5
1 HIS开发意义 5
2 数据库开发前景展望 6
二 开发工具简介 6
1 Delphi简介 6
2 SQL简介 7
三 设计分析 7
1 电子病历管理子系统 7
(1)系统目标 7
(2)系统功能 7
2 病案管理子系统 8
(1)系统目标 8
(2)系统功能 8
四 设计实现 8
1 数据库设计 8
(1)表的分类 8
(2)ODBC数据源 9
(3)SQL建库 10
(4)表间关系图 13
2 前台程序设计 14
(1)用户登录模块 14
(2)程序主界面模块 15
(3)病人基本信息录入模块 16
(4)病案首页录入主界面模块 17
(5)查询模块 19
(6)病案借阅管理模块 22
(7)报表统计模块 23
(8)系统维护模块 23
3 系统的编译和发布 25
五 设计总结 26
1 设计开发小结 26
2 系统不足及改进 26
六 谢辞 26
七 参考书目 27
八 附录 28
1附录一 28
2附录二 30
摘要
信息技术的日益更新,带动了各行各业的信息化改革的步伐;医疗行业的信息化改革要求有更加稳定可靠的技术支持,因此,随之而来的HIS系统的开发成为当务之急。本次设计所开发的病案管理系统正是隶属于HIS系统中的一员。本次设计使用Delphi进行前台程序的开发,使用SQLserver2000作为后台数据库的开发和维护平台。在这个病案管理系统中,主要实现的功能就是对病案的录入存档以及查询,借阅管理;在病案的录入时,用一个唯一的住院号来标记每一次的住院操作,而用病历号来唯一的标示病人身份;当病案准备存入时,除病人的基本信息外,还要录入住院情况,收费情况,疾病诊断情况以及手术诊断情况;之后便可以对于已有情况进行分类的查询,还可以对于病案的借阅进行登记管理;在系统设置里可以对各种字典进行维护工作,对于用户管理的设定则只有管理员才有权限;对于各种查询操作都可以进行报表的打印预览,并且还可以实现简单的统计图表;因此可以说本次设计的病案管理系统具备了基本的病案录入查询借阅等功能。
关键字 : 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 实效编程百例 2002.6人民邮电出版社
[2]尹立民编 Delphi 6数据库开发典型实例 2001.7电子工业出版社
2.5万字 30页
目 录
摘要 3
Abstract 4
一 前言 5
1 HIS开发意义 5
2 数据库开发前景展望 6
二 开发工具简介 6
1 Delphi简介 6
2 SQL简介 7
三 设计分析 7
1 电子病历管理子系统 7
(1)系统目标 7
(2)系统功能 7
2 病案管理子系统 8
(1)系统目标 8
(2)系统功能 8
四 设计实现 8
1 数据库设计 8
(1)表的分类 8
(2)ODBC数据源 9
(3)SQL建库 10
(4)表间关系图 13
2 前台程序设计 14
(1)用户登录模块 14
(2)程序主界面模块 15
(3)病人基本信息录入模块 16
(4)病案首页录入主界面模块 17
(5)查询模块 19
(6)病案借阅管理模块 22
(7)报表统计模块 23
(8)系统维护模块 23
3 系统的编译和发布 25
五 设计总结 26
1 设计开发小结 26
2 系统不足及改进 26
六 谢辞 26
七 参考书目 27
八 附录 28
1附录一 28
2附录二 30
摘要
信息技术的日益更新,带动了各行各业的信息化改革的步伐;医疗行业的信息化改革要求有更加稳定可靠的技术支持,因此,随之而来的HIS系统的开发成为当务之急。本次设计所开发的病案管理系统正是隶属于HIS系统中的一员。本次设计使用Delphi进行前台程序的开发,使用SQLserver2000作为后台数据库的开发和维护平台。在这个病案管理系统中,主要实现的功能就是对病案的录入存档以及查询,借阅管理;在病案的录入时,用一个唯一的住院号来标记每一次的住院操作,而用病历号来唯一的标示病人身份;当病案准备存入时,除病人的基本信息外,还要录入住院情况,收费情况,疾病诊断情况以及手术诊断情况;之后便可以对于已有情况进行分类的查询,还可以对于病案的借阅进行登记管理;在系统设置里可以对各种字典进行维护工作,对于用户管理的设定则只有管理员才有权限;对于各种查询操作都可以进行报表的打印预览,并且还可以实现简单的统计图表;因此可以说本次设计的病案管理系统具备了基本的病案录入查询借阅等功能。
关键字 : 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 实效编程百例 2002.6人民邮电出版社
[2]尹立民编 Delphi 6数据库开发典型实例 2001.7电子工业出版社