Skip to content

jgourassas/cardiofields

Repository files navigation

Cardiofields can be used to Build cardiology Databases and Reports. Or as Lexicon
To build a database using Cardiofields check in docs/example.md

Tables

  • Fields (~ 3000 entries). Contains Field Name, Coding Instructions, Range and some extensive and important Notes About the entity

  • Pick-List Items (For integration with select option widget)

  • Field Sentences. Sentences In deferent Languages - Add your own

  • Field Codes can be saved as: SNOMED-CT - Loinc - RxNorm - HL7 - RadLex (Uncompleted )

  • Pick-List Items Sentences for the reports in your Language

  • Pick-List Items Codes (Uncompleted)

  • Pick-List Items Images (Very Simple)

Please Read and the docs

Screenshots in images directory and the Video in YouTube

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • Please do not issue the command mix ecto.migrate
  • As postgres user insert all .sql in the cadiofields_dev database from the dir table_backup
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more