delphi门诊管理系统设计.doc

约71页DOC格式手机打开展开

delphi门诊管理系统设计,资源包括:正文doc格式共71页 22777字 摘 要随着经济全球化,科学与发展已成为当今的主题。在中国软件行业日异进步的今天,如何利用这些资源来帮助减轻医生和病人的负担,让医生们利用更多的时间去从事其他的事情。因而设计一个好的医院信息系统,能提高医院的社会效益与经济效益。论文旨在论述医院信息系统-----门诊管理系统...
编号:25-257556大小:578.50K
分类: 论文>计算机论文

内容介绍

此文档由会员 莎士比亚 发布

资源包括:正文DOC格式共71页 22777字

摘 要
随着经济全球化,科学与发展已成为当今的主题。在中国软件行业日异进步的今天,如何利用这些资源来帮助减轻医生和病人的负担,让医生们利用更多的时间去从事其他的事情。因而设计一个好的医院信息系统,能提高医院的社会效益与经济效益。论文旨在论述医院信息系统-----门诊管理系统的设计与开发。系统是基于Pascal语言,前台利用了Delphi作为开发工具,数据库利用了SQL Server 2000作为数据源来设计本系统,在数据连接采用了数据源(ODBC)作为连接。门诊管理主要是门诊挂号和门诊划价收费取药。病人必须先到门诊挂号,取得挂号单后找医生看病,然后拿处方划价,最后取得药品或接受治疗。门诊挂号提供窗口即时挂号,产生门诊病案号,自动收费并生成各种统计报表。门诊划价收费取药三合一模块的主要功能包括录入处方及检查治疗单、核算病人的费用、完成现金收费并打印发票、完成取药等功能。
关键字:门诊管理系统、数据库、门诊挂号、模块

Abstract
Along with the economical globalization,the science and the development has become the now subject. In does Chinese software profession date different progress today, how use these resources to help to reduce doctor and patient's burden, lets doctors use more time to be engaged in other matters. Thus designs a good hospital information system, can enhance the hospital the social efficiency and the economic efficiency. The paper is for the purpose of elaborating the hospital information system---outpatient service management system management system design and the development. The system was based on the Pascal language, the onstage uses Delphi to take the development kit, the database used SQL Server 2000 to design this system as the data pool, used the data pool in the data connection (ODBC) to take the connection. The outpatient service management mainly is the outpatient service registers with the outpatient service delimits price the charge recipe. The patient must first arrive the outpatient service to register, after obtains hangs the numbered certificate to ask doctor to see a doctor, then takes the prescription to delimit price, finally obtains the drugs or accepts the treatment. The outpatient service registers provides the window to register immediately, has the outpatient service medical record number, automatically collects fees and produces each kind of statistical report form. The outpatient service delimits price the charge recipe three unify module main function including the input prescription and the inspection treatment list, calculates patient's expense, completes the cash charge and the printing receipt, completes function and so on recipe.
Keywords: outpatient service management system management system, database, outpatient service register, module

目 录
摘 要 I
Abstract II
引 言 III
第一章 概  述 1
1.1 PASCAL概 述 1
1.2相关技术描述 1
1.3 SQL SERVER 2000数据库简介 4
1.4门诊管理系统的简述 5
1.5 开发思路 6
1.5.1 开发背景 6
1.5.2 系统开发的方法 6
第二章 系统需求分析 8
2.1 初步调查 8
2.2 详细调查 9
2.3 可行性分析 9
2.3.1 经济可行性 10
2.3.2 技术可行性 10
2.3.3 操作可行性 10
2.4 系统逻辑模型的提出 11
2.4.1 数据流程图 11
2.4.2 数据字典 12
2.4.3 安全性问题 13
第三章 系 统 设 计 14
3.1 功能结构设计 14
3.2 物理结构设计 16
3.3 数据库设计 16
3.4 安全性和可靠性设计 22
3.5 输入和输出设计 22
3.6 编码设计 23
第四章 详 细 设 计 24
4.1界面设计 24
4.1.1 主界面设计 24
4.1.2 登录界面设计 25
4.1.3 退出界面设计 25
4.2 用户注册模块 26
4.3 密码权限修改模块 27
4.4 医务人员登记模块 27
4.5 医务人员值班管理模块 28
4.6 门诊挂号模块 29
4.7 门诊划价、收费、取药三合一模块 30
4.8 数据查询模块 32
第五章 系统实施和测试 34
5.1 开发工具及开发平台的选择 34
5.2 配置ODBC和数据库连接设置 34
5.3系统测试 34
第六章 系统运行和维护 39
6.1 系统运行环境 39
6.2 操作步骤和用户手册 39
6.3 系统维护 39
结 束 语 40
致 谢 41
参考文献 42
附 录 43