
本科毕业设计(论文)
题 目:
(小三号、仿宋)
学 院:
专 业:
班 级:
学 号:
学生姓名:
指导教师:
职称:
二○一 X 年 月 日

本科生毕业设计(论文)
I
药店管理信息系统的开发
摘 要
医 药 行 业 的 快 速 发 展 必 然 导 致 市 场 竞 争 的 加 剧 ,要 想 在 激 烈 的 市 场 竞 争 中 谋
求 发 展 ,客 观 上 要 求 企 业 必 须 加 强 内 部 管 理 ,提 高 运 营 效 率 ,另 外 ,由 于 医 药 产
品 种 类 繁 多 、销 售 模 式 特 殊 ,业 务 量 大 ,单 凭 手 工 记 账 已 远 远 适 应 不 了 药 房 快 速
发 展 的 需 求 。
本 文 描 述 了 一 个 小 型 药 店 管 理 信 息 系 统 的 开 发 过 程 ,依 据 面 向 对 象 设 计 的 开
发 思 想 ,选 用 浏 览 器 /服 务 器( B/S)模式 搭 建 ,并 使 用 ASP.NET 技 术 及 相 关 的 SQL
server 数 据 库 系 统 等 技 术 ,构 建 了 一 个动态 的 交 互 式 小 型 药 店 管 理 信 息 系 统 。本
系 统 最 大 的 特 点 是 使 用 操 作 简 单 、友 好 的 提 示 信 息 ,具 有较强 的 安 全 性 ,避 免 用
户 的 恶 意 操 作 。 本 文 首 先 对 课 题 研 究 的 背 景 、国 内 外 研 究 现 状 以 及 实 现 所 需 的 相
关 技 术 进 行 了 介 绍 。然 后 针 对 本 系 统 的 相 关 需 求 进 行 了 阐 述 ,接 着 详 细 介 绍 说 明
了 本 系 统 的 数 据 库 设 计 、 系 统 设 计 等 , 最 后 对 系 统 实 现 效 果 进 行 了 展 示 。
关 键 词 : 药 店 管 理 ; 小 型 药 店 管 理 信 息 系 统 ; ASP.NET

本科生毕业设计(论文)
II
Development of pharmacy management information
system
ABSTRACT
he rapid development of the pharmaceutical industry will inevitably lead to the
aggravation of the market competition, to seek development in the fierce market
competition, objectively requires enterprises to strengthen internal management,
improve operational efficiency. In addition, as a result of a variety of
pharmaceutical products, special sales model, the business volume is big, alone
accounting manual already far adapt to needs of the rapid development of the
pharmacy.
This paper describes the development process of a small pharmacy management
information system, according to the design object oriented design method, the
choice of browser / server (B / s) mode to build and use ASP. Net technology and
the SQL Server database system technology, to construct a dynamic interactive
small pharmacy management information system. The biggest feature of the system
is the use of simple, friendly tips, with a strong security, to avoid the user's
malicious actions. At first, this paper introduces the background of the subject,
research status at home and abroad as well as the relevant technology to achieve the
required. Then, according to the relevant requirements of the system, the database
design and system design of the system are described in detail, and the effect of the
system is demonstrated.
Key words: Pharmacy management; small pharmacy management information
system; ASP.NET

本科生毕业设计(论文)
III
目 录
1 绪论 .......................................................................1
1.1 研究背景 .............................................................1
1.2 国内外研究现状 ........................................................1
1.3 研究意义 .............................................................2
2 相关的理论和技术 ............................................................4
2.1 ADO.NET ..............................................................4
2.2 Microsoft Visual Studio 2008 平台 ........................................6
2.3 C# ...................................................................7
2.4 SQL server 数据库 ......................................................7
2.5 系统运行环境配置 ......................................................8
3 系统需求分析 ................................................................9
3.1 可行性分析 ............................................................9
3.2 功能需求概述 .........................................................10
3.3 系统性能需求 .........................................................11
3.4 数据库需求分析 .......................................................11
4 系统总体设计 ...............................................................13
4.1 系统运行模式 .........................................................13
4.1.1 C/S 模式 .......................................................13
4.1.2 B/S 模式 .......................................................13
4.2 系统能模块设计 .......................................................15
4.3 核心数据库表设计 .....................................................15
5 系统实现 ..................................................................18
5.1 实现登录功能 .........................................................18
5.2 实现员工基本操作 .....................................................18

本科生毕业设计(论文)
IV
5.3 实现管理员基本操作 ....................................................19
结 论 .....................................................................22
致 谢 .....................................................................23
参考文献 .....................................................................24