医院住院管理信息系统设计与实现(二稿)

上传人:第*** 文档编号:34237991 上传时间:2018-02-22 格式:DOC 页数:31 大小:1.41MB
返回 下载 相关 举报
医院住院管理信息系统设计与实现(二稿)_第1页
第1页 / 共31页
医院住院管理信息系统设计与实现(二稿)_第2页
第2页 / 共31页
医院住院管理信息系统设计与实现(二稿)_第3页
第3页 / 共31页
医院住院管理信息系统设计与实现(二稿)_第4页
第4页 / 共31页
医院住院管理信息系统设计与实现(二稿)_第5页
第5页 / 共31页
点击查看更多>>
资源描述

《医院住院管理信息系统设计与实现(二稿)》由会员分享,可在线阅读,更多相关《医院住院管理信息系统设计与实现(二稿)(31页珍藏版)》请在金锄头文库上搜索。

1、分 类 号 : TP391 学号:1215240327学号:12345678910本 科 毕 业 论 文医院住院管理信息系统设计与实现Design and implementation of hospital management information system姓 名 : 张 楚 笛 专 业: 计算机科学与技术 指导教师姓名: 于 繁 华 指 导 教 师 职 称 : 副 教 授 2016 年 3 月长春师范大学本科毕业论文I摘 要随 着 网 络 技 术 的 发 展 和 普 及 ,计 算 机 管 理 信 息 系 统 在 企 业 管 理 中 扮 演 着 重 要 的 角色 。 高 效 率 、

2、无 差 错 的 医 院 住 院 管 理 系 统 的 开 发 适 应 了 时 代 的 需 要 。 该 系 统 的 主 要目 的 是 告 别 手 工 操 作 、 安 全 快 捷 的 保 存 数 据 信 息 、 节 约 时 间 、 从 而 提 高 快 速 和 准 确性 。 医 院 住 院 管 理 系 统 是 典 型 的 信 息 管 理 系 统 (MIS),其 开 发 主 要 包 括 后 台 数 据 库 的建 立 和 维 护 以 及 前 端 程 序 的 开 发 两 个 方 面 。 为 了 更 好 的 满 足 医 护 人 员 用 户 的 需 求 ,系 统 包 括 如 下 功 能 模 块 :出 入 院 管

3、 理 、 病 人 管 理 、 病 房 管 理 、 系 统 用 户 管 理 模 块 每个 模 块 都 有 其 独 自 的 功 能 ,以 达 到 更 好 的 服 务 于 用 户 。 系 统 采 用 B/S 结 构 ,用 当 前 最 流 行 的 JSP+SERVLET WEB 开 发 技 术 开 发 ,系 统 架 构采 用 MVC 模 式 ,分 层 架 构 ,其 中 持 久 层 采 用 当 前 流 行 的 持 久 层 框 架 Hibernate 来 实现 。 数 据 库 采 用 MySQL 小 型 数 据 库 ,小 巧 方 便 使 用 。 为 了 方 便 编 码 的 过 程 , 系 统引 入 日 志

4、 ,使 用 Log4j 来 记 录 程 序 运 行 日 志 ,以 方 便 程 序 调 试 和 查 看 程 序 运 行 信 息 。关键词:医院住院管理系统 B/S JAVA WEB 开发技术 HIBERNATE Log4j长春师范大学本科毕业论文1Abstract(注:第一个英文字母用大写,其余的字母用小写,用小三 Times New Roman 字体)With the development and popularization of network technology, computer management information system in enterprise managem

5、ent plays an important role. Efficient, error-free hospital management system development to adapt to the needs of the times, the systems main purpose is to bid farewell to manual operation, the preservation of safe and efficient data, saving time, thereby enhancing the speed and accuracy. Hospital

6、Management System is a typical management information system (MIS), which mainly includes the establishment and maintenance of back-end database and front end development of the two. In order to better meet the medical needs of users, the system includes the following functional modules: the hospita

7、l management, patient management, ward management, system user management module, each module has its own features to achieve better service Users. System uses the B / S structure, with the most popular JSP + SERVLET WEB development of technology development, system architecture using MVC model, lay

8、ered architecture, which uses the popular persistence framework Hibernate to achieve persistence layer. MySQL database is a small database and compact easy to use. In order to facilitate the process of encoding, the system introduced log to record the program runs with Log4j logging to facilitate de

9、bugging and view run information. Key words: Hospital management system B/S JAVA WEB development technology HIBERNATE Log4j长春师范大学本科毕业论文2目 录摘 要 .IAbstract .1第一章 绪 论 .31.1 设计目的 .31.2 系统功能 .51.3 系统环境 .5第二章 医院住院信息管理系统需求分析 .62.1 系统的目标需求 .62.2 医院住院组织流程 .62.3 医院住院业务流程 .72.3.1 病人入院流程 .92.3.2 病人出院流程 .102.3.3

10、 医生业务流程 .112.3.4 护士业务流程 .122.3.5 医嘱流程 .13第三章 医院住院管理信息系统的功能设计 .133.1 医院住院系统处理流程 .143.1.1 总体处理流程 .143.1.2 收费子系统 .153.1.3 住院工作站 .163.1.4 护士工作站 .173.1.5 住院医嘱管理 .193.2 医院住院系统数据流程 .19第四章 医院住院管理信息系统的实现 .204.1 医院住院系统的实现分析 .204.2 开发的可行性分析 .21长春师范大学本科毕业论文34.2.1 经济上的可行性 .214.2.2 技术上的可行性 .224.2.3 运行上的可行性 .224.3 开发的风险分析 .22致 谢 .23参考文献 .24长春师范大学本科毕业论文(设计)原创性声明 .26长春师范大学本科毕业论文(设计)版权使用授权书 .26第一章 绪 论1.1 设计目的当 今 时 代 是 飞 速 发 展 的 信 息 时 代 。 在 各 行 各 业 中 离 不 开 信 息 处 理 , 这 正 是计 算 机 被 广

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 办公文档 > 解决方案

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号