/patient-meds

A React app to search for medicines and patients

Primary LanguageJavaScript

patient-meds

A React app to search for medicines and patients

Features

  • Search FDA for medicines
  • Edit/Delete of Patients
  • hover the round button to the right to reveal two additional buttons!
    • Toggle Create Patient
    • "Demo" script adds 250 000 patients
  • Filter Patients by name
  • Assign medicine by clicking them in the search result

Click around, do stuff. Hopefully most of it works (in Chrome) Search the patients you need before you add medicines

Installation

Just fork and clone this repo, run npm install, then npm run start. Then go to http://localhost:8080/ in your browser. You should see this:

Todo

  • Implement routing
  • Add norwegian medicine search: FEST
  • "Demo" script should add random medications
  • Do it all over again after reading more about React and Flux