网站导航网学 原创论文 原创专题 网站设计 最新系统 原创论文 论文降重 发表论文 论文发表 UI设计定制 论文答辩PPT格式排版 期刊发表 论文专题
返回网学首页
网学原创论文
最新论文 推荐专题 热门论文 论文专题
当前位置: 网学 > 交易代码 > 原创设计 > 正文

医院门诊收费管理系统论文|医院门诊收费管理系统论文和源代码

论文降重修改服务、格式排版等 获取论文 论文降重及排版 论文发表 相关服务

医院门诊收费管理系统论文|医院门诊收费管理系统论文和源代码

  摘 要

  医院门诊收费管理系统是典型的信息管理系统(MIS),其开发主要医院门诊收费管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的数据库,而对于后者则要求应用程序功能完备,操作简单,使用方便等特点。经过分析,我使用Microsoft公司的sql server作为后台数据库,前台采用 Visual C++6.0开发工具,利用其提供的各种面向对象的开发工具,在短时间内建立系统应用原型,然后对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。接下来是关于该系统的整个设计开发过程的介绍。论文首先介绍了为什么要开发医院门诊收费管理系统,从三个方面阐述了开发本系统的意义。紧接着从编程环境的选择和关系型数据库的实现两个方面入手介绍了怎样开发一个医院门诊收费管理系统。论文的第三章对Windows下  Visual C++6.0编程环境进行了较为详细的介绍。Visual C++6.0凭借其事件驱动的应用程序、 简洁的Visual C++6.0语言与函数、 面向对象的编程、 支持跨平台开发以及 与数据库良好的连接性等一系列的优点成为开发本应用系统的首选开发工具。第四章则重点介绍了Visual C++6.0关系数据库的概念,以及数据库的创建与连接过程。接下来的一章里对系统功能与流程图进行了介绍。本系统是针对医院门诊收费管理的日常管理工作而设计的, 能够完成从医院门诊收费的医生、药品、患者以及门诊收费等操作以及相关的查询。论文的第六章分别介绍了用户界面的实现与数据库的实现,包括各级菜单的实现及数据库中每一张表的详细说明。文章的最后是对本次毕业设计的总结以及致谢,同时附上了主要的参考文献及程序清单。

  关键字:医院门诊收费管理 面向对象、窗口、数据库

  Abstract

  The hospital outpatient service charge management system management system is the typical information management system (MIS), its development main hospital outpatient service charge management system management system is the typical information management system (MIS), its development mainly includes the backstage database the establishment and the maintenance as well as front end the application procedure development two aspects. Establishes the data uniformity and the integrity regarding former request strong, the data security good database, but requests the application procedure function regarding latter completely, the operation is simple, characteristic and so on easy to operate. After the analysis, I use Microsoft Corporation sql server to take the backstage database, the onstage uses Visual the C++6.0 development kit, uses each kind of object-oriented development kit which it provides, establishes the system application prototype in the short time, then carries on the demand iteration to the initial prototype system, unceasingly revises and the improvement, until forms user satisfaction the feasible system. Receives is about this system entire design performance history introduction. The paper first introduced why has to develop the hospital outpatient service charge management system management system, elaborated from three aspects develops this system the significance. Was following closely obtains from the programming environment choice and the relations database realization two aspects introduced how developed a hospital outpatient service charge management system management system. The paper third chapter Visual the C++6.0 programming environment has carried on a more detailed introduction to Windows under. Visual C++6.0 relies on the application procedure, succinct Visual which its event actuates the C++6.0 language and the function, the object-oriented programming, supports the cross platform development as well as with the database good connection and so on a series of merits becomes develops this application system the first choice development kit. Fourth introduced Visual with emphasis the C++6.0 relational database concept, as well as database foundation and connection process. Receives in a chapter has carried on the introduction to the system function and the flow chart. This system is aims at, can complete from hospital outpatient service operation as well as the correlation and so on charge doctor, drugs, patient as well as outpatient service charge inquiry which the hospital outpatient service charge management the daily supervisory work designs. The paper sixth chapter separately introduced the user contact surface realization and the database realization, including in all levels of menus realization and database each table specify. The article finally is as well as expresses thanks to this graduation project summary, simultaneously enclosed main reference and procedure detailed list.

  Keywords: The hospital outpatient service charge manages, the window, the database object-oriented

  目录

  第一章 绪论5

  1.1课题来源5

  1.2目的和意义6

  1.3 医院门诊收费管理系统的设计分析7

  第二章 怎样开发一个医院门诊收费管理系统7

  2.1 编程环境的选择7

  2.2 关系型数据库的实现7

  第三章 Windows环境下的Visual C++6.0简介8

  3.1 Visual C++6.0简介8

  3.2 Microsoft Visual C++6.0系统描述9

  3.2.1 工具栏和菜单9

医院门诊收费管理系统论文|医院门诊收费管理系统论文和源代码

  3.2.2 项目和项目工作区9

  3.2.3 使用向导和其他的Visual C++工具12

  3.2.4 环境窗口13

  3.2.5 使用帮助系统13

  3.2.6 在Visual C++中进行查找14

  第四章  数据库的设计15

  4.1 数据库的概念16

  4.2 新建一个数据库16

  4.3数据库设计过程16

  第五章 系统的总体规划24

  5.1体系结构规划24

  5.2 系统设计24

  5.3 系统功能25

  5.3.1 系统的功能描述25

  5.3.2医院门诊收费管理系统的功能定位25

  5.3.3 医院门诊收费管理系统的开发目标25

  5.3.4医院门诊收费管理系统的边界定义26

  第六章 系统的具体实现26

  6.1 系统的开发平台26

  6.2 用户界面的设计26

 

  第七章 资源和编译可执行文件32

  7.1 资源文件32

  7.2编译生成可执行文件33

  结束语33

  致谢34

  参考文献35

设为首页 | 加入收藏 | 网学首页 | 原创论文 | 计算机原创
版权所有 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
Copyright 2008-2020 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号 常年法律顾问:王律师