MED-105: create analysis results page

This commit is contained in:
Danel Kungla
2025-07-15 17:12:52 +03:00
parent 0af3823148
commit 87dfcf55e6
19 changed files with 6213 additions and 25 deletions

View File

@@ -0,0 +1,3 @@
alter table "medreport"."analysis_response_elements" add column "analysis_name" text;
alter table "medreport"."analysis_response_elements" alter column "response_value" set data type double precision using "response_value"::double precision;