From e07fe76e394b34f31834f78d38870d9799a4e748 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 13 Jul 2023 14:06:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Domain/Allocation/VisitTask.cs | 4 +- IRaCIS.Core.Domain/SQLFile/20230713删除表.sql | 61 +++++++++++++++++++ 2 files changed, 63 insertions(+), 2 deletions(-) create mode 100644 IRaCIS.Core.Domain/SQLFile/20230713删除表.sql diff --git a/IRaCIS.Core.Domain/Allocation/VisitTask.cs b/IRaCIS.Core.Domain/Allocation/VisitTask.cs index 8fd3a53e3..21593c375 100644 --- a/IRaCIS.Core.Domain/Allocation/VisitTask.cs +++ b/IRaCIS.Core.Domain/Allocation/VisitTask.cs @@ -424,10 +424,10 @@ namespace IRaCIS.Core.Domain.Models } } - public string NotAgreeReason { get; set; } + public string NotAgreeReason { get; set; } = string.Empty; public string PIAuditNote { get; set; } = string.Empty; - public string PIAuditImagePath { get; set; } + public string PIAuditImagePath { get; set; } = string.Empty; [NotMapped] public List PIAuditImagePathList diff --git a/IRaCIS.Core.Domain/SQLFile/20230713删除表.sql b/IRaCIS.Core.Domain/SQLFile/20230713删除表.sql new file mode 100644 index 000000000..20de530f0 --- /dev/null +++ b/IRaCIS.Core.Domain/SQLFile/20230713删除表.sql @@ -0,0 +1,61 @@ +--医生相关 +DROP TABLE Attachment; +DROP TABLE Doctor; +DROP TABLE Postgraduate; +DROP TABLE Education; +DROP TABLE ResearchPublication; +DROP TABLE TrialExperience; +DROP TABLE Vacation; +DROP TABLE DoctorCriterionFile; +DROP TABLE DoctorDictionary; + + + +--费用相关 +DROP TABLE ExchangeRate; +DROP TABLE ReviewerPayInformation; +DROP TABLE TrialPaymentPrice; +DROP TABLE PaymentAdjustment; +DROP TABLE ExchangeRate; +DROP TABLE RankPrice; +DROP TABLE TrialRevenuesPrice; +DROP TABLE TrialRevenuesPriceVerification; +DROP TABLE VolumeReward; + + +--工作量 +DROP TABLE [Workload]; +DROP TABLE DoctorWorkload; + + + + +--入组 +DROP TABLE Enroll; +DROP TABLE EnrollDetail; +DROP TABLE EnrollReadingCategory; + + +--分配 +DROP TABLE TaskAllocationRule; +DROP TABLE TaskConsistentRule; +DROP TABLE SubjectCanceDoctor; +DROP TABLE SubjectUser ; + +--附加评估 + +DROP TABLE SubjectCriteriaEvaluation; +DROP TABLE SubjectCriteriaEvaluationVisitFilter; +DROP TABLE SubjectCriteriaEvaluationVisitStudyFilter; + + + + + + + + + + + +