feat(MED-87): update status on results

This commit is contained in:
2025-08-11 10:41:01 +03:00
parent d582e222ce
commit 63b86c0abb
8 changed files with 87 additions and 17 deletions

View File

@@ -0,0 +1,3 @@
alter type medreport.analysis_order_status add value 'PARTIAL_ANALYSIS_RESPONSE';
alter type medreport.analysis_order_status add value 'FULL_ANALYSIS_RESPONSE';
alter type medreport.analysis_order_status add value 'WAITING_FOR_DOCTOR_RESPONSE';