Fasten is an open-source, self-hosted, personal/family electronic medical record aggregator, designed to integrate with 100,000's of insurances/hospitals/clinics
Go to file
Jason Kulatunga 61d16cfb55 fixed error where the source ID was not populated whne source is first created, causing next SyncAll command to have invalid source_id values.
Created default SyncAll function (using $everything) and SyncAllByResourceName which can be used as a fallback.

cleaned up DB layer , dont use Model unless Gorm cannot figure out the table. Use pointers consistently.
When syncing resources, store errors in a map, so that all resources get synced before returing errors
2022-09-24 22:18:07 -07:00
backend fixed error where the source ID was not populated whne source is first created, causing next SyncAll command to have invalid source_id values. 2022-09-24 22:18:07 -07:00
frontend for confidential sources, provide way to pass patient_id back to frontend. 2022-09-24 16:46:15 -07:00
.dockerignore adding docker image. 2022-09-21 18:57:38 -07:00
.gitignore adding the https://github.com/creativetimofficial/black-dashboard-angular#quick-start template 2022-08-26 19:16:49 -07:00
CONTRIBUTING.md working pagination. 2022-09-21 21:08:21 -07:00
Dockerfile adding docker image. 2022-09-21 18:57:38 -07:00
README.md rename 2022-08-22 18:11:00 -07:00
config.yaml make sure we wait for the token to be stored before reloading the page. 2022-09-14 08:19:28 -07:00
go.mod adding form validation on signup. 2022-09-11 23:59:13 -04:00
go.sum for confidential sources, provide way to pass patient_id back to frontend. 2022-09-24 16:46:15 -07:00
packagr.yaml Initial commit 2022-08-22 17:51:46 -07:00

README.md

goweb-template

Find & replace the following

  • fastenhealth/fastenhealth-onprem - replace this with your github project name (owner/reponame)
  • fastenhealth - find and replace this with your binary name
    • make sure you rename the folder as well.