[一致性分析预提交]
This commit is contained in:
@@ -379,6 +379,9 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public class UserToBeDoneRecord
|
||||
{
|
||||
public int? TrialWaitSignDocCount { get; set; }
|
||||
|
||||
public int? SysWaitSignDocCount { get; set; }
|
||||
#region PM/APM
|
||||
public int? PM_SiteSurveryCount { get; set; }
|
||||
public int? PM_CheckCount { get; set; }
|
||||
@@ -386,11 +389,9 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public int? PM_ReReadingApprovalCount { get; set; }
|
||||
|
||||
public int? PM_TrialWaitSignDocCount { get; set; }
|
||||
|
||||
public int? PM_SysWaitSignDocCount { get; set; }
|
||||
|
||||
public int? PM_ClinicalDataCount { get; set; }
|
||||
|
||||
public int? ClinicalDataCount { get; set; }
|
||||
#endregion
|
||||
|
||||
#region CRC
|
||||
@@ -404,9 +405,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public int? CRC_ClinicalDataTobeDoneCount { get; set; }
|
||||
public int? CRC_ClinialDataTobeConfirmCount { get; set; }
|
||||
|
||||
public int? CRC_TrialWaitSignDocCount { get; set; }
|
||||
|
||||
public int? CRC_SysWaitSignDocCount { get; set; }
|
||||
#endregion
|
||||
|
||||
|
||||
@@ -417,9 +416,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public int? SPM_ReReadingApprovalCount { get; set; }
|
||||
|
||||
public int? SPM_TrialWaitSignDocCount { get; set; }
|
||||
|
||||
public int? SPM_SysWaitSignDocCount { get; set; }
|
||||
#endregion
|
||||
|
||||
|
||||
@@ -428,9 +425,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public int? IQC_IamgeQCCount { get; set; }
|
||||
public int? IQC_QCQuestionCount { get; set; }
|
||||
|
||||
public int? IQC_TrialWaitSignDocCount { get; set; }
|
||||
|
||||
public int? IQC_SysWaitSignDocCount { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
@@ -438,17 +433,12 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public int? IR_IamgeWaitReadingCount { get; set; }
|
||||
public int? IR_MedicalReviewCount { get; set; }
|
||||
|
||||
public int? IR_TrialWaitSignDocCount { get; set; }
|
||||
|
||||
public int? IR_SysWaitSignDocCount { get; set; }
|
||||
#endregion
|
||||
|
||||
#region MIM
|
||||
public int? MIM_MedicalReviewCount { get; set; }
|
||||
|
||||
public int? MIM_TrialWaitSignDocCount { get; set; }
|
||||
|
||||
public int? MIM_SysWaitSignDocCount { get; set; }
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user