Giter VIP home page Giter VIP logo

hospitalmanagementsystem-wpf's Introduction

License .net platform stars forks

Overview | 项目概述

  • 该系统具备常见医疗流程,并可以完成患者和医生信息的输入,存储,修改,查询,删除等功能。 每个医生都有自己的密码,有人可以更改数据,有人无法修改,只能查看。 同时,数据也有一定的维护,当患者突然生病时,医生可以通过IC卡及时了解患者的病情。 并给予一定的治疗,同时处方药银行也将根据医生的处方开处方,方便患者就医,吃药。
  • 默认管理员登陆用户名和密码均为admin

若此项目对您有帮助,欢迎star和fork。 作者开发不易,打赏给点底气,以便维持生计。

Installation | 下载安装项目

$ git clone https://github.com/ElecRex/HospitalManagementSystem-WPF.git
$ cd HospitalManagementSystem-WPF

Requirements

  • Visual Studio 2017

  • .NET Framework 4.6.1

  • SQL Server 2012 / MSSQL LocalDB

Architecture | 系统架构

|__HospitalInfomationManagementSystem
  |
  |__ClassLiberty
  |         |_____Model
  |         |_____DAL
  |         |_____BLL
  |__UI
  |
  |__Database

Database configuration | 数据库路径配置

./UI/App.config配置文件中的appSettings,设置已提供的数据库hospitals.mdf的连接路径, 默认为相对路径

<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <startup> 
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
    </startup>
  <appSettings>
    <add key="strCon" value="server=(localdb)\MSSQLLocalDB;Integrated Security=true;AttachDbFileName=|DataDirectory|\hospitals.mdf" />
  </appSettings>
</configuration>

Screenshot | 界面展示及功能简介

登陆界面

系统管理

SysManUI.png

  • 挂号单设置

    RegDesignUI.png

  • 科室科别添加

    SecUI.png

  • 科室信息修改

    SecReviseUI.png

  • 员工添加

    StaffAddUI.png

  • 权限管理

    AutManUI.png

门诊医生

  • 选病人

    ChoosePantientUI.png

  • 写病例

    MediRecUI.png

  • 开药

    DishDrugUI.png

门诊管理

  • 病人挂号

    PatientRegUI.png

  • 医疗卡办理

    CardRegUI.png

门诊收费

ChargeUI.png

住院管理

  • 病房查看

    RoomCheckUI.png

  • 病房添加

    BedAddUI.png

  • 住院登记

    RoomRegUI.png

  • 付款查看

    CashCheckUI.png

  • 病人查找

    PatientFindUI.png

  • 费用记账

    FareRegUI.png

  • 出院结算

    DischargSettlementUI.png

药房管理

  • 查看检药单

    DrugCheckUI.png

  • 查看已发药品

    part6_2.png

药库管理

DrugstoreUI.png

财务管理

FinaManUI.png

License

  • Apache 2.0

hospitalmanagementsystem-wpf's People

Contributors

zjxi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.