Go to file
2022-11-15 18:07:10 +01:00
Models kinda working state? 2022-11-15 18:07:10 +01:00
Pages kinda working state? 2022-11-15 18:07:10 +01:00
Properties switch to blazor 2022-11-10 22:27:31 +01:00
Shared kinda working state? 2022-11-15 18:07:10 +01:00
wwwroot kinda working state? 2022-11-15 18:07:10 +01:00
.envrc initial commit 2022-11-10 21:33:45 +01:00
.gitignore initial commit 2022-11-10 21:33:45 +01:00
_Imports.razor kinda working state? 2022-11-15 18:07:10 +01:00
App.razor switch to blazor 2022-11-10 22:27:31 +01:00
appsettings.Development.json initial commit 2022-11-10 21:33:45 +01:00
appsettings.json initial commit 2022-11-10 21:33:45 +01:00
labdb.csproj kinda working state? 2022-11-15 18:07:10 +01:00
Program.cs switch to blazor 2022-11-10 22:27:31 +01:00
readme.md kinda working state? 2022-11-15 18:07:10 +01:00
shell.nix initial commit 2022-11-10 21:33:45 +01:00

datenbankschemaLocaition</@fore@for(eachvar lab in labs) {}

labs:

-[x] name name #string search index -[x] website website #string -[x] phone number phone #string -[x] email address email #string -[x] address line 1 address_line1 #string -[x] address line 2 address_line2 #string -[x] postcode address_postcode #string index -[x] city address_city #string index -[x] country (ref id) country_id #number foreign key -[x] location coordinates location #geography -[x] requires appointment requires_appointment #boolean index -[x] allows self drawing blood self_draw #boolean index -[x] basic fee basic_fee #number index -[x] blood drawing fee draw_fee #number index -[x] notes notes #text -[ ] last updated last_updated #datetime or something

tests:

-[x] name name #string search index -[x] abbreviation abbreviation #string search index -[x] description description #text -[x] pubchem link pubchem_link #string

tests_synonyms:

-[ ] test (id ref) test_id #number foreign key -[ ] synonym name synonym #string search index

labs_tests:

-[x] labor (id ref) lab_id #number foreign key -[x] test (id ref) test_id #number foreign key -[x] price price #number index -[x] leistungsverzeichnis link (if available) service_directory_link #string -[x] required blood volume blood_volume #number -[x] test method? test_method #string -[x] notes notes #text -[ ] last updated last_updated #datetime?

countries:

-[x] name name #string index

cities (for search):

-[x] name name #string index -[x] english name if different from german name_english #string index -[x] country (ref id) country_id #number foreign key -[x] location location #geography