基于java的敬老院运营管理系统设计与实现
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
基于Java的敬老院运营管理系统
摘要
本敬老院运营管理系统是使用JSP编程语言和Sqlserver数据库共同来完成的,采用面向对象方法,对敬老院运营管理工作进行设计与实现。分析设计了敬老院运营管理系统的静态模型和动态模型,完成了系统开发的分析、设计和实现的工作。本敬老院运营管理系统通过Web方式完成用户与系统的交互,系统的功能模块具体有对老人的,入住,协议,收费,日常照料以及护理服务经行管理,并对院方的仓库,人事,考勤,工资,财务,办公等进行管理。提高阶段添加对入院数据的分析模块。实现敬老院管理的电子化,从而实现提高效率,降低成本的目的。本系统的开发采用现有成熟技术为参照,共享源码为模板,结合本敬老院运营管理系统的实际需求进行分析和功能调整,探讨了利用JSP开发敬老院运营管理系统的过程。
关键词:敬老院;运营管理;系统
Nursing Management System Based On Java
Abstract
The nursing home operations management system is the use of JSP programming languages and database Sqlserver together to complete, object-oriented approach , design and implementation of nursing home operations management work . Analysis and design of the static model nursing home operations management systems and dynamic models , completed an analysis of system development , design and implementation work. The nursing home operations management system to complete user interaction with the system via the Web , function modules of the system specifically for the elderly , occupancy agreements , fees, daily care and nursing services through the line management, and hospital warehouse personnel, attendance , payroll, finance and office management. Improve the admission stage to add data analysis module . Realization of electronic nursing home management , in order to achieve improved efficiency and reduce costs . The system was developed using the existing mature technologies as a reference, a shared source as a template, with the actual needs of the nursing home operations management system for analysis and functional adjustments , explored the use of JSP development process of nursing home operations management system .
Keywords: nursing home ;operations;management;system
目录
摘要 ................................................................. I Abstract ............................................................ II 1 引言 (1)
1.1 选题的依据和意义 (1)
1.2 课题研究目的 (1)
2 系统分析 (2)
2.1 系统需求分析 (2)
2.2 可行性分析 (3)
2.2.1技术的可行性 (3)
2.2.2经济的可行性 (3)
2.2.3操作可行性 (3)
2.2.4法律的可行性 (4)
2.3 设计的基本思想 (4)
2.4 设计原则 (4)
2.5非功能需求 (5)
2.5.1用户界面需求 (5)
2.5.2软硬件环境需求 (5)
2.5.3软件质量需求 (5)
2.6 系统开发步骤 (6)
3 本系统采用的关键技术 (7)
3.1 JSP介绍 (7)
3.2 JavaBean技术 (8)
3.3 JDBC技术 (8)
3.4 用JDBC访问数据库 (9)
3.5 java主要有以下特性 (11)
3.6 B/S模式分析 (12)
3.7 SqlServer (13)
3.8 服务器tomcat (14)
4 系统详细设计 (15)
4.1 关于数据库 (15)
4.1.1数据库设计概述 (15)
4.2 数据库的概念结构设计 (16)
4.3 处理流程设计 (17)
4.3.1 系统操作流程 (17)
4.3.2 数据增加流程 (18)
4.3.3 数据修改流程 (19)
4.4.4 数据删除流程 (20)
4.4 系统模块设计 (21)
4.4.1 管理员登陆 (21)
4.4.2 办公信息管理 (22)