Giter Site home page Giter Site logo

guttiravikiran / hospital-management-emr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from opensource-emr/hospital-management-emr

0.0 0.0 0.0 49.24 MB

Health care EMR

C# 23.27% HTML 22.67% JavaScript 8.71% PowerShell 0.27% TypeScript 35.82% CSS 9.25% PHP 0.01%

hospital-management-emr's Introduction

hospital-management-emr

Health care EMR

You can see the demo of the EMR from the below link

https://www.youtube.com/watch?v=IANSTkIAHsA

Getting Started

The system is mainly designed for Hospitals and aimed to provide total digital solution for hospital management. It features to provide automated and digital solution for all the process hospital has to encounter. It contains different modules Like

DanpheEMR Basic Module

  • Registration alt text
  • Appointment alt text
  • Patient
  • Scheduling
  • Billing alt text
  • Outpatient
  • Government Statutory Reports/ Basic Report
  • Enquiry

Danphe ERP Modules

  • Financial Accounting
  • Inventory & Store Management alt text
  • Fixed Assets
  • Reporting & Dashboard

Danphe Advance Modules

  • Laboratory
  • Radiology
  • Admission, Discharge, Transfer(ADT)
  • Pharmacy alt text
  • Emergency
  • Bed & Ward Management
  • Departments(Onchology)
  • Inpatient
  • Insurance
  • Smart Card
  • QR Code Management System

Prerequisites

You need VS Code(for Client), visual studio(for API), MSSQL server(for Database), .Net core SDK 2.1, NodeJs, Angular 7

Download VS Code from here

Download Visual Studio from here

Download MSSQL server from here

Download .Net Core SDK 2.1 here

Download NodeJs from here

Download Angular 7 from here

Running the application

Clone or download repository

git clone https://github.com/opensource-emr/DanpheEMR.git

Database Creation (Sql Server)

We need 3 databases for running DanpheEMR. So, we have .bak files into DanpheEMR/Database/ folder.

Create Database with below steps

  1. Go to hospital-management-emr/Database/
  2. Restore DanpheAdmin.bak database.
  3. first unzip the DanpheEMR.rar file and then restore DanpheEMR.bak database.
  4. Restore Danphe_PACS database.

How to Restore .bak file go to this link(https://support.managed.com/kb/a1788/how-to-manually-restore-an-mssql-database-in-management-studio.aspx)

NPM Installation for Angular Project

To Install and Run angular project go through below steps:

Step 1: Go to hospital-management-emr\Code\Websites\DanpheEMR\wwwroot\DanpheApp path and copy.

Step 2: Open Your Node.js Command Prompt paste the copied path and execute npm install command.

Step 3: Once the npm install done successfully than execute ng build --watch command. So, some of you wondering that what is ng build and --watch. Here it is ng build ( It build you angular code) and --watch ( It runs in background so that whenever you change the code and save it. It gets build automatically.)

Note :

you can also open Angular Project in visual studio code from there you will do npm install and ng build --watch.

DanpheEMR Basic Changes, Build and Run Project

Step 1: Go to hospital-management-emr\Code\Solutions path and double click on solution file to open project in Visual Studio 2017.

Step 2: Open Solution Explorer and find appsetting.json file into DanpheEMR Web Application and change the connectionstring properties as per database and server name.

Step 3: Once changes done than save the file.

Step 4: Now build DanpheEMR web Application and run it.

hospital-management-emr's People

Contributors

opensource-emr 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.