/toy-pathway-builder

A toy project for creating pathways from csv files.

Primary LanguageJavaScript

toy-pathway-builder

A toy project for creating pathways from csv files.

Usage

  1. Clone this repository.

  2. Add a folder in the base directory of the project called ./data/

  3. Add the following csv files to this new directory:

    • AdmissionCodes.csv
    • AdmissionsDates.csv
    • CCI.csv
    • Measurements.csv
    • PatientCorePopulatedTable.csv
    • Physio.csv
    • Questionaires.csv
  4. Generate the parsed data files with

    npm start
  5. View the UI by opening ./src/index.html in a web browser.