資源描述:
《論文:基于jsp的醫(yī)藥管理系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、XXXX大學(xué)畢業(yè)論文基于JSP的醫(yī)藥管理系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)專業(yè)名稱:計(jì)算機(jī)科學(xué)與技術(shù)班級:學(xué)生姓名:XXX指導(dǎo)教師:XXX完成時(shí)間:2012年4月42河北經(jīng)貿(mào)大學(xué)畢業(yè)論文摘要隨著科學(xué)技術(shù)的發(fā)展和人們生活水平的提高,人們對于醫(yī)藥產(chǎn)品的需求迅速增加,管理藥品信息成為制藥行業(yè)的各項(xiàng)工作中不可缺少的一部分。本醫(yī)藥管理系統(tǒng)是為了管理藥品信息而設(shè)計(jì)的。以前的數(shù)據(jù)處理要用手工操作,工作量大,出錯(cuò)率高,出錯(cuò)后也不易更改。而本醫(yī)藥管理系統(tǒng)使用起來,效率高,速度快,也方便使用和修改。根據(jù)實(shí)際需求,本醫(yī)藥管理系統(tǒng)是在WindowsXP操作系統(tǒng)環(huán)境下,以MyEclipse8.6為
2、前臺(tái)開發(fā)工具,采用JSP技術(shù),用MySQLServer5.0為后臺(tái)數(shù)據(jù)庫開發(fā)工具來實(shí)現(xiàn)的。主要實(shí)現(xiàn)醫(yī)藥管理、類別管理、購買藥品、銷售管理、進(jìn)貨/需求管理和系統(tǒng)管理等功能。本醫(yī)藥管理系統(tǒng)首先輸入和存儲(chǔ)一些基本的數(shù)據(jù)資料,例如本系統(tǒng)中的藥品信息和銷售信息、進(jìn)貨/需求信息,對于這些信息和數(shù)據(jù)能方便的進(jìn)行添加、修改、查詢和刪除。其次,為了方便管理者管理數(shù)據(jù),對各種數(shù)據(jù)進(jìn)行統(tǒng)計(jì),如統(tǒng)計(jì)庫存信息,銷售信息和進(jìn)貨/需求信息等。關(guān)鍵詞醫(yī)藥管理系統(tǒng);藥品信息管理;JSP技術(shù)42河北經(jīng)貿(mào)大學(xué)畢業(yè)論文ABSTRACTWiththedevelopmentofsciencean
3、dtechnologyandpeople'slivingstandardsimprove,thedemandforpharmaceuticalproductsincreasedrapidly,themanagementofdruginformationhasbecomeanindispensablepartoftheworkofthepharmaceuticalindustry.Themanagementsystemofthemedicineisdesignedtomanagedruginformation.Thepreviousdataprocess
4、ingtousemanualoperation,aheavyworkload,errorrate,errorisnoteasytochange.Theuseofthepharmaceuticalmanagementsystem,highefficiency,fast,easytouseandmodify.AccordingtotheactualneedsofthepharmaceuticalmanagementsystemisintheWindowsXPoperatingsystemenvironment,theMyEclipse8.6developm
5、enttoolsforthefront,usingJSPtechnology,MySQLServer5.0back-enddatabasedevelopmenttools.Medicalmanagement,categorymanagement,buyingdrugs,salesmanagement,purchase/demandmanagementandsystemmanagementfunctions.Managementsystemofthemedicinefirstenterandstoresomeofthebasicdata,suchasdr
6、uginformationandsalesinformationinthissystem,purchase/demandforsuchinformationanddatacaneasilyadd,modify,queryanddelete.Secondly,inordertofacilitatemanagementofdatamanagers,avarietyofdatastatistics,suchasstatisticalinventoryinformation,salesinformation,andpurchase/demandinformat
7、ion.KeywordsPharmaceuticalmanagementsystem;informationmanagement;JSPtechnology42河北經(jīng)貿(mào)大學(xué)畢業(yè)論文目錄1緒論11.1系統(tǒng)開發(fā)背景11.2系統(tǒng)開發(fā)意義11.3文章內(nèi)容安排12系統(tǒng)開發(fā)環(huán)境和開發(fā)工具簡介32.1系統(tǒng)開發(fā)環(huán)境32.2系統(tǒng)開發(fā)工具簡介32.2.1MySQL數(shù)據(jù)庫介紹32.2.2JSP技術(shù)概述33系統(tǒng)需求分析53.1可行性分析53.1.1技術(shù)可行性53.1.2經(jīng)濟(jì)可行性53.2系統(tǒng)功能需求53.3數(shù)據(jù)流圖64系統(tǒng)總體設(shè)計(jì)84.1系統(tǒng)結(jié)構(gòu)設(shè)計(jì)84.1.1邏輯分層結(jié)構(gòu)設(shè)
8、計(jì)94.1.2定義ActionForm94.1.3持久層結(jié)構(gòu)設(shè)計(jì)104.1.4業(yè)務(wù)層結(jié)構(gòu)設(shè)計(jì)1