在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 医院管理系统源码

医院管理系统源码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:6.74M
  • 下载次数:25
  • 浏览次数:275
  • 发布时间:2020-11-05
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
医院管理系统源码
【实例截图】
【核心代码】
C#源码_漂亮界面_医院管理系统源码_(CS架构)_.net源码
└── 医院管理系统源码
├── DAL
│   ├── BillPrintDAL.cs
│   ├── bin
│   │   └── Debug
│   │   ├── DAL.dll
│   │   ├── DAL.pdb
│   │   ├── Model.dll
│   │   └── Model.pdb
│   ├── Class1.cs
│   ├── DAL.csproj
│   ├── DBHELP.cs
│   ├── DBHelper.cs
│   ├── Drug_insert_DAL.cs
│   ├── IdCard_DAL.cs
│   ├── obj
│   │   └── Debug
│   │   ├── DAL.csproj.FileListAbsolute.txt
│   │   ├── DAL.csprojResolveAssemblyReference.cache
│   │   ├── DAL.dll
│   │   ├── DAL.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── ResolveAssemblyReference.cache
│   ├── Prescribe_DAL.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Register_DAL.cs
│   ├── RegisterDAL.cs
│   ├── SectionRoomDAL.cs
│   ├── SectionRoomSonDAL.cs
│   ├── UserDAL.cs
│   └── UsersDAL.cs
├── DB
│   ├── hospitals_log.ldf
│   ├── hospitals.mdf
│   └── hospital.sql
├── Moder
│   ├── bed.cs
│   ├── bin
│   │   └── Debug
│   │   ├── Model.dll
│   │   └── Model.pdb
│   ├── Bingli.cs
│   ├── Class1.cs
│   ├── Drug_insert.cs
│   ├── IdCard.cs
│   ├── kaiyao.cs
│   ├── maidan.cs
│   ├── Model.csproj
│   ├── Moder.csproj
│   ├── MyControl.cs
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── ModeL.csproj.FileListAbsolute.txt
│   │   ├── Model.dll
│   │   ├── Model.pdb
│   │   └── Moder.csproj.FileListAbsolute.txt
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── p_zhuayuantongji.cs
│   ├── Register.cs
│   ├── SectionRoom.cs
│   ├── SectionRoomSo.cs
│   ├── sickroom.cs
│   ├── Users.cs
│   ├── usersType.cs
│   ├── zhuayuantongji.cs
│   ├── zhuyuan.cs
│   └── zhuyuanxiaofei.cs
├── RLL
│   ├── BillPrintBLL.cs
│   ├── bin
│   │   └── Debug
│   │   ├── BLL.dll
│   │   ├── BLL.pdb
│   │   ├── DAL.dll
│   │   ├── DAL.pdb
│   │   ├── Model.dll
│   │   └── Model.pdb
│   ├── BLL.csproj
│   ├── Class1.cs
│   ├── Drug_insert_BLL.cs
│   ├── IdCard_BLL.cs
│   ├── obj
│   │   └── Debug
│   │   ├── BLL.csproj.FileListAbsolute.txt
│   │   ├── BLL.csprojResolveAssemblyReference.cache
│   │   ├── BLL.dll
│   │   ├── BLL.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── ResolveAssemblyReference.cache
│   │   └── RLL.csproj.FileListAbsolute.txt
│   ├── Prescribe_BLL.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Register_BLL.cs
│   ├── RLL.csproj
│   ├── SectionRoomBLL.cs
│   ├── SectionRoom.cs
│   ├── SectionRoomSo.cs
│   ├── SectionRoomSonBLL.cs
│   └── UsersBLL.cs
├── UI
│   ├── App.config
│   ├── BillPrintForm.cs
│   ├── BillPrintForm.Designer.cs
│   ├── BillPrintForm.resx
│   ├── bin
│   │   └── Debug
│   │   ├── BLL.dll
│   │   ├── BLL.pdb
│   │   ├── DAL.dll
│   │   ├── DAL.pdb
│   │   ├── imag
│   │   │   ├── 01 .png
│   │   │   ├── 01-.png
│   │   │   ├── 02 .png
│   │   │   ├── 02-.png
│   │   │   ├── 03 .png
│   │   │   ├── 03-.png
│   │   │   ├── 04 .png
│   │   │   ├── 04-.png
│   │   │   ├── 05 .png
│   │   │   ├── 05-.png
│   │   │   ├── 10 0.png
│   │   │   ├── 10-0.png
│   │   │   ├── 11 0.png
│   │   │   ├── 11-0.png
│   │   │   ├── 12 0.png
│   │   │   ├── 12-0.png
│   │   │   ├── 1234.jpg
│   │   │   ├── 123a.png
│   │   │   ├── 123d.png
│   │   │   ├── 123.jpg
│   │   │   ├── 123s.png
│   │   │   ├── 13 0.png
│   │   │   ├── 13-0.png
│   │   │   ├── 14 0.png
│   │   │   ├── 14-0.png
│   │   │   ├── 15 0.png
│   │   │   ├── 15-0.png
│   │   │   ├── 16 0.png
│   │   │   ├── 16-0.png
│   │   │   ├── 2007816105635273_2_副本1.png
│   │   │   ├── 2007816105635273_2_副本.png
│   │   │   ├── 3D-hospital-08 - 副本_副本1.png
│   │   │   ├── 3D-hospital-08 - 副本_副本.png
│   │   │   ├── 6 0.png
│   │   │   ├── 6-0.png
│   │   │   ├── 7 0.png
│   │   │   ├── 7-0.png
│   │   │   ├── 8 0.png
│   │   │   ├── 8-0.png
│   │   │   ├── 9 0.png
│   │   │   ├── 9-0.png
│   │   │   ├── admin_副本.png
│   │   │   ├── baner.png
│   │   │   ├── Beijing-0.png
│   │   │   ├── Beijing2.png
│   │   │   ├── beijing3.png
│   │   │   ├── beijing.png
│   │   │   ├── Biaoti-0.png
│   │   │   ├── Biaoti-1.png
│   │   │   ├── Blue.png
│   │   │   ├── Blue_Room.png
│   │   │   ├── Btn_2.png
│   │   │   ├── btn_left .png
│   │   │   ├── btn_left-.png
│   │   │   ├── Btn .png
│   │   │   ├── Btn-.png
│   │   │   ├── btn_right .png
│   │   │   ├── btn_right-.png
│   │   │   ├── charu.png
│   │   │   ├── denglu-1.png
│   │   │   ├── denglu .png
│   │   │   ├── denglu-.png
│   │   │   ├── esc .png
│   │   │   ├── esc-.png
│   │   │   ├── Exit .png
│   │   │   ├── Exit-.png
│   │   │   ├── Green.png
│   │   │   ├── Green_Room.png
│   │   │   ├── hhh.png
│   │   │   ├── Insert.png
│   │   │   ├── Insert - 副本_副本.png
│   │   │   ├── logo345.png
│   │   │   ├── logo.png
│   │   │   ├── Main_down.jpg
│   │   │   ├── MessBox.png
│   │   │   ├── num0.png
│   │   │   ├── num1.png
│   │   │   ├── quxiao-1.png
│   │   │   ├── quxiao .png
│   │   │   ├── quxiao-.png
│   │   │   ├── Red.png
│   │   │   ├── Red_Room.png
│   │   │   ├── yaopingguanli.png
│   │   │   └── yiyuanzonglan.png
│   │   ├── Model.dll
│   │   ├── Model.pdb
│   │   ├── UI.exe
│   │   ├── UI.exe.config
│   │   ├── UI.pdb
│   │   ├── UI.vshost.exe
│   │   ├── UI.vshost.exe.config
│   │   └── UI.vshost.exe.manifest
│   ├── caiwuForm.cs
│   ├── caiwuForm.Designer.cs
│   ├── caiwuForm.resx
│   ├── clinic.cs
│   ├── clinic.Designer.cs
│   ├── clinic.resx
│   ├── Drug_Delete_UI.cs
│   ├── Drug_Delete_UI.Designer.cs
│   ├── Drug_Delete_UI.resx
│   ├── Drug_Form.cs
│   ├── Drug_Form.Designer.cs
│   ├── Drug_Form.resx
│   ├── Drug_insert_UI.cs
│   ├── Drug_insert_UI.Designer.cs
│   ├── Drug_insert_UI.resx
│   ├── Drug_Select_UI.cs
│   ├── Drug_Select_UI.Designer.cs
│   ├── Drug_Select_UI.resx
│   ├── Drug_Update_UI.cs
│   ├── Drug_Update_UI.Designer.cs
│   ├── Drug_Update_UI.resx
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── GuaHao.cs
│   ├── GuaHao.Designer.cs
│   ├── GuaHao.resx
│   ├── hospital.cs
│   ├── hospital.Designer.cs
│   ├── hospital.resx
│   ├── IdCard_UI.cs
│   ├── IdCard_UI.Designer.cs
│   ├── IdCard_UI.resx
│   ├── InHospital-feiyong.cs
│   ├── InHospital-feiyong.Designer.cs
│   ├── InHospital-feiyong.resx
│   ├── InHospital-Form.cs
│   ├── InHospital-Form.Designer.cs
│   ├── InHospital-Form.resx
│   ├── InHospital-Insert.cs
│   ├── InHospital-Insert.Designer.cs
│   ├── InHospital-Insert.resx
│   ├── InHospital_over.cs
│   ├── InHospital_over.Designer.cs
│   ├── InHospital_over.resx
│   ├── InHospital-yujiao.cs
│   ├── InHospital-yujiao.Designer.cs
│   ├── InHospital-yujiao.resx
│   ├── inHospital-zhiban.cs
│   ├── inHospital-zhiban.Designer.cs
│   ├── inHospital-zhiban.resx
│   ├── InHospital-zhu.cs
│   ├── InHospital-zhu.Designer.cs
│   ├── InHospital-zhu.resx
│   ├── InHospital-zhuyuan.cs
│   ├── InHospital-zhuyuan.Designer.cs
│   ├── InHospital-zhuyuan.resx
│   ├── log.cs
│   ├── log.Designer.cs
│   ├── log.resx
│   ├── maidanForm.cs
│   ├── maidanForm.Designer.cs
│   ├── maidanForm.resx
│   ├── obj
│   │   └── x86
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── GenerateResource.read.1.tlog
│   │   ├── GenerateResource.write.1.tlog
│   │   ├── ResolveAssemblyReference.cache
│   │   ├── UI.BillPrintForm.resources
│   │   ├── UI.caiwuForm.resources
│   │   ├── UI.clinic.resources
│   │   ├── UI.csproj.FileListAbsolute.txt
│   │   ├── UI.csproj.GenerateResource.Cache
│   │   ├── UI.csprojResolveAssemblyReference.cache
│   │   ├── UI.Drug_Delete_UI.resources
│   │   ├── UI.Drug_Form.resources
│   │   ├── UI.Drug_insert_UI.resources
│   │   ├── UI.Drug_Select_UI.resources
│   │   ├── UI.Drug_Update_UI.resources
│   │   ├── UI.exe
│   │   ├── UI.feiyong.resources
│   │   ├── UI.GuaHao.resources
│   │   ├── UI.IdCard_UI.resources
│   │   ├── UI.InHospitalForm.resources
│   │   ├── UI.InHospitalInsert.resources
│   │   ├── UI.InHospital_over.resources
│   │   ├── UI.InHospital_yujiao.resources
│   │   ├── UI.inHospital_zhiban.resources
│   │   ├── UI.InHospitalzhu.resources
│   │   ├── UI.InHospitalzhuyuan.resources
│   │   ├── UI.log.resources
│   │   ├── UI.maidanForm.resources
│   │   ├── UI.pdb
│   │   ├── UI.Prescribe_UI.resources
│   │   ├── UI.prom_Form.resources
│   │   ├── UI.PromptingForm.resources
│   │   ├── UI.Properties.Resources.resources
│   │   ├── UI.quanxian_Form.resources
│   │   ├── UI.Register_UI.resources
│   │   ├── UI.SectionRoomDelete.resources
│   │   ├── UI.SectionRoomSon.resources
│   │   ├── UI.uses_Form.resources
│   │   ├── UI.usesType_Form.resources
│   │   ├── UI.usesUpdate_Form.resources
│   │   ├── UI.xitongForm.resources
│   │   ├── UI.yaofan_Form.resources
│   │   ├── UI.yaofangForm.resources
│   │   ├── UI.yifayaopin_Form.resources
│   │   ├── UI.yingyetongji_Form.resources
│   │   └── UI.zhufrom.resources
│   ├── Prescribe_UI.cs
│   ├── Prescribe_UI.Designer.cs
│   ├── Prescribe_UI.resx
│   ├── Program.cs
│   ├── prom-Form.cs
│   ├── prom-Form.Designer.cs
│   ├── prom-Form.resx
│   ├── PromptingForm.cs
│   ├── PromptingForm.Designer.cs
│   ├── PromptingForm.resx
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── quanxian_Form.cs
│   ├── quanxian_Form.Designer.cs
│   ├── quanxian_Form.resx
│   ├── Register_UI.cs
│   ├── Register_UI.Designer.cs
│   ├── Register_UI.resx
│   ├── SectionRoomDelete.cs
│   ├── SectionRoomDelete.Designer.cs
│   ├── SectionRoomDelete.resx
│   ├── SectionRoomSon.cs
│   ├── SectionRoomSon.Designer.cs
│   ├── SectionRoomSon.resx
│   ├── UI.csproj
│   ├── uses_Form.cs
│   ├── uses_Form.Designer.cs
│   ├── uses_Form.resx
│   ├── usesType_Form.cs
│   ├── usesType_Form.Designer.cs
│   ├── usesType_Form.resx
│   ├── usesUpdate_Form.cs
│   ├── usesUpdate_Form.Designer.cs
│   ├── usesUpdate_Form.resx
│   ├── xitongForm.cs
│   ├── xitongForm.Designer.cs
│   ├── xitongForm.resx
│   ├── yaofan_Form.cs
│   ├── yaofan_Form.Designer.cs
│   ├── yaofan_Form.resx
│   ├── yaofangForm.cs
│   ├── yaofangForm.Designer.cs
│   ├── yaofangForm.resx
│   ├── yifayaopin_Form.cs
│   ├── yifayaopin_Form.Designer.cs
│   ├── yifayaopin_Form.resx
│   ├── yingyetongji_Form.cs
│   ├── yingyetongji_Form.Designer.cs
│   ├── yingyetongji_Form.resx
│   ├── zhufrom.cs
│   ├── zhufrom.Designer.cs
│   └── zhufrom.resx
├── 医院管理系统.sln
├── 医院管理系统.suo
└── 源码必读.txt

28 directories, 350 files

标签:

实例下载地址

医院管理系统源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警