This commit is contained in:
2022-08-25 15:24:26 +08:00
parent 0e80b5c1f8
commit 691ab5cf77
4 changed files with 17 additions and 9 deletions
@@ -389,13 +389,13 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 文件数量
/// </summary>
public int FileCount
{
get
{
return this.FileList.Count();
}
}
public int FileCount { get; set; }
//{
// get
// {
// return this.FileList.Count();
// }
//}
public List<GetFileDto> FileList { get; set; } = new List<GetFileDto>();
@@ -488,6 +488,7 @@ namespace IRaCIS.Application.Services
IsCRCUpload = x.ClinicalDataTrialSet.UploadRole == UploadRole.CRC,
IsBlind=x.IsBlind,
IsComplete=x.IsComplete,
FileCount=x.FileCount,
ReadingClinicalDataState=x.ReadingClinicalDataState,