Skip to content

cmertz11/OpenTraumaRegistry

Repository files navigation

Open Trauma Registry

Trauma Center verification by the American College of Surgeons (ACS) is considered the gold standard. One ACS requirement is a trauma registry. This registry houses all data regarding the care and outcomes of injured patients. This data is used to aid in the evaluation of care, development of performance improvement and to guide injury prevention activities. Trauma data from ACS verified centers is used collectively to document the number and type of injuries occurring annually for the National Highway Safety Council and the Centers for Disease Control.

Goals

The goal of this project initally started as an avenue to learn the following technologies.

Notable links

Demo

Screen Shots

image image image

Projects used and or referenced

Prerequisites

How to run

I'm currently working on a step by step set of instructions to get Open Trauma Registry (OTR) up and running.

  • Clone or Download

  • Ensure the Solution properties are set to Multiple startup project with OpentTraumaRegistry.Api starting first then OpenTruamaRegisty.UI.MD image

  • Create the database and prepopulate with test data The appsettings.json is defaulting to use sqlserver. OTR supports sqlserver, Postgresql, and MySql. Testing is incomplete this point and some funtionality may not be availabe in all but sqlserver.

  • If you have a PostgreSql, or MySql instance you would rather use please ensure you update the connectionstring password.

Right click OpenTraumaRegistry.Data --> debug --> start new instance this will create the database: image