修改统计
parent
50d9ed7e3c
commit
24e4008b72
|
@ -391,7 +391,6 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
|
|
||||||
public int? PM_ClinicalDataCount { get; set; }
|
public int? PM_ClinicalDataCount { get; set; }
|
||||||
|
|
||||||
public int? ClinicalDataCount { get; set; }
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region CRC
|
#region CRC
|
||||||
|
@ -441,6 +440,13 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
public int? TotoalCount => TrialWaitSignDocCount + SysWaitSignDocCount
|
||||||
|
+ PM_SiteSurveryCount + PM_CheckCount + PM_ReviewerSelectCount + PM_ReReadingApprovalCount + PM_ClinicalDataCount
|
||||||
|
+ CRC_ImageSubmitCount + CRC_ImageQuestionCount + CRC_CheckQuestionCount + CRC_ImageReUploadCount + CRC_ClinicalDataTobeDoneCount + CRC_ClinialDataTobeConfirmCount
|
||||||
|
+ SPM_SiteSurveryCount + SPM_ReviewerApprovalCount + SPM_ReReadingApprovalCount
|
||||||
|
+ IQC_IamgeQCCount + IQC_QCQuestionCount
|
||||||
|
+ IR_IamgeWaitReadingCount + IR_MedicalReviewCount
|
||||||
|
+ MIM_MedicalReviewCount;
|
||||||
|
|
||||||
public bool IsHaveSysDocNeedNeedSign { get; set; }
|
public bool IsHaveSysDocNeedNeedSign { get; set; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue