医院管理系统---毕业设计.doc

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

医院管理系统---毕业设计,摘要(中文)在科技日益发达的今天,人们的身体健康也不断受到重视。因此医院的现代化管理也日益重要,一个必须的现代化医院管理系统成为一个医院现代化管理的重要手段。因而,本系统借鉴了我国医院现行体系结构模式、管理模式和管理流程,充分运用计算机技术、网络技术、数据库技术;采用灵活的模块化结构设计方法进...
编号:28-90089大小:891.31K
分类: 论文>计算机论文

内容介绍

此文档由会员 bshhty 发布

医院管理系统---毕业设计

摘要(中文)

在科技日益发达的今天,人们的身体健康也不断受到重视。因此医院的现代化管理也日益重要,一个必须的现代化医院管理系统成为一个医院现代化管理的重要手段。
因而,本系统借鉴了我国医院现行体系结构模式、管理模式和管理流程,充分运用计算机技术、网络技术、数据库技术;采用灵活的模块化结构设计方法进行设计。其基本功能包括了医院在门诊、住院、药库、药房、住院和管理这六个方面,本系统采用了delphi 6作为开发工具,数据库系统采用MS SQL SERVER 2000,利用ADO、BDE技术实现对数据库的存取。
    在随后的说明中我将详细地介绍了所采用的开发工具的特点,以及在本系统开发中发挥的作用,还有如何开发此医院管理系统的详细过程,此系统的操作界面以及此系统的全部开发代码。

关键字:delphi 6,MS SQL SERVER 2000,ADO,BDE


Summary ( English)

By the technology increasingly, people pay more attention to their healthy. For this reason, the modernization management of a hospital is much important; an important means is using a modern management system for a modern hospital.
As a result, this system draws lessons from the construction mode, the manage mode and the manage process of the current hospital system of our country using the calculator technique, network technique, database technique and so on. Its basic function included six parts, such as: out-patient service, hospital libation, medicine, pharmacy, hospitalization and so on, this system adopts the Delphi 6 and MS SQL SERVER 2000, operating the database by using the technology of ADO, BDE.
    In subsequent elucidation, I will introduce the characteristics of the development tools of this system in detail, and the affection in developing this system, and the detailed process of developing this system, the operation interface of this system and all the code of this hospital manage system.


Key word: Delphi 6, MS SQL SERVER 2000, ADO, BDE

 

 

目录
一.设计任务书说明-------------------------------------------1

二.摘要
2.1中文摘要---------------------------------------------2
2.2英文摘要---------------------------------------------3

三.目录
  
四.相关技术概述
    4.1数库开发工具Delphi 6.0-------------------------------5
4.2 SQL SERVER 2000 数据库系统--------------------------------------6
4.3 ADO简介---------------------------------------------7

五.系统功能分析---------------------------------------------8

六.系统设计
6.1数据流图---------------------------------------------9
6.2数据字典---------------------------------------------12
6.3数据库设计-------------------------------------------16
    
七.系统功能的实现
7.1主界面登录功能的设计和实现---------------------------18
7.2身份验证界面设计-------------------------------------20
7.3门诊人员的界面设计-----------------------------------21
   7.3.1门诊人员处理挂号人员的界面设计-----------------22
   7.3.2门诊人员处理化价人员的界面设计-----------------23
7.4发药人员所用的界面设计-------------------------------24
7.5药库人员所使用的界面---------------------------------25
7.6住院区人员所使用的界面-------------------------------26
   7.6.1登记住院的病人的界面---------------------------27
   7.6.2病人管理界面设计-------------------------------28
7.7院长查询的界面---------------------------------------29
7.8系统管理员界面---------------------------------------30

八.参考文献-------------------------------------------------32

九.小结-----------------------------------------------------33

十.翻译
9.1英语译文的原稿----------------------------------------34
9.2英语译文----------------------------------------------38