Skip to content

This is an electronic medical record application built for HOTR clinic for patient management in Ruby on Rails.

Notifications You must be signed in to change notification settings

itzbernoulli/clinicrecords

Repository files navigation

HOTR CLINIC APP

This Electronic Medical Records(EMR) application maps out how the process of patience response flows in the clinic and the software fits into that pattern.

Link

There are 5 sections starting from the front desk

Username: [email protected] Password: [email protected]

Data entry starts here and front desk personnels and admins are the only ones able to add patient records.

After creating a record, nurses can then see these records and add their own data to it.

Username: [email protected] Password: [email protected]

After nurses update, It becomes available to doctors

Username: [email protected] Password: [email protected]

Then pharmacist

Username: [email protected] Password: [email protected]

The Admin has access to all the data and can create credentials for all other members of the department and put them in their representative units within the department.

Username: [email protected] Password: [email protected]

To run this locally on your machine

  • clone the repo

  • cd into the folder and run bundle install

  • run rails db:create db:migrate db:seed

  • During the seeding process, the WHO OCD-10 data is loaded into the database so as to allow the correct classification of diseases

About

This is an electronic medical record application built for HOTR clinic for patient management in Ruby on Rails.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published