-
医院管理信息系统
潍坊市肿瘤医院管理信息系统。该毕业设计是用java语言编写的,涉及到的编程工具是Eclipse,数据库则采用的是MySql。下面我将详细介绍一下整体的毕设情况。
该毕业设计采用的是C/S模式,界面简单、直观、容易操作,该界面的搭建是由Java Swing来实现的。该医院管理信息系统一共设置了两个权限,分别是医生和病人两个角色,角色的分配是在登录界面实现的。在登录界面需要选择相应的权限,在进入主界面之后只能对自己相应的部分进行操作,否则,系统会给出相应的提示信息提醒用户。登录界面的主要实现功能是由三个按钮来实现的,分别是“注册”、“登录”、“取消”,若数据库中有此用户的信息则可以直接选择用户类型,输入用户名、密码进行登录,否则需要先注册才可以。点击“注册”按钮便会弹出注册的界面,注册成功之后,该界面会自动消失并回到登录的界面,来实现该用户的登录。登录成功之后,用户便会进入主界面MainJFrame,此界面是在一个jSplitPane的基础上实现的,它的左边是一个树型结构jLeftScrollPane,右边是一个jRightScrollPane。右边的树型结构是提供给用户用来点击相应的功能,同时在右边显示出相应的操作界面的。首先,给大家介绍一下病人进入主界面之后进行的一些相关操作。在导医模块下的“病人信息录入”分支是用来填写病人的基本信息的,点击“确定”按钮后便将信息保存到数据库中了;之后,病人便可以点击“病人挂号”分支,选择相应的挂号费并预约医生,点击“提交“按钮后医生便可以查询预约了自己的病人,从而安排好自己的时间。若需要住院,病人便可以点击“登记住院”的分支,填写相应的信息来完成住院,在此界面,病人可以根据自己的需要以及收入情况来选择合适的病房和病床。同时,病人还可以查看自己的消费情况,点击“病人账单”分支,病人便会看到
- 2022-08-09 01:10:06下载
- 积分:1
-
把电子邮件按照邮箱类型重新排序。提供xls格式的模板
把电子邮件按照邮箱类型重新排序。提供xls格式的模板-E-mail to e-mail in accordance with the type of re-order. Xls format provides a template
- 2022-04-28 00:55:21下载
- 积分:1
-
控件数组,可以方便的创建控件数组,设置其触发函数
控件数组,可以方便的创建控件数组,设置其触发函数-control array can facilitate the creation of the control array, installed its trigger function
- 2022-05-07 22:21:00下载
- 积分:1
-
用c#编写的office 的控件
用c#编写的office 的控件-prepared by the office of Control
- 2022-03-04 08:15:36下载
- 积分:1
-
非常实用的放大镜,浮动窗体,可以放大屏幕到任何倍数.
非常实用的放大镜,浮动窗体,可以放大屏幕到任何倍数.-very useful magnifying glass, floating windows, can enlarge the screen to any multiples.
- 2022-02-13 19:12:06下载
- 积分:1
-
在你的应用程序中增加一个Splash 屏幕。
在你的应用程序中增加一个Splash 屏幕。-in your application to add a Splash screen.
- 2022-07-07 17:25:22下载
- 积分:1
-
A simple networking game, the use of winsock, mfc, image display technology
一个可以联网的简单游戏,使用winsock,mfc,图片显示技术-A simple networking game, the use of winsock, mfc, image display technology
- 2022-12-11 00:40:04下载
- 积分:1
-
非常实用简单的对话框图片标题,一学就会,一看就懂
非常实用简单的对话框图片标题,一学就会,一看就懂
- 2023-01-24 11:00:04下载
- 积分:1
-
应用于MFC的窗口分割
If your application uses MFC in a shared DLL, and your applicat...
应用于MFC的窗口分割
If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system s current language, you
will need to copy the corresponding localized resources MFC40XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
For example, MFC40DEU.DLL contains resources translated to German.) If you
don t do this, some of the UI elements of your application will remain in the
language of the operating system.-MFC application partition window If your application uses MFC in a shared DLL, and your application is in a language other than the operating system" s current language, you will need to copy the corresponding localized resources MFC40XXX.DLL from the Microsoft Visual C++ CD- ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ( " XXX" stands for the language abbreviation. For exam
- 2022-04-26 15:45:34下载
- 积分:1
-
QT GUI C++源码编程
这是C++ GUI qt 界面编程实例代码:C++ GUI Programming with Qt 4 (second edition)
by Jasmin Blanchette and Mark Summerfield.
ISBN 0-13-235416-0
The root of the examples directory contains examples.pro.
If you execute
qmake examples.pro
make
(nmake if you use Visual C++), the examples for all chapters
with complete cro
- 2022-11-16 07:30:03下载
- 积分:1