1、 本 科 毕 业 设 计 题题 目:目:中药管理系统后台设计中药管理系统后台设计 1 中药管理系统后台设计中药管理系统后台设计 摘摘 要要: :中医学是中华民族宝贵的文化遗产,他具有学术体系的 开放性, 使其更加有利于和现代科学技术相结合。 而计算机技术所具 有的在数据挖掘、整理、继承与分析等处理数据方面的能力使其成为 促进中医学发展的推进剂, 计算机体系下的数据库技术的大型化和专 业化的发展,更有效的提高了中医药管理系统的规范化。 本次毕业设 计源于对实际问题的解决,即设计一个有利于药物、药方、症状等信 息管理的中药管理系统,系统基于 B/S 模式和 MVC 架构,使用 SQL Server
2、 2005 数据库对中药管理系统数据进行存储和查询。 中药管理系统后台设计实现的功能有对药物信息的添加、修改、 查询和删除,对药方信息的添加、修改、删除,对药方中所包含的药 物进行频次和比例的统计查询, 对药方中包含的症状进行频次和比例 的统计查询,又能关联查询出药物与症状之间的关系,依照查询的结 果对中药的药用信息进行分析。 关键词:关键词:软件系统;中药管理;MVC;B/S;SQL Server 2005 2 Medicine Management System Abstract:Chinese medicine is the precious cultural heritage of t
3、he Chinese nation. The open academic system makes it more conducive to be combined with modern science and technology. The ability in data mining, sorting, inheritance and analysis processing has made it become the propellant to promote the development of Chinese medicine. Database technology in lar
4、ge-scale and professional more effective to improve the standardization of Chinese medicine management system. The graduation design comes from the solution to the practical problems. Design a Chinese medicine management system in favor of drugs, prescriptions and symptoms. The system is based on B/
5、S architecture and MVC model. SQL Server 2005 database is used to store and query data. The system functions of MMS background design can add, modify, query, delete the drug and the prescription information. Inquire frequency and proportion about drugs and symptoms in prescription and relationship b
6、etween drugs and symptoms. Finally, carries on the analysis to the medical information. Keywords: Software system; TCM management; MVC; B/S; SQL Server 2005 3 目录目录 一、一、可行性分析可行性分析 1 1 (一)当前系统的调查和研究(一)当前系统的调查和研究 1 1 (二)经济和技术可行性考虑(二)经济和技术可行性考虑 1 1 (三)新系统的解决方案(三)新系统的解决方案 1 1 二、二、需求分析与建模需求分析与建模 . . 2 2 (一)功能需求分析(一)功能需求分析 2 2 (二)性能需求分析(二)性能需求分析 5 5 (三)系统运行环境(三)系统运行环境 5 5 (四)需求建模(四)需求建模 5 5 三、三、概要设计概要设计 8 8 (一)数据库设计(一)数据库设计 8 8 1 1、需求分析阶段、需求分析阶段 8 8 2 2、概念结构设计阶段、概念结构设计阶段 1111 3 3、逻辑结构设计阶