资源描述:
《医院病房管理系统》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要医院病房管理系统是一种典型的管理信息系统(MIS),即一个由人和计算机组成的能进行医院病房信息收集、传递、存贮、加工、维护和使用的系统。它的开发主要包括前台应用程序的开发和后台数据库的建立和维护两个方面。对于前者我们要求所开发应用程序生成的界面友好、易使用,程序本身功能完备;对于后者我们则要求建立一个数据一致性、完整性、安全性好的数据库。本人结合医院病房管理的实际需求,经过详细地分析,完成了面向医院的病房管理系统的需求分析、功能模块划分、数据库模式分析等工作,并由此开发了应用程序和数据库结构。本系统采用SYBASE公司推
2、出的PowerBuilder10.0作为前台应用程序开发工具,后台数据库设计则采用了微软推出的SQLServer2000,并利用ODBC数据库访问技术来实现前台与后台的连接。本着实用性、可扩展与可维护性、安全可靠性以及操作界面友好的基本设计原则,系统满足了用户对住院病人信息及医院信息进行增、删、查、改的操作需求,是管理医院日常工作及存储临床数据较为便捷的软件。关键词:管理信息系统,医院病房管理系统,数据安全性AbstractThehospitalwardsmanagementsystemisakindoftypicalMan
3、agementInformationSystem(MIS).Itiscomposedofthehumanbeingsandthecomputers.Usingthesystemcanhelpuscollect,transmit,storage,process,maintainandusethehospitalwardsinformation.Thedevelopmentofitincludestheapplicationdevelopmentatfront-endandtheestablishmentandmaintenan
4、ceofitskeydatabaseatbackgroup.Fortheformer,wedemandtheinterfacegeneratedbytheapplicationisuser-friendlyandeasytobeused,andtheprocessitselfshouldbefull-featured;while,forthelatter,weneedtoestablishadatabase,whichisgoodatdataconsistency,integrityandsecurity.Aftercomb
5、iningtheactualdemandwiththemanagementofthehospitalwardsanddetailedanalysis,Ididalotofjob,suchascompletingthedemandanalysis,functionmodulepartitionandanalysisofdatabasemodelforthehospital-orientedwardsmanagementsystem,andthusIestablishedtheapplicationsandthedatabase
6、structure.ThesystemusesPowerBuilder10.0launchedbytheSYBASEastheapplicationsdevelopmenttoolatfront-end,andusingMicrosoftSQLServer2000forthebackgroupdatabasedesign,whiletheODBCdatabaseaccesstechnologyisalsousedtoachievetheconnectionoffront-endandbackgroup.Inthebasicd
7、esignprinciples,suchaspracticality,scalability,maintainability,reliability,thesystemmeetstheoperationdemandofusers,thatis,usercouldadd,delete,select,changetheinformationofhospitalandhospitalin-patients.Thismeansthesoftwareworksmoreconvenientwithmanagingday-to-daywo
8、rkofhospitalandstoringclinicaldata.Keywords:ManagementInformationSystem,hospitalwardsmanagementsystem,datasecurity目录摘要1Abstract2目录31绪言41.1课题来源41.