文档介绍:毕业设计说明书(论文)
作者: 学号:
学院: 计算机科学与软件学院
系(专业): 软件工程
题目: 医院信息管理系统的设计与实现
——住院管理子系统
指导者:
评阅者:
2011 年 6 月 5 日
毕业设计中文摘要
医院信息管理系统设计与实现——住院管理子系统
摘要:
住院信息管理系统是每一所医院管理住院病人、病区和职工收入和支出的不可缺少的一个管理信息系统,它的内容对于医院的管理者来说是至关重要的,所以住院信息管理系统应该能够为每一个医院的管理者提供充足的信息和快捷的查询手段,大大的方便医院的管理者的合理管理。
通过分析与研究,为了便于管理和更好的安全稳定型,本系统采用了C/S架构的软件开发模式,运用C#开发语言和SQL server数据库完成系统实现。使系统能够较好的完成,病人的挂号、住院分配、开医令、划价缴费以及系统配置的功能。方便医生对病人住院信息的管理。
本文旨在介绍开发本系统的流程,以及如何实现各种模块所需的功能。
关键词: 住院管理 C/S架构医院
毕业设计外文摘要
Title Hospital Information Management System Design and Realization - Hospital Management Subsystem
Abstract
Hospital information management system is a system which every hospital managements patients, ward and worker e and expenditure of the indispensable a management information system, its contents for hospital management is essential, so Hospital information management system should be able to every hospital managers with sufficient information and quick searching method, greatly convenient hospital managers' reasonable management.
Through the analysis and research, to facilitate the management and better safety stable, this system uses a C/S architecture software development model, using C # development language and SQL server plete system implementation. The system can better finish, the patient's registered, the length of distribution, open to expend and medical system configuration, accurately the function. Convenient for patients in hospital doctors information management.
This system is designed to introduce the flow of development of the system, and how to achieve various modules required functions.
Keywords:HospitalManagement C/S Architecture Hospital
目次
1 引言 1
研究的背景及现状 1
选题的目的及意义 2
系统目标 2
本章小结 3
2 系统分析 3
系统开发分析 3
开发工具简介 3
本章小结 5
3 系统总体设计 6
系统流程分析 6
系统功能模块分析 6
系统用例设计 8
数据库结构分析 9
本章小结 15
4 系统设计 16
登录模块 16
住院管理系统主界面 16
导医模块 17
费用管理模快 21
药房服务模快 21
住院管理模块 23
基本设置模块 25
本章小结 26