项目概览、参与者管理初步优化(未接入真实数据)
This commit is contained in:
@@ -59,6 +59,10 @@ export interface Study {
|
||||
protocol_no?: string | null;
|
||||
phase?: string | null;
|
||||
status: string;
|
||||
visit_interval_days?: number | null;
|
||||
visit_total?: number | null;
|
||||
visit_window_start_offset?: number | null;
|
||||
visit_window_end_offset?: number | null;
|
||||
created_by?: string | null;
|
||||
created_at?: string;
|
||||
role_in_study?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user