实验室信息管理系统
专业: 计算机网络(本科)
: ***
准考证号: ***

完成日期: ***
摘要
  本文介绍基于Web技术开发的实验室信息管理系统(LIMS)。
  系统在Microsoft Windows XP + Microsoft Access 2003 + IIS5.1 环境下开发,使用的主要技术为ASP技术和数据库技术,并采用了许多第三方组件,如利用ASPupload进行文件的上传。
  系统分成管理员子系统和注册用户子系统进行设计。
  系统主要实现的功能有:①设备预约管理、②设备管理、③易耗品管理、④物品借用管理、⑤物品损耗管理、⑥试验标准下载、⑦信息发布管理、⑧留言板、和⑨单位换算,同时管理员还能实现用户管理、数据库备份等。
  本设计最大的特色是克服了以往一些设备管理系统缺乏交互性的缺点,用户可以方便的查询设备信息并提交预约申请,管理员根据设备使用情况安排使用时间。所有预约信息会实时显示在网络上。同时,本系统还拥有功能全面、实用性强、界面友好、页面美观等特点。
  关键词:实验室信息管理系统(LIMS)、设备预约、ASP、ACCESS、 Aspupload
  Abstracts
This thesis introduces the laboratory information management system developed on the basis of Web technology.
This system is developed in the environment of Microsoft Windows XP + Microsoft Access 2003 + IIS5.1. In addition to use of the ASP technology and the database technology in the development of the system, many third party components are adopted, eg. ASPupload is applied to upload documents.
The system described in this thesis is designed in respect of the administrator-related subsystem and the user-related subsystem.
The main functions of the system described in this thesis are: ① management of reservation of equipment; ② management of equipment; ③ management of consumables; ④ management of borrowing of articles; ⑤ management of tear and wear of articles; ⑥ download of test standards; ⑦ management of publishing information; ⑧ message board; ⑨ measurement conversion; administrators may also implement management of users, and backup of database, etc..
The main characteristic of this design is that it has overcome the shortcoming of some previous equipment management systems which lack the function of communication between users and administrators. The system described in this thesis enables users to directly search for the equipment required and submit applications for reservation, and enables administrators to make arrangements for use of certain equipment according to the situation of use of such equipment. All information on reservation can be displayed on the network in time. Moreover, the system has comprehensive functions, is of much practicality, is friendly to use, and has nice appearance, etc.
Key words:
Laboratory Information Management System (LIMS); reservation of equipment; ASP; ACCESS; Aspupload
目录
前言 1
第一章 应用背景与主要技术 1
1.1 应用背景和需求分析 1
1.1.1 应用背景 1
1.1.2 需求分析 2
1.2 主要技术 2
1.2.1 工具软件 2
1.2.2 Vbscript或者Javascript脚本语言 2
1.2.3 ASP技术 2
1.2.4 数据库管理系统 3
1.3 开发环境 3
第二章 系统总体设计 3
2.1 设计目标 3
2.2 总体功能 3
2.3 功能流程图 4
2.4 功能模块框图 4
2.4.1 功能结构总图 4
2.4.2 前台用户功能结构图 5
2.4.3 后台用户功能结构图 5
2.5 总体设计思路 6
第三章 数据库设计 6
3.1 数据表的设计 6
3.2 数据表清单 8
第四章 各子模块的开发和实现 11
4.1 前台注册用户子系统 11
4.1.1 设备信息子模块和预约信息子模块 11
4.1.2 易耗品子模块 18
4.1.3 借用记录子模块 19
4.1.4 损耗记录子模块 21
4.1.5 试验标准子模块 21
4.1.6 单位换算模块 22
4.1.7 注册登录模块 23
4.1.8 留言板模块 26
4.1.9 注册用户子系统网页清单 27
4.2 后台管理员子系统 27
4.2.1 管理员网页导航图 28
4.2.2 用户管理 30
4.2.3 物品管理 32
4.2.4 设置管理 34
4.2.5 信息管理 35
4.2.6 其它管理 39
4.2.7 管理员用户子系统网页清单 40
4.2.8 数据库链接 42
第五章 ASP+ACCESS的安全隐患 42
5.1 安全隐患 42
5.2 提高数据库的安全性 43
第六章 总结 44
6.1 本系统的主要特色 44
6.2 开发中所遇到的问题及解决方法 44
6.3 收获和体会 45
6.4 系统改进与努力方向 45
致谢 46
参考文献 46
前言
  管理信息化是现代管理技术发展的趋势,本文介绍的实验室信息管理系统(LIMS)就是一种结合现代网络技术与管理经验,并针对本人所在公司的特点开发的实验室管理网站。
  由于本人在实验室从事管理工作多年,对实验室的管理流程、方式和内容有深刻的了解,结合自己的实际工作经验和公司的管理特点开发的LIMS更能切合实际工作的需要。系统在开发过程中得到了公司领导的大力支持,在测试中获得良好的反响,一致认为这是改进管理效率、提高设备利用率的最好方式。
  本文第一部分简要地介绍了系统的应用背景和主要技术。第二部分结合本人的工作经验和公司的管理特点,进行了系统分析,完成了设计目标和总体功能,并列有业务流程图、系统总功能结构图、前台注册用户功能结构图和后台管理员用户功能结构图。第三部分讲述数据库的设计,根据功能需求,设计了关键实体的属性图及E-R图,并画出了所有实体的关联图。随后设计了系统所需要的11个数据表。第四部分为论文的主要部分,详细讲述了各子模块的设计方法和思路,并列出了具有代表性的源程序以及网页导航图和网页截图。第五章主要讲述有关系统安全方面的技术和本系统采用的安全技术。第六部分为设计总结部分,讲述本系统的特色以及开发过程中遇到的问题和解决办法,总结开发过程中的经验和教训,提出了系统的不足以及后续改善方向。
第一章 应用背景与主要技术
1.1 应用背景和需求分析
1.1.1 应用背景
  利用计算机进行实验室的信息管理简称LIMS (Laboratory Information Management System ),已经有20多年的历史,而基于Web技术的第四代实验室
  • 大家都分享一下了,你好意思不点吗?点一下又不会怀孕

创意是网站设计的生命之源,好的创意能更加还原于真实。更加吸引浏览者的注意力.