
目 录
摘 要 I
Abstract II
1 绪 论 1
11 课题研究背景及意义 1
12 本系统使用的方法和语言 2
121 统一建模语言UML 2
122 NET和C# 3
13系统描述 4
14 分析方法 4
2 需求收集 6
21 业务过程分析 6
22 研究领域分析 8
221 初步用例模型开发 9
222 开发初步类图 11
23 系统需求研究 16
231 收集系统需求 16
232开发系统功能包图 16
3 系统分析与设计 17
31 开发系统用例模型 17
311分析与充实用例 17
312开发详细用例图 18
32 静态对象设计 19
321 细化类图 19
322 开发系统详细类图 20
33 详细对象设计 21
331 分析对象状态变化 21
34 持久对象设计 25
341 数据库根设计 25
342 持久对象到表的映射 26
4 开发系统 31
41 编制代码 31
42 系统实现 31
421 用户界面 31
422 代码 32
43 部分系统界面及功能简介 36
431登录界面 36
432主界面 36
433用户管理界面 37
434采购入库平台界面 37
435入库单界面 38
436销售界面 39
437调价模块界面 40
438药品盘点界面 42
439药品信息界面 44
5 部 署 46
结 束 语 47
致 谢 48
参 考 文 献 49
附录1:英文原文 50
附录2:中文翻译 60
摘 要
目前,大中型城市的多数医院已经实现了门诊管理、住院管理、药品销售管理等的信息化和网络化,提高了管理效率。但是,在大多数县级医院及乡镇卫生所,医院管理仍然以传统人工管理为主,特别是在医药的采购、销售、库存环节,传统的手工管理处理信息混乱,账目管理困难,效率低下,浪费严重,造成了国有资产的流失。
医药进销存管理系统为解决上述问题而开发,本系统主要针对小型医院和卫生所的医药采购、销售、库存环节,系统可以实现药品入库管理、药品出库管理、调价管理、盘点管理、财务信息管理、药品信息管理、系统维护等功能,可以方便的完成各项药品属性、销售状况、供需状况的统计,使得各项工作的组织更加规范。
使用本系统,可以使管理人员从大量繁琐的手工 *** 作中解放出来,方便医院管理者对医药进销存的实际情况进行集中的查询与管理工作,改进医院的工作,提高工作效率和服务质量,同时可以适应医院与社会医保综合管理的需求,减少资源的浪费和流失。
经过实际调查和综合分析,本系统使用功能强大的Microsoft VSNET作为开发环境,使用编程语言C # 对整个系统进行设计与开发,后台数据库使用Microsoft SQL Server 2000。本系统可以根据实际应用的具体情况,适当加以修改,以便更好应用。本系统 *** 作简单,灵活性好,系统安全性高,运行稳定。
关键字:管理系统,医药,NET ,C#
Abstract
At present, the large and middle scale cities most hospitals already realized the outpatient service management, have been hospitalized the management, the drugs sale management and so on becoming an information based society , enhanced the management efficiency But, in the majority county level hospital and the villages and towns clinic, the hospital management still by the traditional manual management primarily, specially in the medicine purchase, the sale, kept in stock the link, the traditional manual management process information chaotic, account item management difficulty, efficiency low, the waste was serious, has created state asset draining
The medicine enters sells saves the management system management system but to develop for the solution above question, this system mainly aims at the small hospital and clinic’s medicine purchase, the sale, keeps in stock the link, the system may realize the drugs to go into storage function and so on management, drugs leaves storehouse management, adjusts prices management, inventorying management, finance information management, drugs information management, system maintenance, may facilitate completes each item of drugs attribute, the sales condition, the supply and demand condition statistics, causes each work the organization to be standarder
Uses this system, may cause the administrative personnel to liberate from the massive tedious manual operation, the convenient hospital superintendent enters the actual situation to the medicine which sells saves to carry on the centralism the inquiry and the supervisory work, improves the hospital the work, enhances the working efficiency and the grade of service, at the same time may adapt the hospital and the social medicine guarantees the synthesis management the demand, reduces the resources the waste and drains
After thorough investigation and generalized analysis, this system use function formidable Microsoft VSNET took the development environment, use programming language C # carries on the design and the development to the overall system, the backstage database uses Microsoft SQL Server 2,000 This system may act according to the practical application the special details, suitably performs to revise, in order to better application This
system operation simple, flexibility good, system security high, the movement is stable
Key words: management system,medicine,NET ,C#
参 考 文 献
1(美) Wendy Boggs,Michael Boggs.UML与Rational Rose2002从入门到精通.北京: 电子工业出版社,2002.
2(美)Joseph Schmuller.UML基础、案例与应用.北京:人民邮电出版社,2001.
3 李满潮 Visual C#NET编程基础北京:清华大学出版社,2002.
4 Meilir PageJonesUML.面向对象设计基础.北京:科学出版社,2003.
5 刘润东.UML对象设计与编程.北京:希望电子出版社2002.
6 Martin Flower,Kendall Sott.UML精粹——标准对象建模语言简明指南.北京: 清华大学出版社 ,1999.
7 Karli Watson Marco Bellinaso.康博译.C#入门经典.北京:清华大学出版社, 2002.
8 孙三才 张智凯 许薰尹.C#与NET技术平台实战演练.北京:中国青年出版社, 2002.
9 (美)普拉持(Platt,Ds) .黄惠萍等译.MicrosoftNET精髓著.北京:机械工业出版社 ,2003
--可如下查询
select substring('中国北京',3,2)
select substring('中国北京',len('中国')+1,2)
select substring('中国北京',charindex('中国','中国北京')+len('中国'),2)
--可如下修改
update 表的名字 set 省市字段的名字=substring(省市字段的名字,3,len(省市字段的名字)-2) where charindex('中国',省市字段的名字)>0
随着互联网的不断发展,有时候企业需要使用不同的开源数据库来搭建自己的在线平台。下面我们就一起来了解一下,在选择数据库的时候我们都有哪些方法可以使用。
有一个明确的目标
这一点看似简单,但在和很多人聊过MySQL、MongoDB、PostgreSQL之后,我觉得这一点才是重要的。面对繁杂的开源数据库,更需要明确自己的目标。无论这个数据库是作为开发用的标准化数据库后端,抑或是用于替换遗留代码中的原有数据库,这都是一个明确的目标。目标一旦确定,就可以集中精力与开源软件的提供方商讨更多细节了。
了解你的工作负载
尽管开源数据库技术的功能越来越丰富,但这些新加入的功能都不太具有普适性。譬如MongoDB新增了事务的支持、MySQL新增了JSON存储的功能等等。目前开源数据库的普遍趋势是不断加入新的功能,但很多人的误区却在于没有选择适合的工具来完成自己的工作——这样的人或许是一个自大的开发者,又或许是一个视野狭窄的主管——终导致公司业务上的损失。致命的是,在业务初期,使用了不适合的工具往往也可以顺利地完成任务,但随着业务的增长,很快就会到达瓶颈,尽管这个时候还可以替换更合适的工具,但成本就比较高了。例如,如果你需要的是数据分析仓库,关系数据库可能不是一个适合的选择;如果你处理事务的应用要求严格的数据完整性和一致性,就不要考虑NoSQL了。
不要重新发明轮子
在过去的数十年,开源数据库技术迅速发展壮大。开源数据库从新生,到受到质疑,再到受到认可,现在已经成为很多企业生产环境的数据库。企业不再需要担心选择开源数据库技术会产生风险,因为开源数据库通常都有活跃的社区,可以为越来越多的初创公司、中型企业甚至500强公司提供开源数据库领域的支持和三方工具。
先从简单开始
你的数据库实际上需要达到多少个9的可用性对许多公司来说,“实现高可用性”仅仅只是一个模糊的目标。当然,常见的答案都会是“它是关键应用,我们无论多短的停机时间都是无法忍受的”。北京IT培训发现数据库环境越复杂,管理的难度就越大,成本也会越高。理论上你总可以将数据库的可用性提得更高,但代价将会是大大增加的管理难度和性能下降。所以,先从简单开始,直到有需要时再逐步扩展。
以上就是关于高分求 15000字 .net 或 sql sever 2005/2008 的外文翻译和原文,原文要注明出处全部的内容,包括:高分求 15000字 .net 或 sql sever 2005/2008 的外文翻译和原文,原文要注明出处、数据库SQL server2000 某一字段为省市,但添加的时候里面每个省市前都加“中国”了,如“中国北京”、北京IT培训分享开源数据库的选择方法等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)