现代战争卫勤保障指挥系统支撑平台的研究与实现

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:


摘要 人类社会已进入信息时代,信息化战争也处于萌发和发展之中。以信息为核心的高新技术在军事领域的广泛应用,给卫勤保障带来了全面的影响与严峻的挑战。为了适应信息化战争的要求和卫勤保障指挥决策的需要,同时为了逐步适应未来数字化战场中信息流动快、可变因素多和随机性大等特性,有必要开发新的现代战争卫勤保障指挥系统支撑平台。这不仅是为了满足卫勤保障辅助决策和军队卫勤保障信息查询的需要,更重要的是为了使卫勤保障向信息化方向发展,从而真正提高信息化战争卫勤保障的水平和能力。同时,该系统的研究与开发在提高部队的战斗力,保证作战胜利等各个方面,具有非常重要的地位和作用。
  本系统按照现代信息化战争的基本原理和方法, 开发具有现代战争特点的卫勤保障组织指挥信息系统,实现卫勤保障组织指挥的指挥信息化和自动化。经过整体的需求分析,采用asp.NET技术和SQL SERVER 2000数据库管理系统作为工具进行开发。该系统为指挥系统及时提供有效的卫勤保障信息。从操作简便、界面美观、灵活实用的用户要求出发,设计开发了医院管理系统、仓库管理系统、伤员后送队管理系统、用户管理系统等功能,基本能满足指挥系统过程中的查询需要。
  本设计说明书主要介绍了本课题的开发背景、完成的功能和开发过程,并着重说明了开发设计的思想、技术难点和解决方案。
关键词  信息化战争,卫勤保障,支撑平台,数据库,asp.NET,SQL Server 2000

毕业设计(论文)外文摘要

    Research and Implementation of Data Support Platform of
       Military Health durty Command System for Modern War
Abstract: The society of the mankind has already entered into the age of information, and the information-based war is also in the state of germination and development. The extensive application of high new technique that regards the information as the corn in military affair area brings the overall influence and rigorous challenges to the military health safeguard. So in order to adapt the request of information-based war and the need of command decision-making of military health safeguard, at the same time, in order to adapts the characteristics such as rapidness information flowing, so many changing factors and big randomicity during digital-based war step by step, it's necessary to develop a new support platform of modern war military health safeguard command system. This is not only to satisfy the assistant decision-making of military health safeguard and the neediness of military health safeguard information demand, but also for the information-based aspect improvement of military health safeguard, so it can advance military health safeguard's level and ability of information-based war in deed. At the same time, the investigation and implement of this system plays an very important role on vindicating military battle effectiveness and assuring the victory of battle.
  The system is in the light of the keystone and method of the modern information-based war, investigating military health safeguard command system  which has characteristics of modern information-based war ,carrying out information -based and automatism-based military health safeguard., and passing by unitary demand analysis, adopts asp.NET technology and SQL SERVER 2,000 database management system as tools to develop. The whole system provides effective information for command system promptly. Following the needs of simple operation, beautiful and vivid interface and practical request from users, the functions designed and developed including hospital management, storage management, the wounded transport team management, and system management can basically meet the demand needs from the work in the process of command system.
  This paper introduces the background of the development, the functions demanded and the process of design. What's more, the paper mainly explains the design and implement of the key techniques and the solutions.  

Keywords: Information-based War; Military Health Safeguard; Support Platform Database; asp.NET; SQL Server 2000

  目  录
1  引言 1
1.1   课题的研究背景与意义 1
1.1.1  课题的研究背景 1
1.1.2   课题的研究意义 2
1.2   问题的定义及内容简介 4
1.2.1  问题的定义 4
1.2.2  问题的内容简介 4
1.3   问题的调研 5
1.4   可行性分析 5
1.4.1  经济可行性 5
1.4.2  技术可行性 5
1.4.3  操作可行性 6
1.4.4  法律可行性 6
1.5   论文各章简介 6
2  需求分析 7
2.1   业务流分析 7
2.2   数据流分析 7
2.3   数据字典 10
2.3.1  现代战争卫勤保障指挥系统支撑平台的数据字典 10
3  系统设计 17
3.1  系统总体功能结构 17
3.2  系统数据模型设计 18
3.2.1  数据概念结构设计-E-R图 18
3.2.2  数据逻辑结构设计-关系模式 20
3.2.3  数据逻辑结构设计-关系表 21
3.2.4  数据结构优化-关系规范化 25
3.3  开发环境与运行环境设计 25
3.3.1  开发环境设计 25
3.3.2  运行环境设计 27
4  详细设计 29
4.1  用户管理模块详细设计 29
4.1.1 用户管理模块功能简介 29
4.1.2 用户管理模块功能图 29
4.1.3 用户登录界面设计 29
4.1.4 用户管理界面设计 30
4.1.5 此模块遇到的问题及解决方案 31
4.2医院管理模块详细设计 31
4.2.1 医院管理模块功能简介 31
4.2.2 医院管理模块功能图 32
4.2.3 医院管理模块流程图 32
4.2.4 医院类型管理界面设计 32
4.2.5 医院信息管理界面设计 33
4.2.6 医院部门科室维护界面设计 33
4.2.7 医院人员管理界面设计 34
4.2.8 伤员信息管理界面设计 34
4.2.9 伤员医后信息管理界面设计 35
4.2.10 医院药库管理界面设计 36
4.2.11 此模块遇到的问题及解决方案 36
4.3  仓库管理模块详细设计 37
4.3.1 仓库管理模块功能简介 37
4.3.2 仓库管理模块功能图 37
4.3.3 仓库管理模块流程图 38
4.3.4 仓库信息维护等管理界面设计 38
4.3.5 药品信息管理等界面设计 38
4.3.6 此模块遇到的问题及解决方案 38
4.4  伤员后送队管理模块详细设计 39
4.4.1 伤员后送队管理模块功能简介 39
4.4.2 伤员信息管理模块功能图 39
4.4.3 伤员信息管理模块流程图 39
4.4.4 伤员后送队类型维护界面设计 39
4.4.5 具体后送工具管理界面设计 40
4.4.6 此模块遇到的问题及解决方案 40
5  用户使用手册 40
5.1  系统功能简介、运行环境简介 40
5.1.1 系统功能简介 40
5.1.2 运行环境简介 41
5.2  系统运行与操作指南 41
5.2.1 用户管理模块界面设计 41
5.2.2 医院管理模块界面设计 43
5.2.3 仓库管理模块界面设计 48
5.2.4 伤员后送队管理模块界面设计 49
6  系统评价 50
6.1  系统特色/优点介绍 50
6.2  系统存在的不足与改进方案 51
6.2.1 系统存在不足 51
6.2.2 改进方案 51
6.3  设计收获与心得 51
致  谢 53
参考文献 54

论文各章简介
  第1章引言部分,引言主要叙述课题的研究背景和意义、问题的定义和内容简介、问题的调研和可行性分析。
  第2章主要内容是:系统需求分析包括,业务流程分析;数据流分析;数据字典。
  第3章主要内容是:系统总体设计包括,系统总体结构设计;系统数据结构设计(如E-R图、关系模型和关系规范化);系统开发与运行环境设计。
  第4章主要内容是:用户管理模块包括,用户管理模块的体系结构设计,用户管理模块的详细设计,此模块遇到主要问题及解决方案;医院管理系统模块包括,医院管理模块的体系结构设计,医院管理系统模块的详细设计,此模块遇到主要问题及解决方案;仓库管理系统模块包括,仓库管理系统模块的体系结构设计,仓库管理模块的详细设计,此模块遇到主要问题及解决方案;伤员后送队信息管理模块包括,伤员后送队信息管理模块的体系结构设计,伤员后送队信息管理模块的详细设计,此模块遇到主要问题及解决方案。
  第5章主要内容是:用户手册包括,系统功能简介、系统运行环境和安装环境简介,系统的操作指南说明。
  第6章主要内容是:系统评价包括,系统的特色和优点简介,系统存在的不足与改进方案说明,毕业设计的收获和心得。
  
  最后还有致谢、参考资料等内容的介绍。

系统总体功能结构
  通过对现代战争卫勤保障指挥系统支撑平台的需求分析并结合对信息化战争基本原理和方法的分析,该支撑平台是由用户管理、医院管理系统、仓库管理系统、伤员后送队管理这四个主要子系统模块构成。